{"version":3,"sources":["../../../src/common/types/healthTypes.ts"],"sourcesContent":["import { BigDecimal } from '@nadohq/utils';\n\nexport type HealthType = 'maintenance' | 'initial' | 'unweighted';\n\nexport interface HealthStatus {\n  health: BigDecimal;\n  assets: BigDecimal;\n  liabilities: BigDecimal;\n}\n\nexport type HealthStatusByType = Record<HealthType, HealthStatus>;\n\n// Represents a \"linked\" pair of spot & perp product IDs used for spread health calculations\nexport interface HealthGroup {\n  spotProductId: number;\n  perpProductId: number;\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}