OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

[BugFix] - Fix lowercase symbols

Open IgorWounds opened this issue 2 months ago • 1 comments

  1. Why? (1-3 sentences or a bullet point list):

    • The field_validator from the standard model wasn't being picked up by the CBOEDerivatesFetcher which resulted in errors when the symbol was lowercase.
  2. What? (1-3 sentences or a bullet point list):

    • Ensures all symbols passed to the CBOEDerivatesFetcher are uppercase.
  3. Impact (1-2 sentences or a bullet point list):

    • N/A
  4. Testing Done:

    • Ensured it works.

IgorWounds avatar Apr 25 '24 14:04 IgorWounds

This impacts all the other providers as well. Intrinio symbols are all case-sensitive.

Previously, upper() was done in the same place that enforced conversion of all "symbol" fields to a string from a list.

deeleeramone avatar Apr 25 '24 16:04 deeleeramone