Module parsing

Module parsing 

Source
Expand description

Module containing parsing utilities for instrument names and other data

Structs§

ParsedMarketData
Structure to represent the parsed market data with additional information
ParsedOptionInfo
Structure to represent the parsed option information from an instrument name

Functions§

deserialize_null_as_empty_vec
Helper function to deserialize null values as empty vectors
deserialize_nullable_status
Helper function to deserialize a nullable status field When the status is null in the JSON, we default to Open status
normalize_text
Normalize text by removing accents and standardizing names
parse_instrument_name
Parse the instrument name to extract asset name, strike price, and option type