Skip to content

v0.1.20

Compare
Choose a tag to compare
@brndnmtthws brndnmtthws released this 17 May 15:47
· 673 commits to main since this release
v0.1.20
6e16ec8

This release allows one to specify a primary exchange, for example when you want to wheel stocks instead of ETFs.

For example, in thetagang.toml to wheel BRK.B:

 [symbols."BRK.B"]
 # For symbols that require an exchange, which is typically any company stock,
 # you must specify the primary exchange.
 primary_exchange = "NYSE"
 weight = 0.1