API Reference / OptionContractMetadata
Interface: OptionContractMetadata
Defined in: src/ws/WebSocketManager.ts:28
Option contract metadata required for Greeks calculation.
Properties
securityId
securityId:
string
Defined in: src/ws/WebSocketManager.ts:29
strike
strike:
number
Defined in: src/ws/WebSocketManager.ts:30
expiryDate
expiryDate:
string|Date
Defined in: src/ws/WebSocketManager.ts:31
optionType
optionType:
"put"|"call"
Defined in: src/ws/WebSocketManager.ts:32
underlyingSecurityId
underlyingSecurityId:
string
Defined in: src/ws/WebSocketManager.ts:33
impliedVolatility?
optionalimpliedVolatility?:number
Defined in: src/ws/WebSocketManager.ts:34