Class UnderlyingGreekVersusDuration
Represents the underlying greek versus duration
Constructors
UnderlyingGreekVersusDuration(Double, Double)
Constructs the underlying greek versus duration
Declaration
public UnderlyingGreekVersusDuration(double duration, double amount)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | duration | The given duration |
| System.Double | amount | The given amount |
Properties
Amount
The Amount
Declaration
public double Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Duration
The Duration
Declaration
public double Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |