Definition Type: ComplexType
Name: MarkToMarket
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Documentation:
The net market value of the portfolio in base currency
Collapse XSD Schema Diagram:
Drilldown into convention in schema fpml-collateral-processes-5-10_xsd Drilldown into exposure in schema fpml-collateral-processes-5-10_xsdXSD Diagram of MarkToMarket in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MarkToMarket">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The net market value of the portfolio in base currency</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="exposure" type="Exposure" minOccurs="0" maxOccurs="2" />
        <xsd:element name="convention" type="MarkToMarketConventionEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies whether the exposure should be treated on a net or gross basis.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exposure nsE:exposure 0 2
convention nsE:convention 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:markToMarket