Definition Type: ComplexType
Name: InstrumentSet
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
A collection of instruments usable for quotation purposes. In future releases, quotable derivative assets may be added after the underlying asset.
Collapse XSD Schema Diagram:
Drilldown into curveInstrument in schema fpml-asset-5-10_xsd3 Drilldown into underlyingAsset in schema fpml-asset-5-10_xsd3XSD Diagram of InstrumentSet in schema fpml-riskdef-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InstrumentSet">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A collection of instruments usable for quotation purposes. In future releases, quotable derivative assets may be added after the underlying asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
        <xsd:choice minOccurs="0">
            <xsd:element ref="underlyingAsset">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A collection of underlying assets (bonds, discount instruments, futures, etc.) that can be used as a basis for benchmark quotes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="curveInstrument">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A collection of underlying assets (bonds, discount instruments, futures, etc.) that can be used as a basis for benchmark quotes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlyingAsset nsD:underlyingAsset (1) (1)
curveInstrument nsD:curveInstrument (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:instrumentSet