schemas.openapi-schemas.PaymentFrequency.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:
- period
- periodMultiplier
- fullName
properties:
periodMultiplier:
type: integer
format: int32
minimum: 1
period:
type: string
pattern: '^[DMY]$'
fullName:
type: string
© 2015 - 2025 Weber Informatics LLC | Privacy Policy