
com.prowidesoftware.swift.model.mx.dic.RepairReason4Code Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for RepairReason4Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <simpleType name="RepairReason4Code">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="BATC"/>
* <enumeration value="CAEV"/>
* <enumeration value="CASH"/>
* <enumeration value="CASY"/>
* <enumeration value="DDAT"/>
* <enumeration value="DDEA"/>
* <enumeration value="DMON"/>
* <enumeration value="DQUA"/>
* <enumeration value="DSEC"/>
* <enumeration value="DTRD"/>
* <enumeration value="IIND"/>
* <enumeration value="MINO"/>
* <enumeration value="MUNO"/>
* <enumeration value="NCRR"/>
* <enumeration value="PHYS"/>
* <enumeration value="PLCE"/>
* <enumeration value="REFE"/>
* <enumeration value="RTGS"/>
* <enumeration value="SAFE"/>
* <enumeration value="SETR"/>
* <enumeration value="SETS"/>
* <enumeration value="TXST"/>
* <enumeration value="INPS"/>
* <enumeration value="SDUT"/>
* <enumeration value="OTHR"/>
* <enumeration value="IEXE"/>
* <enumeration value="ICAG"/>
* <enumeration value="DEPT"/>
* <enumeration value="ICUS"/>
* </restriction>
* </simpleType>
*
*
*/
@XmlType(name = "RepairReason4Code")
@XmlEnum
public enum RepairReason4Code {
/**
* 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;
public String value() {
return name();
}
public static RepairReason4Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy