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

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

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "RepairReason5Code") @XmlEnum public enum RepairReason5Code { /** * Unrecognised or invalid processing batch, that is, daytime/real-time while only possible to settle in overnight batch. * */ BATC, /** * Corporate action pending on the financial instrument instructed. * */ CAEV, /** * Unrecognised or invalid cash account. * */ CASH, /** * Impossible standing arrangements override instruction for the cash settlement system. * */ CASY, /** * Unrecognised or invalid settlement date. * */ DDAT, /** * Unrecognised or invalid deal price. * */ DDEA, /** * Unrecognised or invalid settlement amount. * */ DMON, /** * Unrecognised or invalid settlement quantity. * */ DQUA, /** * Unrecognised or invalid financial instrument identification. * */ DSEC, /** * Unrecognised or invalid trade date. * */ DTRD, /** * Unrecognised, invalid or missing common reference. * */ IIND, /** * Quantity instructed is lower than the minimum existing settlement quantity for the financial instrument. * */ MINO, /** * Quantity instructed is not a multiple of an existing settlement quantity lot for the financial instrument. * */ MUNO, /** * Unrecognised or invalid settlement amount currency. * */ NCRR, /** * Physical settlement is impossible for the instructed financial instrument. * */ PHYS, /** * Unrecognised or invalid place of trade. * */ PLCE, /** * Instruction has a reference identical to another previously received instruction. * */ REFE, /** * Impossible to use the RTGS system instructed (NRTG or YRTG). * */ RTGS, /** * Unrecognised or invalid message sender's safekeeping account. * */ SAFE, /** * Unrecognised or invalid settlement transaction type. * */ SETR, /** * Unrecognised or invalid settlement system/method instructed. * */ SETS, /** * Unrecognised or invalid tax status of the securities instructed. * */ TXST, /** * Unrecognised, invalid or missing Place of Safekeeping. * */ INPS, /** * Required stamp duty information is missing. * */ SDUT, /** * Other. See Narrative. * */ OTHR, /** * Client of delivering or receiving party 2 mismatch. * */ IEXE, /** * Participant of delivering or receiving depository mismatch. * */ ICAG, /** * Depository mismatch. * */ DEPT, /** * Client of delivering or receiving party 1 mismatch. * */ ICUS, /** * Unrecognised or invalid termination transaction amount. * */ REPA, /** * Unrecognised or invalid transaction call delay. * */ CADE, /** * Unrecognised or invalid repurchase rate type. * */ RERT, /** * Unrecognised or invalid spread rate. * */ RSPR, /** * Unrecognised or invalid variable rate support (repurchase agreement). * */ VASU, /** * Unrecognised or invalid repurchase rate. * */ REPO, /** * Unrecognised or invalid premium amount. * */ REPP, /** * Unrecognised or invalid closing date/time. * */ TERM, /** * Unrecognised or invalid forfeit amount. * */ FORF; public String value() { return name(); } public static RepairReason5Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy