<xsd:complexType name="MarginQuoteType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Allows the requestor to specify if they want this trade/trade set margining with an associated portfolio with the Clearing Organization or not. Proposed values are: TradeOnly and TradeAndPortfolio</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="marginQuoteTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/margin-quote-type" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|