com.prowidesoftware.swift.model.mx.dic.RejectionReason33Code 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 RejectionReason33Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "RejectionReason33Code")
@XmlEnum
public enum RejectionReason33Code {
/**
* Unrecognised or invalid cash account.
*
*/
CASH,
/**
* Transaction/instruction received after the account servicer's specified deadline.
*
*/
ADEA,
/**
* Unrecognised or invalid settlement amount.
*
*/
DMON,
/**
* Unrecognised or invalid settlement amount currency.
*
*/
NCRR,
/**
* Received after market deadline.
*
*/
LATE,
/**
* Invalid or unrecognized link.
*
*/
INVL,
/**
* Instruction aims at using an invalid balance.
*
*/
INVB,
/**
* Invalid or unrecognized lot number.
*
*/
INVN,
/**
* Account servicer validation rule rejection.
*
*/
VALR,
/**
* Insufficient money in your account.
*
*/
MONY,
/**
* Corporate action pending on the financial instrument instructed.
*
*/
CAEV,
/**
* Unrecognised or invalid settlement date.
*
*/
DDAT,
/**
* Instruction has a reference identical to another previously received instruction.
*
*/
REFE,
/**
* Other. See Narrative.
*
*/
OTHR,
/**
* Unrecognised or invalid instructed quantity.
*
*/
DQUA,
/**
* Unrecognised or invalid financial instrument identification.
*
*/
DSEC,
/**
* Quantity instructed is lower than the minimum existing settlement quantity for the financial instrument.
*
*/
MINO,
/**
* Quantity instructed is not a multiple of an existing settlement quantity lot for the financial instrument.
*
*/
MUNO;
public String value() {
return name();
}
public static RejectionReason33Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy