<xs:simpleType name="TotalNetValue_t">
<xs:annotation>
<xs:documentation>
TotalNetValue is determined as follows:
At the initial collateral assignment TotalNetValue is the sum of (UnderlyingStartValue * (1-haircut)).
In a collateral substitution TotalNetValue is the sum of (UnderlyingCurrentValue * (1-haircut)).
For listed derivatives clearing margin management, this is the collateral value which equals (Market value * haircut)
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="TotalNetValue" ComponentType="Field" Tag="900" Type="Amt" AbbrName="TotNetValu" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Amt" />
</xs:simpleType>
|