You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started the sheet with pro-rata, then added an optimizer to try for the MT strategy. During some discussion, someone mentioned about FIFO and it prompted me to realize that there's an entire set of strategies that could have been selected in eTrade account preferences.
This issue is to add a comparator to allow use of whichever strategy was active, given that was the only way to communicate with eTrade the intent for handling:
FIFO
LIFO
LOFO
HIFO
MT
The text was updated successfully, but these errors were encountered:
hickeng
added
tweak
Relating to a tweak option
solver
Relating to the solver logic for applying tax strategy, aka manual per-lot treatment
labels
Mar 5, 2024
Previously I had functions called variations on optimizer which were my
WIP towards the MT strategy.
This pauses that MT work to generalize this to a broader "Apply Strategy"
so that people can select whatever eTrade tax strategy they had active in
their profile.
This:
* moves the "Use for Fraction" heading down into the dataheading row.
* moves the balance calc to a cell formula so that manual adjustment to
cash/shares via dropdown will result in immediate recalc
* forces fractional lot to be shares - could use balance as well, but this is
simpler than trying to determine minimum valid ratio and consequence
of total lot sale.
* renames menu items to reflect eTrade strategy names
* adds a pro-rata to the Prefer dropdown to allow pinning a lot to the
holding ratio
Towards #82
Previously I had functions called variations on optimizer which were my
WIP towards the MT strategy.
This pauses that MT work to generalize this to a broader "Apply Strategy"
so that people can select whatever eTrade tax strategy they had active in
their profile.
This:
* moves the "Use for Fraction" heading down into the dataheading row.
* moves the balance calc to a cell formula so that manual adjustment to
cash/shares via dropdown will result in immediate recalc
* forces fractional lot to be shares - could use balance as well, but this is
simpler than trying to determine minimum valid ratio and consequence
of total lot sale.
* renames menu items to reflect eTrade strategy names
* adds a pro-rata to the Prefer dropdown to allow pinning a lot to the
holding ratio
Towards #82
I started the sheet with pro-rata, then added an optimizer to try for the
MT
strategy. During some discussion, someone mentioned about FIFO and it prompted me to realize that there's an entire set of strategies that could have been selected in eTrade account preferences.This issue is to add a comparator to allow use of whichever strategy was active, given that was the only way to communicate with eTrade the intent for handling:
The text was updated successfully, but these errors were encountered: