{ "urlPatterns": [ { "isSSR": true, "subRoutes": [ { "path": "/" }, { "path": "/banking/bank-accounts" }, { "path": "/banking/checking-account" }, { "path": "/banking/ira" }, { "path": "/banking/savings-account" }, { "path": "/banking/cd-account" }, { "path": "/banking/citi-priority" }, { "path": "/banking/citigold" }, { "path": "/banking/citigold-private-client" }, { "path": "/banking/compare-bank-accounts" }, { "path": "/banking/current-interest-rates/savings-accounts" }, { "path": "/banking/current-interest-rates/cd" }, { "path": "/banking/current-interest-rates/cd", "queryParams": { "type": "fixed-rate-cd" }, "allowWildcardParams": true }, { "path": "/banking/current-interest-rates/cd", "queryParams": { "type": "no-penalty-cd" }, "allowWildcardParams": true }, { "path": "/banking/current-interest-rates/cd", "queryParams": { "type": "step-up-cd" }, "allowWildcardParams": true } ] }, { "isCSR": true, "subRoutes": [ { "path": "/dashboard/savings" }, { "path": "/dashboard/cd" }, { "path": "/dashboard/checking" }, { "path": "/dashboard/retirement" }, { "path": "/dashboard/ira/index" }, { "path": "/dashboard/ira/contribute" }, { "path": "/dashboard/ira/contribute/select-plan" }, { "path": "/dashboard/ira/contribute/submit-plan" }, { "path": "/lat-transfer/landing" }, { "path": "/iitTfr/domestic/input" }, { "path": "/clickswitch/account-selection" }, { "path": "/clickswitch/review-summary" }, { "path": "/fundtransfer/fundinitiate" }, { "path": "/cards/applications/fund-your-card-account" }, { "path": "/cards/applications/fund-your-card-account" }, { "path": "/clickswitch/review-summary" }, { "path": "/fundtransfer/fundinitiate" }, { "path": "/account-opening/index" }, { "path": "/easyaddbank/*" }, { "path": "/easyaddbank-deep/*" } ] } ] }