9fin CLO 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. Matches the pcred-api DateRange shape.

lowerAny Of

Earliest date in the range; null if unbounded below.

Variant 1string(date)
lower_inclusivebooleanrequired

Whether the lower bound is inclusive.

upperAny Of

Latest date in the range; null if unbounded above.

Variant 1string(date)
upper_inclusivebooleanrequired

Whether the upper bound is inclusive.

Example