Skip to content

PremiumTier

Defined in: types/domain.ts:37

One permanence-premium tier. Tiers are 1-indexed and inclusive on both ends: fromYear and toYear refer to the n-th anniversary year of the subscription.

The plan defines, for Série F: years 2-5 → +0.25%, 6-9 → +0.50%, 10-11 → +1.00%, 12-13 → +1.50%, 14-15 → +1.75%. Year 1 carries no premium.

readonly fromYear: number;

Defined in: types/domain.ts:38


readonly ratePct: string;

Defined in: types/domain.ts:40


readonly toYear: number;

Defined in: types/domain.ts:39