|
Share and Money Management 0.18devel
|
List of known transactions inclusive mandatory and optional attributes:
| Transaction.count | Transaction.date | Transaction.details | Transaction.exchange | Transaction.fee | Transaction.kind | Transaction.value | Further information | |
| buy | mandatory | mandatory (default: today) | not set | optional | optional | mandatory | mandatory | Position.buy() |
| dividend | mandatory | mandatory (default: today) | not set | optional | optional | mandatory | mandatory | Position.dividend() |
| sell | mandatory | mandatory (default: today) | not set | optional | optional | mandatory | mandatory | Position.sell() |
| worthless (special sell) | whole position | mandatory (default: today) | not set | not set | optional | mandatory | not set | Position.worthless() |
| split | whole position | mandatory (default: today) | mandatory | not set | optional | mandatory | not set | Position.split() |
| swap | whole position | mandatory (default: today) | mandatory | not set | optional | mandatory | mandatory | Position.swap() |