pub fn parse_cfi_iso10926(
value: &str,
) -> (Option<AssetClass>, Option<InstrumentClass>)Expand description
Parses a CFI (Classification of Financial Instruments) code to extract asset and instrument classes.
Returns (None, None) if value has fewer than 3 characters.