Introduction
Class representing the commissions and fees generated by an execution.
Class representing the commissions and fees generated by an execution.
| Name | Type | Description |
|---|---|---|
| ExecId | string | the execution’s id this commission belongs to. |
| CommissionAndFees | double | the combined cost of commissions and fees. |
| Currency | string | The currency denoting the value of the commissionAndFees. |
| RealizedPNL | double | the realized profit and loss |
| Yield | double | The income return. |
| YieldRedemptionDate | int | date expressed in yyyymmdd format. |