Interface CommissionReport

Represents the commissions generated by an execution

Hierarchy

  • CommissionReport

Properties

commission?: number

The commissions cost.

currency?: string

The reporting currency.

execId?: string

The execution's id this commission belongs to.

realizedPNL?: number

The realized profit and loss

yield?: number

The income return.

yieldRedemptionDate?: number

Date expressed in yyyymmdd format.

Generated using TypeDoc