Definition Type: ComplexType
Name: QuotedAssetSet
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
A collection of quoted assets.
Collapse XSD Schema Diagram:
Drilldown into assetQuote in schema fpml-riskdef-4-4_xsd Drilldown into instrumentSet in schema fpml-riskdef-4-4_xsdXSD Diagram of QuotedAssetSet in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuotedAssetSet">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A collection of quoted assets.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="instrumentSet" type="InstrumentSet" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A collection of instruments used as a basis for quotation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="assetQuote" type="BasicAssetValuation" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A collection of valuations (quotes) for the assets needed in the set. Normally these quotes will be for the underlying assets listed above, but they don't necesarily have to be.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentSet fpml:instrumentSet 0 (1)
assetQuote fpml:assetQuote 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:benchmarkQuotesfpml:FxRateSet, fpml:inputs, fpml:inputs,