Definition Type: ComplexType
Name: MarginQuote
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-clearing-processes-5-10.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-10_xsd1 Drilldown into margins in schema fpml-clearing-processes-5-10_xsd1 Drilldown into valuations in schema fpml-clearing-processes-5-10_xsd1 Drilldown into tradeIdentifier in schema fpml-clearing-processes-5-10_xsd1 Drilldown into valueTime in schema fpml-clearing-processes-5-10_xsd1 Drilldown into valueDate in schema fpml-clearing-processes-5-10_xsd1XSD Diagram of MarginQuote in schema fpml-clearing-processes-5-10_xsd1 (Financial products Markup Language (FpML®))
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 nsC:valueDate 0 (1)
valueTime nsC:valueTime 0 (1)
tradeIdentifier nsC:tradeIdentifier 0 (1)
valuations nsC:valuations 0 unbounded
margins nsC:margins 0 unbounded
marketData nsC:marketData 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsC:marginQuote