com.prowidesoftware.swift.model.mx.dic.PendingReason20Code 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 PendingReason20Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "PendingReason20Code")
@XmlEnum
public enum PendingReason20Code {
/**
* Instruction was received after the account servicer's deadline. Processed on best effort basis.
*
*/
ADEA,
/**
* Other. See Narrative.
*
*/
OTHR,
/**
* Pending receipt of beneficiary owner details.
*
*/
FULL,
/**
* Awaiting receipt of adequate certification.
*
*/
MCER,
/**
* Insufficient money in your account.
*
*/
MONY,
/**
* Insufficient financial instruments in your account.
*
*/
LACK,
/**
* Instruction was received after market deadline.
*
*/
LATE,
/**
* Quantity of financial instruments does not match.
*
*/
DQUA,
/**
* The instruction is pending receipt of securities, for example, from a purchase or loan.
*
*/
PENR,
/**
* Certificate number error.
*
*/
CERT,
/**
* Unrecognised or invalid instructed cash amount.
*
*/
DQCS,
/**
* Tax rate provided is incorrect. It falls outside the acceptable values for that investment country.
*
*/
ITAX,
/**
* Tax rate is not consistent with the documentation in place.
*
*/
NTAX,
/**
* Tax rate is missing.
*
*/
MTAX,
/**
* System is not available. Instruction is sent outside of business hours.
*
*/
SNAV,
/**
* Instruction is submitted before instruction start date.
*
*/
BSTR;
public String value() {
return name();
}
public static PendingReason20Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy