v0.1.20
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