Files
Alexandre Catarino 3b1352fba0 Fix OSI option ticker parsing for symbols containing dots (e.g. BRK.B) (#9343)
* Add failing test for BRK.B OSI option ticker parsing

Adds test case to ParseOptionTickerOSI to reproduce issue #9341 where
Symbol.ParseOptionTickerOSI throws on tickers containing a dot (e.g. BRK.B).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix OSI option ticker regex to support dots in underlying symbol

Extends _optionTickerRegex from [A-Z0-9]+ to [A-Z0-9\.]+ so that
symbols like BRK.B are accepted by ParseOptionTickerOSI.

Fixes #9341

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 13:04:55 -03:00
..
2020-04-27 17:45:53 -03:00
2026-01-15 17:20:11 -03:00
2022-11-09 17:38:34 -03:00
2024-09-19 19:32:29 -03:00
2020-04-27 17:45:53 -03:00
2020-12-17 12:59:13 -03:00