Definition Type: Group
Name: ExchangeIdentifier.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-asset-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into specifiedExchangeId in schema fpml-asset-5-10_xsd Drilldown into optionsExchangeId in schema fpml-asset-5-10_xsd Drilldown into relatedExchangeId in schema fpml-asset-5-10_xsdXSD Diagram of ExchangeIdentifier.model in schema fpml-asset-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="ExchangeIdentifier.model">
    <xsd:sequence>
        <xsd:element name="relatedExchangeId" type="ExchangeId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A short form unique identifier for a related exchange. If the element is not present then the exchange shall be the primary exchange on which listed futures and options on the underlying are listed. The term "Exchange" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="optionsExchangeId" type="ExchangeId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A short form unique identifier for an exchange on which the reference option contract is listed. This is to address the case where the reference exchange for the future is different than the one for the option. The options Exchange is referenced on share options when Merger Elections are selected as Options Exchange Adjustment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="specifiedExchangeId" type="ExchangeId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A short form unique identifier for a specified exchange. If the element is not present then the exchange shall be default terms as defined in the MCA; unless otherwise specified in the Transaction Supplement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
relatedExchangeId nsA:relatedExchangeId 0 unbounded
optionsExchangeId nsA:optionsExchangeId 0 unbounded
specifiedExchangeId nsA:specifiedExchangeId 0 unbounded