Lean
$LEAN_TAG$
|
POCO class for modeling margin requirements at given date More...
Static Public Member Functions | |
static MarginRequirementsEntry | Create (string csvLine) |
Creates a new instance of MarginRequirementsEntry from the specified csv line More... | |
Properties | |
DateTime | Date [get] |
Date of margin requirements change More... | |
decimal | InitialOvernight [get] |
Initial overnight margin for the contract effective from the date of change More... | |
decimal | MaintenanceOvernight [get] |
Maintenance overnight margin for the contract effective from the date of change More... | |
decimal | InitialIntraday [get] |
Initial intraday margin for the contract effective from the date of change More... | |
decimal | MaintenanceIntraday [get] |
Maintenance intraday margin for the contract effective from the date of change More... | |
POCO class for modeling margin requirements at given date
Definition at line 25 of file MarginRequirementsEntry.cs.
|
static |
Creates a new instance of MarginRequirementsEntry from the specified csv line
csvLine | The csv line to be parsed |
Definition at line 57 of file MarginRequirementsEntry.cs.
|
get |
Date of margin requirements change
Definition at line 30 of file MarginRequirementsEntry.cs.
|
get |
Initial overnight margin for the contract effective from the date of change
Definition at line 35 of file MarginRequirementsEntry.cs.
|
get |
Maintenance overnight margin for the contract effective from the date of change
Definition at line 40 of file MarginRequirementsEntry.cs.
|
get |
Initial intraday margin for the contract effective from the date of change
Definition at line 45 of file MarginRequirementsEntry.cs.
|
get |
Maintenance intraday margin for the contract effective from the date of change
Definition at line 50 of file MarginRequirementsEntry.cs.