Functions on combined transaction
Combitransaction_amount→number
Result: The function Amount_Output returns the amount of this combined transaction.
CombiTransaction.BookEntries→List(Transaction)
Result: The BookEntries function returns the list of all transactions (BookEntries) that belong to this combined transaction.
Combitransaction.combitransaction→Combitransaction
Result: The combined transaction function returns the combined transaction itself.
Combined transaction.combined transaction number→String
Result: The combined transaction number function returns the combined transaction number of this combined transaction. In the Portfolio Sync Interface, this number is sometimes also known as the "order reference number".
CombiTransaction.combiTransactionType→CombiTransactionType
Result: The combination type function returns the transaction type, i.e. fund reinvestment, exercise/option/OS, exercise subscription right, account transfer...
Transactions.canceled→Βoolean
Result: The Canceled function shows whether the combined transaction has been canceled or not.
Combitransaction.transaction→Combitransaction
Result: The Transaction function returns the combined transaction itself.