ConsolidatedTransaction
A consolidated transaction build from multiple transactions
Champs
| Champ | Type | Description |
|---|---|---|
id | ID! | — |
fromAccount | Account | Make it nullable due to permission returning null if we are not granted to display account |
toAccount | Account | Make it nullable due to permission returning null if we are not granted to display account |
type | TransactionTypeDetailed! | — |
dismembermentType | DismembermentTypeDetailed | — |
transactionSecurity | TransactionSecurity! | — |
amount | Amount! | — |
rawAmount | Amount! | — |
taxationAmount | Amount! | — |
gainAmount | Amount! | — |
rawGainAmount | Amount! | — |
reinvestmentAmount | Amount! | — |
distributedAmount | Amount! | — |
recallableAmount | Amount! | — |
definitiveAmount | Amount! | — |
securitiesNumber | Float! | — |
viewerActingLike | TransferViewerActingLike | — |
validationDate | Date | — |
flowDate | Date | — |
validationStatus | TransactionValidationStatusDetailed! | — |
transactions | [Transaction]! | — |
taxArrangementBankAccount | BankAccount | Returns the appropriate bank account based on the transaction's tax arrangement (PER accounts for PER transactions, credit transfer account otherwise) |