com.prowidesoftware.swift.model.mx.dic.RejectionReason50Code 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 RejectionReason50Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "RejectionReason50Code")
@XmlEnum
public enum RejectionReason50Code {
/**
* Transaction/instruction received after the account servicer's specified deadline.
*
*/
ADEA,
/**
* Requested additional documentation is missing.
*
*/
ADDM,
/**
* Event has been cancelled.
*
*/
MCAN,
/**
* Unrecognised or invalid instructed quantity.
*
*/
DQUA,
/**
* Deadline to register is missed.
*
*/
DREM,
/**
* Unrecognised or invalid financial instrument identification.
*
*/
DSEC,
/**
* Unrecognised event number.
*
*/
EVNM,
/**
* Rejected due to missing beneficiary owner details.
*
*/
FULL,
/**
* Missing or invalid power of attorney.
*
*/
IPOA,
/**
* Position is less than required threshold.
*
*/
IPOS,
/**
* Invalid registration information.
*
*/
IREG,
/**
* Received after market deadline.
*
*/
LATE,
/**
* Insufficient or no registered position.
*
*/
NPOS,
/**
* Other. See Narrative.
*
*/
OTHR,
/**
* Partial voting is not allowed.
*
*/
PART,
/**
* Invalid proxy information.
*
*/
PRXY,
/**
* Issuer or registrar has rejected the instruction.
*
*/
RBIS,
/**
* Resolution number provided discrepancy.
*
*/
RESN,
/**
* Unrecognised or invalid message sender's safekeeping account.
*
*/
SAFE,
/**
* Split voting is not allowed.
*
*/
SPLT,
/**
* Linked reference is unknown.
*
*/
ULNK,
/**
* Invalid option type.
*
*/
OPTY,
/**
* Instructed position exceeds the eligible balance.
*
*/
LACK;
public String value() {
return name();
}
public static RejectionReason50Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy