| Package | Description |
|---|---|
| net.finmath.smartcontract.contract |
Classes supporting the implementation of a smart derivative contract.
|
| net.finmath.smartcontract.demo |
Package for Demo and Visualisation
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SmartDerivativeContractScheduleGenerator.SimpleSchedule
Simple list based implementation of
SmartDerivativeContractSchedule. |
| Modifier and Type | Method and Description |
|---|---|
static SmartDerivativeContractSchedule |
SmartDerivativeContractScheduleGenerator.getScheduleForBusinessDays(String calendar,
LocalDate startDate,
LocalDate maturity,
LocalTime settlementTime,
Duration accountAccessAllowedDuration)
Create a daily event schedule, where
accountAccessStart is one minute after settlementTime,
accountAccessEnd is accountAccessAllowedDuration after accountAccessStart,
marginCheckTime is one minute after accountAccessEnd.
|
static SmartDerivativeContractSchedule |
SmartDerivativeContractScheduleGenerator.getScheduleForBusinessDays(String calendar,
LocalDate startDate,
LocalDate maturity,
LocalTime settlementTime,
LocalTime accountAccessAllowedStartTime,
Duration accountAccessAllowedDuration,
LocalTime marginCheckTime) |
| Constructor and Description |
|---|
DemoScheduleSimulator(SmartDerivativeContractSchedule schedule) |
Copyright © 2019. All rights reserved.