Skip to content

Commit

Permalink
Fixes Typo in FOP Universe
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Sep 10, 2024
1 parent f5b9815 commit e4ae083
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
strike = contract.strike

# Get the Option chain for the mapped contract
maoped_chain = data.option_chains.get(Symbol.create_canonical_option(self._future.mapped))
if maoped_chain:
for symbol, contract in maoped_chain.contracts.items():
mapped_chain = data.option_chains.get(Symbol.create_canonical_option(self._future.mapped))
if mapped_chain:
for symbol, contract in mapped_chain.contracts.items():
strike = contract.strike</pre>
</div>

Expand Down

0 comments on commit e4ae083

Please sign in to comment.