HealthFactor
@liquidium/client / HealthFactor
Interface: HealthFactor
Defined in: packages/client/src/modules/positions/types.ts:53
Health factor and supporting aggregate stats for a profile.
Properties
healthFactor
healthFactor:
bigint|null
Defined in: packages/client/src/modules/positions/types.ts:55
Health factor scaled by healthFactorDecimals, or null with no debt.
healthFactorDecimals
healthFactorDecimals:
bigint
Defined in: packages/client/src/modules/positions/types.ts:57
Decimal scale for a finite healthFactor.
userStats
userStats:
UserStats
Defined in: packages/client/src/modules/positions/types.ts:59
Aggregate stats used to derive the health factor.