9fin Instruments (Private Credit) API

DateRange

object

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

Used where a date is only known to fall within a window rather than on an
exact day.

lowerAny Of
required

Earliest date in the range; null if unbounded below.

Variant 1string(date)
lower_inclusivebooleanrequired

Whether the lower bound is inclusive.

upperAny Of
required

Latest date in the range; null if unbounded above.

Variant 1string(date)
upper_inclusivebooleanrequired

Whether the upper bound is inclusive.

Example