TransactionImpl
- class app.portfolio.models.transaction.transaction_impl.TransactionImpl[source]
Bases:
EntityImpl
,EmptyClass
Inheritance Diagram for TransactionImpl
Methods
get_consideration_in_currency
(currency, *[, ...])Attributes
- property currency: Currency
- get_consideration_in_currency(currency: Currency, *, use_forex_annotation: bool = True) Decimal [source]
- Parameters:
currency (Currency)
use_forex_annotation (bool)
- Return type:
Decimal
- property instrument: Instrument