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

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

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 PendingReason11Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "PendingReason11Code") @XmlEnum public enum PendingReason11Code { /** * Instruction was received after the account servicer's deadline. Processed on best effort basis. * */ ADEA, /** * Tax reclaim has been sent to the tax authorities. * */ AUTH, /** * Pending receipt of beneficiary owner details. * */ BOIS, /** * Quantity of financial instruments does not match. * */ DQUA, /** * Insufficient financial instruments in your account. * */ LACK, /** * Instruction was received after market deadline. * */ LATE, /** * Awaiting receipt of adequate certification. * */ MCER, /** * Insufficient money in your account. * */ MONY, /** * Other. See Narrative. * */ OTHR, /** * Payment has not been made by issuer. * */ NPAY, /** * Financial instruments have not been delivered by the issuer. * */ NSEC, /** * The instruction is pending receipt of securities, for example, from a purchase, loan etc. * */ PENR, /** * For tax reclaim, the event is pending, the tax reclaim is valid for the tax authorities. * */ VLDA, /** * Certificate number error. * */ CERT; public String value() { return name(); } public static PendingReason11Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy