com.prowidesoftware.swift.model.mx.dic.RejectedStatusReason7Code 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 RejectedStatusReason7Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "RejectedStatusReason7Code")
@XmlEnum
public enum RejectedStatusReason7Code {
/**
* Order contains funds that have different valuation points.
*
*/
POIN,
/**
* Delivering agent is not recognised or is invalid.
*
*/
ICAG,
/**
* Direct debit account identification is not recognised or is invalid.
*
*/
IDDB,
/**
* Intermediary is not recognised or is invalid.
*
*/
INTE,
/**
* Investment account identification is not recognised or is invalid.
*
*/
SAFE,
/**
* Payment card details are incorrect.
*
*/
IPAY,
/**
* Credit transfer details are incorrect.
*
*/
ICTR,
/**
* Place of settlement is not recognised or is invalid.
*
*/
DEPT,
/**
* Receiving agent is not recognised or is invalid.
*
*/
IVAG,
/**
* Safekeeping place is not recognised or is invalid.
*
*/
ISAF,
/**
* Form of the security is wrong, eg, the form of security is registered not bearer or vice versa.
*
*/
DFOR,
/**
* Identification of the security is not recognised or is invalid.
*
*/
DSEC,
/**
* Investment account is blocked due to a corporate action.
*
*/
BLCA,
/**
* Investment account is blocked due to a transfer out of investment funds.
*
*/
BLTR,
/**
* Investment account is blocked until certain legal proceedings are completed, for example, legal documents from the successor, legal proceedings due to bankruptcy.
*
*/
DOCC,
/**
* There is not enough cash in the account to process the instruction.
*
*/
MONY,
/**
* There are not enough securities in the account to process the instruction.
*
*/
SECU,
/**
* Identification of the security and the security name are not the same.
*
*/
IDNA,
/**
* Percentage of commission waiving exceeds the commission percentage or commission amount.
*
*/
UWAI,
/**
* Deal currency is not supported.
*
*/
UDCY,
/**
* Net asset value currency is not supported.
*
*/
UNAV,
/**
* Payment method, for example, cheque or payment card, is not accepted.
*
*/
UPAY,
/**
* Settlement currency requested is not supported.
*
*/
URSC,
/**
* Quantity of units or amount of money in the order is too high for a subscription.
*
*/
SHIG,
/**
* Quantity of units or amount of money in the order is too low for a subscription.
*
*/
SLOW,
/**
* Linked reference is not known.
*
*/
ULNK,
/**
* Order contains physical delivery details but the fund can not be physically delivered.
*
*/
DLVY,
/**
* Order reference is a duplicate of a previously received order.
*
*/
ORRF,
/**
* Instructing party is not allowed to instruct for this investment account.
*
*/
IPAC,
/**
* Order type is invalid.
*
*/
IOTP,
/**
* Instruction is not compliant with the service level agreement.
*
*/
NSLA,
/**
* Instruction has been received after the cut-off time.
*
*/
CUTO,
/**
* Instruction was received after market deadline.
*
*/
LATE,
/**
* Instruction was received after the Receiver's deadline.
*
*/
ADEA,
/**
* Cash account is not recognised or invalid.
*
*/
CASH,
/**
* Cash settlement date is not recognised or is invalid.
*
*/
DDAT,
/**
* Financial instrument quantity is invalid.
*
*/
DQUA,
/**
* Unrecognised or invalid trade date or requested trade date or future trade date.
*
*/
DTRD,
/**
* Unrecognised or invalid fee or commission.
*
*/
FEEE,
/**
* Unrecognised or invalid subscriber or redeemer.
*
*/
IEXE,
/**
* Unrecognised or invalid Settlement Amount Currency.
*
*/
NCRR,
/**
* Physical Settlement Impossible.
*
*/
PHYS,
/**
* Unrecognised or invalid Place of Trade.
*
*/
PLCE,
/**
* Unrecognised or invalid Settlement Transaction.
*
*/
SETR,
/**
* Impossible to use RTGS System.
*
*/
RTGS,
/**
* The cancellation request has been rejected since more than one instruction match to the cancellation criteria.
*
*/
NRGM,
/**
* Unrecognised or invalid settlement amount.
*
*/
DMON;
public String value() {
return name();
}
public static RejectedStatusReason7Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy