Skip to content

FixedAccessDuration

Fixed access duration in calendar months; stores terms only and performs no clock read or expiry scheduling.

const FixedAccessDuration: Schema.Struct<{
type: Schema.tag<"fixed">;
months: Schema.brand<Schema.Int, "BenefitDurationMonths">;
anchor: Schema.Literal<"settlement">;
calendar: Schema.Literal<"utc_clamped">;
}>;