Add tax-implication
metadata type of Asset-Sale
This will be used for sale of stocks, for example.
This commit is contained in:
parent
9a0ff8da96
commit
1a0ccd39b0
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue