9fin Instruments (Private Credit) API

FloatRange

object

A numeric value expressed as a (possibly open-ended) range.

Marketed metrics are frequently disclosed as ranges rather than exact
figures, so values are represented by their bounds and whether each bound
is inclusive.

lowerAny Of
required

Lower bound of the range; null if unbounded below.

Variant 1number
lower_inclusivebooleanrequired

Whether the lower bound is inclusive.

upperAny Of
required

Upper bound of the range; null if unbounded above.

Variant 1number
upper_inclusivebooleanrequired

Whether the upper bound is inclusive.

Example