SR_Curve(curve_build(_date, "uk-nominal", C2:E5), 10)
Returns the 10-year spot rate from the built UK nominal curve.
SR_Curve(curve_build(_date, "cia", C2:E5), 10)
Returns the 10-year spot rate from the built CIA curve.
SR_Curve(A2#, 12.25)
Reads a spilled curve_build result from A2# and resolves a spot rate at 12.25 years.
SR_Curve(A2#, 0)
Returns 0.
C2:E5
Contains four rows of adjustment triplets (interval, a0, a1).
Interpolation/extrapolation
Rate resolution follows the same curve rules used by UK spot helpers (exact node, forward interpolation, and tail extrapolation).
Validation
Returns an error if t is negative, if the curve payload cannot be parsed, or if the resolved rate is less than or equal to -100%.