TotalNetValue Field
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)).
public const int TotalNetValue = 900
This language is not supported or no code example is available.
public:
const int TotalNetValue = 900;
This language is not supported or no code example is available.
public const TotalNetValue : int = 900
This language is not supported or no code example is available.
Field Value
int
In this article
Definition