Uses of Interface
net.finmath.smartcontract.contract.SmartDerivativeContractSchedule
Packages that use SmartDerivativeContractSchedule
Package
Description
Classes supporting the implementation of a smart derivative contract.
-
Uses of SmartDerivativeContractSchedule in net.finmath.smartcontract.contract
Classes in net.finmath.smartcontract.contract that implement SmartDerivativeContractScheduleModifier and TypeClassDescriptionstatic class
Simple list based implementation ofSmartDerivativeContractSchedule
.Methods in net.finmath.smartcontract.contract that return SmartDerivativeContractScheduleModifier and TypeMethodDescriptionSmartDerivativeContractScheduleGenerator.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.SmartDerivativeContractScheduleGenerator.getScheduleForBusinessDays
(String calendar, LocalDate startDate, LocalDate maturity, LocalTime settlementTime, LocalTime accountAccessAllowedStartTime, Duration accountAccessAllowedDuration, LocalTime marginCheckTime)