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

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

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "SettlementTransactionCondition8Code") @XmlEnum public enum SettlementTransactionCondition8Code { /** * Transfer of ownership of the asset to another party during the closing of an option. * */ ASGN, /** * Transaction is a buy to cover. * */ BUTC, /** * Tax-exempt financial instruments are to be settled. * */ CLEN, /** * Taxable financial instruments are to be settled. * */ DIRT, /** * Matching receipt instruction not required (only for concerned international or national central securities depositories). * */ DLWM, /** * Settlement transactions relates to drawn securities. * */ DRAW, /** * Settlement transaction relates to options, futures or derivatives that are exercised. * */ EXER, /** * Delivery will be made free of payment but a clean payment order will be sent. * */ FRCL, /** * Settlement transaction relates to options, futures or derivatives that are expired worthless. * */ KNOC, /** * Securities are to be physically settled. * */ PHYS, /** * Relates to transaction on a security that is not eligible at the Central Security Depository (CSD) but for which the payment will be enacted by the central securities depository. * */ RESI, /** * Account is used for short sale orders. * */ SHOR, /** * Settlement transactions to be settled with special delivery. * */ SPDL, /** * Money and financial instruments settle in different locations. * */ SPST, /** * Settlement transaction relates to options, futures or derivatives that have expired. * */ EXPI, /** * Position to cover the pending sale will be available by contractual settlement date (accounting information). * */ PENS, /** * Delivery cannot be performed until money is received. * */ UNEX, /** * Securities are not be delivered but segregated following triparty collateral transaction. * */ TRIP, /** * No market claim should be automatically generated. * */ NOMC, /** * Transaction resulting from a transformation. * */ TRAN, /** * Collateral position is available for other purposes (for example, onwards delivery). * */ RHYP, /** * Settlement is on a bilaterally accepted transaction that is to be accepted beyond the regular settlement deadline. * */ ADEA, /** * Relates to a transaction that is for reporting purposes only. * */ RPTO; public String value() { return name(); } public static SettlementTransactionCondition8Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy