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

com.prowidesoftware.swift.model.mx.dic.DeniedReason7Code 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 DeniedReason7Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "DeniedReason7Code") @XmlEnum public enum DeniedReason7Code { /** * Received after the account servicer's deadline. * */ ADEA, /** * Repo call request was denied since another call already applies. * */ DCAL, /** * Execution is denied due to a process linked to the currency of the transaction. * */ CDCY, /** * Execution is denied due to the execution of a process of realignment at the issuer CSD. * */ CDRE, /** * Execution is denied due to the execution of a process at the registrar. * */ CDRG, /** * Request was denied since the instruction has been cancelled. * */ DCAN, /** * Request was denied because the process of settlement is in progress. * */ DPRG, /** * Repo call request was denied. Call not allowed on the concerned repo, for example, out of delay. * */ DFOR, /** * Request was denied because the repo was cancelled. * */ DREP, /** * Request was denied because the instruction was settled. * */ DSET, /** * Instruction has been processed and cannot be cancelled. * */ IPNC, /** * Received after market deadline. * */ LATE, /** * Other. See Narrative. * */ OTHR; public String value() { return name(); } public static DeniedReason7Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy