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

com.prowidesoftware.swift.model.mx.dic.RejectionReason38Code 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 RejectionReason38Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "RejectionReason38Code") @XmlEnum public enum RejectionReason38Code { /** * Unrecognised or invalid message sender's safekeeping account. * */ SAFE, /** * Unrecognised or invalid instructed quantity. * */ DQUA, /** * Transaction/instruction received after the account servicer's specified deadline. * */ ADEA, /** * Unrecognised or invalid financial instrument identification. * */ DSEC, /** * Received after market deadline. * */ LATE, /** * Unrecognised or invalid cash account. * */ CASH, /** * Unrecognised or invalid deal price. * */ DDEA, /** * Unrecognised or invalid trade date or requested trade date or future trade date. * */ DTRD, /** * Unrecognised or invalid place of trade. * */ PLCE, /** * Not possible to use the RTGS system instructed (NRTG or YRTG). * */ RTGS, /** * Unrecognised or invalid settlement amount currency. * */ NCRR, /** * Physical settlement is impossible for the instructed financial instrument. * */ PHYS, /** * Instruction has a reference identical to another previously received instruction. * */ REFE, /** * Unrecognised or invalid settlement amount. * */ DMON, /** * Quantity instructed is lower than the minimum existing settlement quantity for the financial instrument. * */ MINO, /** * Unrecognised or invalid processing batch, that is, daytime/real-time while only possible to settle in overnight batch. * */ BATC, /** * Quantity instructed is not a multiple of an existing settlement quantity lot for the financial instrument. * */ MUNO, /** * Unrecognised or invalid tax status of the securities instructed. * */ TXST, /** * Unrecognised or invalid settlement system/method instructed. * */ SETS, /** * Unrecognised, invalid or missing common reference. * */ IIND, /** * Corporate action pending on the financial instrument instructed. * */ CAEV, /** * Impossible standing arrangements override instruction for the cash settlement system. * */ CASY, /** * Unrecognised or invalid settlement date. * */ DDAT, /** * Unrecognised or invalid settlement transaction type. * */ SETR, /** * Required stamp duty information is missing. * */ SDUT, /** * Unrecognised or invalid transaction call delay. * */ CADE, /** * Unrecognised or invalid forfeit amount. * */ FORF, /** * Unrecognised or invalid closing date/time. * */ TERM, /** * Unrecognised or invalid variable rate support (repurchase agreement). * */ VASU, /** * Unrecognised or invalid termination transaction amount. * */ REPA, /** * Unrecognised or invalid repurchase rate. * */ REPO, /** * Unrecognised or invalid premium amount. * */ REPP, /** * Unrecognised or invalid repurchase rate type. * */ RERT, /** * Unrecognised or invalid spread rate. * */ RSPR, /** * Unrecognised or invalid participant of delivering or receiving depository. * */ ICAG, /** * Unrecognised, invalid or missing place of safekeeping. * */ INPS, /** * Unrecognised or invalid client of delivering or receiving party 1. * */ ICUS, /** * Unrecognised or invalid depository. * */ DEPT, /** * Other. See Narrative. * */ OTHR, /** * Unrecognised or invalid client of delivering or receiving party 2. * */ IEXE, /** * Unrecognised or invalid investor party. May be used by an executing party to reject an instruction for an investor (or portfolio) for which it is not authorised to act. * */ INVE, /** * Unrecognised or invalid place of listing. Used when the security identified is not listed on the market supplied. * */ PLIS; public String value() { return name(); } public static RejectionReason38Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy