Lean
Lean copied to clipboard
Ability to get industry-standard security identifiers (ISIN, CUSIP etc.) for a given Symbol
Expected Behavior
We can get industry-standard security identifies such as ISIN, CUSIP, FIGI and SEDOL for a given Symbol.
Actual Behavior
Not available. It only works the other way around, i.e. we can get a symbol for a given security identifier.
Potential Solution
Implement the according methods/properties for the Symbol class.
Something like Symbol.GetISIN()
or Symbol.ID.ISIN
would be helpful.
System Information
QC Cloud
Checklist
- [X] I have completely filled out this template
- [X] I have confirmed that this issue exists on the current
master
branch - [X] I have confirmed that this is not a duplicate issue by searching issues
- [X] I have provided detailed steps to reproduce the issue