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

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

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

*

 * <simpleType name="AdditionalBusinessProcess7Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="CLAI"/>
 *     <enumeration value="TAXR"/>
 *     <enumeration value="ACLA"/>
 *     <enumeration value="ATXF"/>
 *     <enumeration value="CNTR"/>
 *     <enumeration value="CONS"/>
 *     <enumeration value="NAMC"/>
 *     <enumeration value="NPLE"/>
 *     <enumeration value="SCHM"/>
 *     <enumeration value="PPUT"/>
 *     <enumeration value="PPRE"/>
 *     <enumeration value="FPRE"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "AdditionalBusinessProcess7Code") @XmlEnum public enum AdditionalBusinessProcess7Code { /** * Relates to a claim on the associated corporate action event. * */ CLAI, /** * Relates to a tax refund from the authorities on the associated corporate action event. * */ TAXR, /** * Will automatically give rise to market claims by the account servicer, for example, a Central Securities Depository (CSD). * */ ACLA, /** * As a result of the corporate action, all transactions in the underlying security will be cancelled by the system and replaced with transactions in the outturn resource(s). * */ ATXF, /** * As a result of the corporate action, all transactions in the underlying security will be cancelled by the system. * */ CNTR, /** * Relates to a consent within a corporate action event other than a Consent event (:22F::CAEV//CONS). * */ CONS, /** * Event will not automatically give rise to market claims and transformations by the account servicer, for example, a Central Securities Depository (CSD). * */ NAMC, /** * Issuer only allows a single option to be selected per designated holding. * */ NPLE, /** * Component event of a scheme/plan of arrangement: a reorganisation of a company or a group of companies, and their capital. * */ SCHM, /** * Partial mandatory exchange of a portion of bonds where the exchanged securities are usually remarketed. The issuer may offer holders the right to retain instead of exchanging their securities. A lottery will be used to determine eligibility for the event. * */ PPUT, /** * Partial pre-funding of a debt instrument prior to maturity drawn through a lottery process. One new security is issued with an earlier maturity date for the refunded (called portion) and the other new security is issued with the original maturity date for the non refunded (remaining) portion. Applicable only in the frame of a partial defeasance corporate action event. * */ PPRE, /** * Full pre-funding of a debt instrument by the issuer prior to original maturity when the issuer deposits assets in trust. Applicable only in the frame of a partial defeasance corporate action event. * */ FPRE; public String value() { return name(); } public static AdditionalBusinessProcess7Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy