com.prowidesoftware.swift.model.mx.dic.OrderWaiverReason1Code Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for OrderWaiverReason1Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "OrderWaiverReason1Code")
@XmlEnum
public enum OrderWaiverReason1Code {
/**
* Dealing of the trade is outside the normal limit.
*
*/
LATE,
/**
* Front end load charge differs from PPM.
*
*/
FEND,
/**
* Amount of subscription is below the minimum initial investment amount.
*
*/
BMIN,
/**
* Cut off date has been passed.
*
*/
CUTO,
/**
* Standard commission is waived.
*
*/
COMW;
public String value() {
return name();
}
public static OrderWaiverReason1Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy