{
  "methodologyVersion": "1.1",
  "studyId": "balance-transfer-25000",
  "engine": "src/assets/engines/balance-transfer.js",
  "balances": [
    1000,
    2500,
    5000,
    7500,
    10000,
    12500,
    15000,
    20000,
    25000,
    30000
  ],
  "currentAprs": [
    9.99,
    12.99,
    15.99,
    18.99,
    21.99,
    24.99,
    27.99,
    30.99,
    32.99,
    34.99
  ],
  "paymentRatesPct": [
    2,
    3,
    4,
    5,
    7.5
  ],
  "transferFeesPct": [
    0,
    3,
    4,
    5,
    6
  ],
  "promoApr": 0,
  "promoMonths": [
    12,
    15,
    18,
    21,
    24
  ],
  "postPromoRules": [
    {
      "id": "same_as_current",
      "addPctPoints": 0,
      "capApr": 36
    },
    {
      "id": "current_plus_5_capped_36",
      "addPctPoints": 5,
      "capApr": 36
    }
  ],
  "rollFee": true,
  "transferFeeMinimum": 0,
  "maxMonths": 1200,
  "tieToleranceDollars": 0,
  "moneyModel": "integer_cents_round_half_up",
  "roundingRule": "Round each monthly interest charge and transfer fee to the nearest cent using round-half-up; all balances, payments, fees, interest totals, and financing-cost comparisons are represented internally as integer cents."
}
