FixedAccessDuration
Fixed access duration in calendar months; stores terms only and performs no clock read or expiry scheduling.
Declaration
Section titled “Declaration”const FixedAccessDuration: Schema.Struct<{ type: Schema.tag<"fixed">; months: Schema.brand<Schema.Int, "BenefitDurationMonths">; anchor: Schema.Literal<"settlement">; calendar: Schema.Literal<"utc_clamped">;}>;