schemas.openapi-schemas.CashflowPeriod.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of finmath-smart-derivative-contract Show documentation
Show all versions of finmath-smart-derivative-contract Show documentation
Project to support the implementation a of smart derivative contract.
type: object
required:
- periodStart
- periodEnd
- fixingDate
- paymentDate
- cashflow
- rate
properties:
periodStart:
type: string
format: date-time
periodEnd:
type: string
format: date-time
fixingDate:
type: string
format: date-time
paymentDate:
type: string
format: date-time
cashflow:
$ref: "ValueResult.yml"
rate:
type: number
format: double
© 2015 - 2025 Weber Informatics LLC | Privacy Policy