Commission scheme#
About#
Commission scheme
Fields#
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | Yes | commission type. One of flat-fee, lots-traded, lots-won, amount-traded, amount-won, high-water-mark |
| billingPeriod | string | Yes | billing period. One of week, month, quarter |
| commissionRate | number | Yes | commission rate. Should be greater than or equal to zero if commission type is flat-fee, lots-traded or lots-won, should be greater than or equal to zero and less than or equal to 1 if commission type is amount-traded, amount-won, high-water-mark |
Example#
{
"type": "flat-fee",
"billingPeriod": "week",
"commissionRate": 1
}