
com.prowidesoftware.swift.model.mx.dic.AdditionalBusinessProcess4Code Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for AdditionalBusinessProcess4Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <simpleType name="AdditionalBusinessProcess4Code">
* <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"/>
* </restriction>
* </simpleType>
*
*
*/
@XmlType(name = "AdditionalBusinessProcess4Code")
@XmlEnum
public enum AdditionalBusinessProcess4Code {
/**
* 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;
public String value() {
return name();
}
public static AdditionalBusinessProcess4Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy