<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>
|