Interface SmartDerivativeContractSchedule.EventTimes

All Known Implementing Classes:
SmartDerivativeContractScheduleGenerator.EventTimesImpl
Enclosing interface:
SmartDerivativeContractSchedule

public static interface SmartDerivativeContractSchedule.EventTimes
Interface for a smart derivative event time set consisting of settlement, account access (start and duration) and margin check.
Author:
Christian Fries
  • Method Details

    • getSettementTime

      LocalDateTime getSettementTime()
    • getAccountAccessAllowedStart

      LocalDateTime getAccountAccessAllowedStart()
    • getAccountAccessAllowedPeriod

      Duration getAccountAccessAllowedPeriod()
    • getMarginCheckTime

      LocalDateTime getMarginCheckTime()