com.prowidesoftware.swift.model.mx.dic.TransferRejectedStatusReason1Code 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
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 TransferRejectedStatusReason1Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "TransferRejectedStatusReason1Code")
@XmlEnum
public enum TransferRejectedStatusReason1Code {
/**
* Cash settlement date is not recognised or is invalid.
*
*/
DDAT,
/**
* Place of settlement is not recognised or is invalid.
*
*/
DEPT,
/**
* Identification of the security is not recognised or is invalid.
*
*/
DSEC,
/**
* There are not enough securities in the account to process the instruction.
*
*/
SECU,
/**
* One or several settlement parties are not recognised or are invalid.
*
*/
ISTP,
/**
* Certificate number is not recognised or is invalid.
*
*/
ICTN,
/**
* Investment account identification is not recognised or is invalid.
*
*/
SAFE,
/**
* Acquisition date is not recognised or is invalid.
*
*/
IAQD,
/**
* Investment account is blocked due to a corporate action.
*
*/
BLCA,
/**
* Investment account is blocked until certain legal proceedings are completed, for example, legal documents from the successor, legal proceedings due to bankruptcy.
*
*/
DOCC,
/**
* Identification of the security and the security name are not the same.
*
*/
IDNA,
/**
* Order contains physical delivery details but the fund can not be physically delivered.
*
*/
DLVY,
/**
* Legally impossible to cancel.
*
*/
LEGL,
/**
* Instruction is not compliant with the service level agreement.
*
*/
NSLA,
/**
* Another reason for the status rejected.
*
*/
OTHR,
/**
* Financial instrument quantity is invalid.
*
*/
DQUA;
public String value() {
return name();
}
public static TransferRejectedStatusReason1Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy