Skip to content

fix-9341-parse-dotted-osi-underlying#9360

Closed
aiSynergy37 wants to merge 2 commits intoQuantConnect:masterfrom
aiSynergy37:fix-9341-osi-dotted-underlying
Closed

fix-9341-parse-dotted-osi-underlying#9360
aiSynergy37 wants to merge 2 commits intoQuantConnect:masterfrom
aiSynergy37:fix-9341-osi-dotted-underlying

Conversation

@aiSynergy37
Copy link
Copy Markdown
Contributor

@aiSynergy37 aiSynergy37 commented Mar 29, 2026

Description

Fixes OSI option ticker parsing when the underlying contains a dot such as BRK.B.

Changes:

  • Allow . and / in the underlying segment of the OSI regex.
  • Add regression coverage for BRK.B 260206C00495000.

Closes #9341.

Validation

  • dotnet build Tests/QuantConnect.Tests.csproj --configuration Release /p:RunAnalyzers=false
  • dotnet test Tests/QuantConnect.Tests.csproj --configuration Release --filter FullyQualifiedName~QuantConnect.Tests.Common.SymbolRepresentationTests.ParseOptionTickerOSI --no-build (fails in this local environment due pythonnet GIL teardown and missing local Data map files)

@aiSynergy37 aiSynergy37 changed the title fix-9341-osi-dotted-underlying fix-9341-parse-dotted-osi-underlying Mar 29, 2026
@AlexCatarino
Copy link
Copy Markdown
Member

Duplicate: #9343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error Parsing BRK.B 260206C00495000

2 participants