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

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

There is a newer version: SRU2024-10.2.4
Show newest version

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

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


/**
 * 

Java class for DTCInstructionStatus2Code. * *

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

*

 * <simpleType name="DTCInstructionStatus2Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="CANC"/>
 *     <enumeration value="CCAN"/>
 *     <enumeration value="DROP"/>
 *     <enumeration value="MADE"/>
 *     <enumeration value="PDOC"/>
 *     <enumeration value="PENA"/>
 *     <enumeration value="PEND"/>
 *     <enumeration value="REJA"/>
 *     <enumeration value="REJT"/>
 *     <enumeration value="REMD"/>
 *     <enumeration value="RESC"/>
 *     <enumeration value="SWUN"/>
 *     <enumeration value="WITH"/>
 *     <enumeration value="RECY"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "DTCInstructionStatus2Code") @XmlEnum public enum DTCInstructionStatus2Code { /** * Instruction cancelled by client relating to survivor option event. * */ CANC, /** * Cancellation of conversion instruction upon agent approval only. * */ CCAN, /** * Instruction dropped due to insufficient position. * */ DROP, /** * Fully processed instruction. * */ MADE, /** * Instruction for CD early redemption awaiting paperwork. Instruction will become MADE when DTC releases instruction upon paperwork. * */ PDOC, /** * Instruction pending release or delete from approval function. * */ PENA, /** * Instruction waiting for update after submission. * */ PEND, /** * Instruction or withdrawal rejected by agent relating to survivor option event. * */ REJA, /** * Instruction did not pass initial validation. * */ REJT, /** * Previously recycled transactions have been “MADE” and the system is processing the updates. * */ REMD, /** * Rescinded by Issuer. * */ RESC, /** * Instruction moved from one client account to another for put events. * */ SWUN, /** * Client instruction withdrawn for events with withdrawal privilege. * */ WITH, /** * Instruction waiting for position. Instruction will subsequently either become “Made” or “Dropped” by end of day. * */ RECY; public String value() { return name(); } public static DTCInstructionStatus2Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy