export interface IMaturityRules {
    MaturityRuleID?: string;
    MaturityMonthYearFormat?: number;
    MaturityMonthYearIncrementUnits?: number;
    StartMaturityMonthYear?: string;
    EndMaturityMonthYear?: string;
    MaturityMonthYearIncrement?: number;
}
