Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.25 KB

rmm-sdk.calibrationstruct.md

File metadata and controls

27 lines (18 loc) · 1.25 KB

Home > @primitivefi/rmm-sdk > CalibrationStruct

CalibrationStruct interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Data structure of the Primitive Engine Calibration struct, which is used for Pool curves.

Signature:

export interface CalibrationStruct 

Properties

Property Type Description
gamma string (BETA) Gamma, equal to 1 - fee %, as a Percentage instance with 4 precision.
lastTimestamp string (BETA)
maturity string (BETA) Time class with a raw value in seconds.
sigma string (BETA) Volatility as a Percentage instance with 4 precision.
strike string (BETA) Strike price with the same precision as the stable asset.