All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.RejectionReason42Code Maven / Gradle / Ivy

There is a newer version: SRU2024-10.2.4
Show newest version

package com.prowidesoftware.swift.model.mx.dic;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for RejectionReason42Code. * *

The following schema fragment specifies the expected content contained within this class. *

*

 * <simpleType name="RejectionReason42Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="ADEA"/>
 *     <enumeration value="CERT"/>
 *     <enumeration value="INIR"/>
 *     <enumeration value="INVA"/>
 *     <enumeration value="OPTY"/>
 *     <enumeration value="ULNK"/>
 *     <enumeration value="DSEC"/>
 *     <enumeration value="LACK"/>
 *     <enumeration value="LATE"/>
 *     <enumeration value="NMTY"/>
 *     <enumeration value="BOIS"/>
 *     <enumeration value="CANC"/>
 *     <enumeration value="INTV"/>
 *     <enumeration value="OPNM"/>
 *     <enumeration value="OTHR"/>
 *     <enumeration value="DQUA"/>
 *     <enumeration value="REFT"/>
 *     <enumeration value="DCAN"/>
 *     <enumeration value="DPRG"/>
 *     <enumeration value="SAFE"/>
 *     <enumeration value="EVNM"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "RejectionReason42Code") @XmlEnum public enum RejectionReason42Code { /** * Transaction/instruction received after the account servicer's specified deadline. * */ ADEA, /** * Instruction is rejected since the provided certification is incorrect or incomplete. * */ CERT, /** * Instruction is irrevocable * */ INIR, /** * For tax reclaim, the reclaim is invalid for the tax authorities. * */ INVA, /** * Invalid option type. * */ OPTY, /** * Linked reference is unknown. * */ ULNK, /** * Unrecognised or invalid financial instrument identification. * */ DSEC, /** * Instructed position exceeds the eligible balance. * */ LACK, /** * Received after market deadline. * */ LATE, /** * Mismatch between option number and option type. * */ NMTY, /** * Rejected due to missing beneficiary owner details. * */ BOIS, /** * Option is not valid; it has been cancelled by the market or service provider, and cannot be responded to. Any responses already processed against this option are considered void and new responses will be required . * */ CANC, /** * Option is not active and can no longer be responded to. Any responses already processed against this option will remain valid, for example, expired option. * */ INTV, /** * Unrecognised option number. * */ OPNM, /** * Other. See Narrative. * */ OTHR, /** * Unrecognised or invalid instructed quantity. * */ DQUA, /** * Reclaim is refused by the tax authorities. * */ REFT, /** * Cancellation request was rejected since the instruction has already been cancelled. * */ DCAN, /** * Cancellation request has been rejected because the instruction process is in progress or has been processed. * */ DPRG, /** * Unrecognised or invalid message sender's safekeeping account. * */ SAFE, /** * Unrecognised event number. * */ EVNM; public String value() { return name(); } public static RejectionReason42Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy