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

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

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

*

 * <simpleType name="SettlementDate5Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="REGU"/>
 *     <enumeration value="CASH"/>
 *     <enumeration value="NXTD"/>
 *     <enumeration value="TONE"/>
 *     <enumeration value="TTWO"/>
 *     <enumeration value="TTRE"/>
 *     <enumeration value="TFOR"/>
 *     <enumeration value="TFIV"/>
 *     <enumeration value="SELL"/>
 *     <enumeration value="WDIS"/>
 *     <enumeration value="WHID"/>
 *     <enumeration value="TBAT"/>
 *     <enumeration value="WISS"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "SettlementDate5Code") @XmlEnum public enum SettlementDate5Code { /** * Settlement takes place under the standard rules applicable to the market and instrument. * */ REGU, /** * Settlement takes place on the trade date. * */ CASH, /** * Settlement takes place on the day after trade date. * */ NXTD, /** * Settlement takes place on the trade date plus one business day. * */ TONE, /** * Settlement takes place on the trade date plus two business days. * */ TTWO, /** * Settlement takes place on the trade date plus three business days. * */ TTRE, /** * Settlement takes place on the trade date plus four business days. * */ TFOR, /** * Settlement takes place on the trade date plus five business days. * */ TFIV, /** * Settlement takes place at the choice/option of the seller. * */ SELL, /** * Settlement takes place when the financial instrument is distributed. * */ WDIS, /** * Settlement takes place when the financial instrument is issued or distributed. * */ WHID, /** * Settlement takes place as a result of a "to be announced" trade. * */ TBAT, /** * Settlement is to be done when the security is issued. * */ WISS; public String value() { return name(); } public static SettlementDate5Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy