Definition Type: ComplexType
Name: MarginQuote
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-clearing-processes-5-9.xsd
Abstract
Documentation:
A message indicating that the margin quote has been acted upon.
Collapse XSD Schema Diagram:
Drilldown into marketData in schema fpml-clearing-processes-5-9_xsd Drilldown into margins in schema fpml-clearing-processes-5-9_xsd Drilldown into valuations in schema fpml-clearing-processes-5-9_xsd Drilldown into tradeIdentifier in schema fpml-clearing-processes-5-9_xsd Drilldown into valueTime in schema fpml-clearing-processes-5-9_xsd Drilldown into valueDate in schema fpml-clearing-processes-5-9_xsdXSD Diagram of MarginQuote in schema fpml-clearing-processes-5-9_xsd (Financial products Markup Language (FpML®) - Pretrade)
Collapse XSD Schema Code:
<xsd:complexType name="MarginQuote">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A message indicating that the margin quote has been acted upon.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="valueDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="valueTime" type="xsd:time" minOccurs="0" />
        <xsd:element name="tradeIdentifier" type="TradeIdentifier" minOccurs="0" />
        <xsd:element name="valuations" type="ValuationsBasicQuotation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="margins" type="Margins" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="marketData" type="MarketData" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
valueDate nsA:valueDate 0 (1)
valueTime nsA:valueTime 0 (1)
tradeIdentifier nsA:tradeIdentifier 0 (1)
valuations nsA:valuations 0 unbounded
margins nsA:margins 0 unbounded
marketData nsA:marketData 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:marginQuote
Collapse Comments:
blog comments powered by Disqus