Type  | String  | 
Description  | Maturity buckets for reporting  | 
Required  | No  | 
Default  | 1,2,3,4,5,6,7,8,9,10,15,20  | 
Comments  | If 0 is omitted, it is added automatically to the front of the list  | 
Symbolic constant  | FT_STRING_MATURITY_BUCKETS  | 
This setting allows the user to set up the width of maturity buckets used in reporting.
Buckets can have the following suffices:
- d: days
 - w: weeks
 - m: months
 - q: quarters
 - y: years
 
If no suffix is provided, the number is assumed to be in terms of years. For instance, 0.25 is a quarter of a year.
A MaturityList set to “1d, 1w, 1m, 3m, 6m, 1, 5, 10” will therefore set up the following partition:
- 0-1 days
 - 1 day to 1 week
 - 1 week to 1 month
 - 1 month to 3 months
 - 3 months to 6 months
 - 6 months to 1 year
 - 1 year to 5 years
 - 5 years to 10 years
 - More than 10 years.