Add tax-implication metadata type of Asset-Sale

This will be used for sale of stocks, for example.
This commit is contained in:
Bradley M. Kuhn 2023-12-19 17:57:34 -08:00
parent 9a0ff8da96
commit 1a0ccd39b0

View file

@ -54,6 +54,7 @@ class MetaTaxImplication(core._NormalizePostingMetadataHook):
'USA-Corporation',
'USA-Grantee',
'W2',
'Asset-Sale'
]
_ALIASES = dict(
alias for value in _STDNAMES for alias in _make_aliases(value)