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

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


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

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


/**
 * 

Java class for RejectionReason62Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "RejectionReason62Code") @XmlEnum public enum RejectionReason62Code { /** * Instruction has a reference identical to another previously received instruction. * */ REFE, /** * Transaction/instruction received after the account servicer's specified deadline. * */ ADEA, /** * Unrecognised or invalid client collateral instruction identification. * */ CCIX, /** * Unrecognised or invalid Client Collateral Transaction Identification. * */ CCTI, /** * Unrecognised, invalid or missing common reference. * */ IIND, /** * Unrecognised or Invalid Party A. * */ PTYA, /** * Unrecognised or Invalid Party B * */ PTYB, /** * Unrecognised or Invalid Triparty Agent * */ ITPA, /** * Received after market deadline. * */ LATE, /** * Unrecognised or invalid Party A Safekeeping Account * */ SAFA, /** * Unrecognised or Invalid Party B Safekeeping Account. * */ SAFB, /** * Invalid execution date/time * */ REDT, /** * Unrecognised or invalid settlement process instructed. * * */ SEPR, /** * Number of lookback days not supported. * * */ LBDR, /** * Day count basis not supported. * * */ DCBR, /** * Compound simple accrual calculation is not supported. * * * */ CSAC, /** * Unrecognised or invalid closing date/time. * */ TERM, /** * Unrecognised or invalid trade date or requested trade date or future trade date. * */ DTRD, /** * Unrecognised or invalid settlement date. * */ DDAT, /** * Unrecognised or invalid settlement amount currency. * */ NCRR, /** * This is an unrecognised or invalid Eligibility Set Profile. * */ IESP, /** * This is an unrecognised or invalid Exposure Type (used when a proprietary code is sent). * */ IEXT, /** * Unrecognised or invalid Preferential Basket identification. * */ IPBI, /** * Unrecognised or invalid Rate Index Type (used when a proprietary code is sent). * */ IRIT, /** * Termination amount currency not supported. * */ TMAC, /** * Unrecognised or invalid termination transaction amount. * */ REPA, /** * Transaction amount currency not supported. * */ TXAC, /** * More than one instruction match the criteria. * */ NRGM, /** * Transaction amount breakdown currency differs from transaction amount currency. * */ TABC, /** * This is an unrecognised or invalid Collateral Transaction Type. * */ ICTT, /** * Cancellation, modification or termination request has been rejected since the instruction could not be found. * */ NRJN, /** * Instruction has been rejected as the corresponding allegement was cancelled. * */ NFCA, /** * Unrecognised or invalid closing closing amount. * */ CTRA; public String value() { return name(); } public static RejectionReason62Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy