Definition Type: ComplexType
Name: InstrumentSet
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-mktenv-4-2.xsd
Abstract
Documentation:
A collection of instruments usable for quotation purposes.
Collapse XSD Schema Diagram:
Drilldown into underlyingAsset in schema fpml-asset-4-2_xsdXSD Diagram of InstrumentSet in schema fpml-mktenv-4-2_xsd (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.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="underlyingAsset" minOccurs="0" maxOccurs="unbounded">
            <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>
        <!-- in the future, add quotable derivative assets here -->
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlyingAsset fpml:underlyingAsset 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:instrumentSet