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

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

There is a newer version: SRU2024-10.2.4
Show newest version

package com.prowidesoftware.swift.model.mx.dic;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for OriginatorRole1Code. * *

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

*

 * <simpleType name="OriginatorRole1Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="SINT"/>
 *     <enumeration value="MLTF"/>
 *     <enumeration value="RMKT"/>
 *     <enumeration value="MKTM"/>
 *     <enumeration value="INVE"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "OriginatorRole1Code") @XmlEnum public enum OriginatorRole1Code { /** * Firms which, on an organised, frequent and systematic basis deal on their own account by executing client orders outside a regulated market or a Multilateral Trading Facility. SI's will have the obligation to provide, and make public, a definite bid and offer quote for liquid securities. They act as "mini"exchanges. * */ SINT, /** * Multilateral system which brings together multiple third-party buying and selling interests in financial instruments in a way that results in a contract. * */ MLTF, /** * Market on which financial instruments can be traded according to rules defined by the stock exchange. * */ RMKT, /** * Dealer or specialist that is trading for their own account in the OTC market. Market makers are expected to maintain an orderly market by being available to buy or sell. * */ MKTM, /** * Party, either an individual or organisation, whose assets are being invested. * */ INVE; public String value() { return name(); } public static OriginatorRole1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy