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

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

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

{@code
 * 
 *   
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "OrderOriginatorEligibility1Code") @XmlEnum public enum OrderOriginatorEligibility1Code { /** * Eligible counterparty - MiFID classification of counterparty. Eligible customers are the most sophisticated level of investor, able to opt out of some the protections afforded by conduct of business rules defined under MiFID. * */ ELIG, /** * Retail client - MiFID classification of counterparty. Retail customers are the least sophisticated level of investor. * */ RETL, /** * Professional client - MiFID classification of counterparty. Professional customers are, for example, investment firms, credit institutions, insurance companies. * */ PROF; public String value() { return name(); } public static OrderOriginatorEligibility1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy