Class ExchangeId

java.lang.Object
net.finmath.smartcontract.product.xml.ExchangeId

public class ExchangeId extends Object
A short form unique identifier for an exchange. If the element is not present then the exchange shall be the primary exchange on which the underlying is listed. The term "Exchange" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.

Java class for ExchangeId complex type.

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

 <complexType name="ExchangeId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NonEmptyScheme">
       <attribute name="exchangeIdScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/exchange-id-MIC-1-0" />
     </extension>
   </simpleContent>
 </complexType>