Skip to main content

ProfitAndLossReportBase

@centrifuge/sdk


@centrifuge/sdk / ProfitAndLossReportBase

Type Alias: ProfitAndLossReportBase

ProfitAndLossReportBase: object

Defined in: src/types/reports.ts:102

Profit and loss types

Type declaration

fees

fees: object[]

interestPayments

interestPayments: Currency

otherPayments

otherPayments: Currency

profitAndLossFromAsset

profitAndLossFromAsset: Currency

timestamp

timestamp: string

totalExpenses

totalExpenses: Currency

totalProfitAndLoss

totalProfitAndLoss: Currency

type

type: "profitAndLoss"