All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.DTCUnallocatedAdjustmentReason1Code Maven / Gradle / Ivy

The newest version!

package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for DTCUnallocatedAdjustmentReason1Code. * *

The following schema fragment specifies the expected content contained within this class. *

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "DTCUnallocatedAdjustmentReason1Code") @XmlEnum public enum DTCUnallocatedAdjustmentReason1Code { /** * Incorrect announcement. * */ ANNG, /** * Incorrect payable date. * */ BDPD, /** * Cash rate for allocation is zero. * */ CSHR, /** * Cash rate for allocation is zero. * */ CSHU, /** * Payment is conditional and conditions have not been met yet. * */ COND, /** * Issue is in default. * */ DFLT, /** * Holiday in country of origin. * */ HICO, /** * Insufficient funds were received from the agent. * */ MASF, /** * Issue was not funded. * */ ISNF, /** * Issue is not maturing. * */ NMAT, /** * Issues funded and/or identified after the cycle cut off. * */ LFID, /** * Item is pending. * */ PEND, /** * Funds were not received by the agent. * */ ANFI, /** * Issue is being liquidated. * */ LIQD, /** * Notional balance pincipal will not be paid. * */ NOTL, /** * Reserved for new user defined reason codes. * */ OTHR, /** * Paid upon receipt of check. * */ PCHK, /** * Pending conversion of funds. * */ RRFX, /** * Recapitalization. Issue not funded. * */ RCNF, /** * Redemption of rates. Issue not funded. * */ RRNF, /** * Released pledge position. * */ RPLG, /** * Sale of asset. Issue not funded. * */ SANF, /** * Same day position capture. * */ SDPC, /** * Special distribution. Issue not funded. * */ SPNF, /** * Specific issues have been suppressed. * */ PUVF, /** * Rate is not final. Rate is approximate. * */ APRR, /** * Company is taking a 30 day grace period. * */ SAGA; public String value() { return name(); } public static DTCUnallocatedAdjustmentReason1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy