Serialized [ConditionType]. The entire order is void when this is zeroed (i.e. representing [ConditionType::Never]).
Example: a value of 2 here denotes UserLtvBelow condition type. Of course, to
interpret this condition, we also need to take the [Self::condition_threshold_sf] into
account.
A maximum additional fraction of collateral transferred to the liquidator, in bps.
The maximum bonus is applied at the relevant "extreme" state of the obligation, i.e.:
In non-extreme states, the actual bonus value is interpolated linearly, starting from [Self::min_execution_bonus_bps] (at the point specified by the order's condition).
Example: a value of 300 here means 300bps == 3.0% bonus for a "debt/coll price > 140"
order, when executed at a higher price = 200, at which the obligation's LTV happens to
be equal to its liquidation LTV.
A minimum additional fraction of collateral transferred to the liquidator, in bps.
The minimum bonus is applied exactly when the [Self::condition_threshold_sf] is met, and grows linearly towards the [Self::max_execution_bonus_bps].
Example: a value of 50 here means 50bps == 0.5% bonus for an "LTV > 65%" order, when
executed precisely at the moment LTV exceeds 65%.
A configuration parameter used by the opportunity (scaled [Fraction]). The exact meaning depends on the specific [Self::opportunity_type].
Examples:
opportunity_type == 0 (DeleverageSingleDebtAmount):
Assuming the obligation uses BTC collateral for SOL debt, then a value of 1_234_000_000
here means that a liquidator may repay up to 1234000000 lamports (i.e. 1.234 SOL) on this
obligation.
Note: the special value of [Fraction::MAX] is not allowed in this case.opportunity_type == 1 (DeleverageAllDebtAmount):
The only allowed value in this case is [Fraction::MAX] (to emphasize that all debt
should be repaid).Serialized [OpportunityType].
Example: a value of 0 here denotes DeleverageSingleDebtAmount opportunity. Of course, to
interpret this opportunity, we also need to take the [Self::opportunity_parameter_sf] into
account.
Internal padding.
The fields above take up 2+2+1+1 bytes = 48 bits, which means we need 80 bits = 10 bytes to
align with u128s.
End padding. The total size of a single instance is 8*u128 = 128 bytes.
A threshold value used by the condition (scaled [Fraction]). The exact meaning depends on the specific [Self::condition_type].
Examples:
condition_type == 2 (UserLtvBelow): then a value of0.455here means that the order is active only when the obligation's user LTV is less than0.455(i.e. < 45.5%).condition_type == 3 (DebtCollPriceRatioAbove): assuming the obligation uses BTC collateral for SOL debt, then a value of491.3here means that the order is active only when the BTC-SOL price is greater than491.3(i.e.