Settlement Status
For a selection to be settled, our service will pass an OnMarketSettlement message on your end. In that message would contain a list of selections and under each of those would contain the properties:
- result - bool
- voidFactor - Void Factor enum
These properties would allow us to determine what is the outcome of a selection. See table below for the settlement status
| Status | Result | Void Factor |
|---|---|---|
| Lost | false | Zero (0) |
| Won | true | Zero (0) |
| Void | false | One (2) |
| HalfWon | true | Half (1) |
| HalfLost | false | Half (1) |