{
  "tool_id": "art-332-build-amortization-schedule",
  "note": "golden_hash filled by golden-parity.test.mjs --update. Vectors derived from 12 CFR 1026 Appendix J general actuarial equation and unit-period/odd-days conventions. appendix_j_* vectors are App J worked-example-style fixtures (level payment computed via the standard annuity formula, independently re-derivable by hand -- see each vector's description). arm_*/interest_only_*/balloon_*/temp_buydown_* vectors are hand-computed verification vectors per CALC-CORE-BAND-SPEC.md CC-A (App J does not itself define ARM/IO/balloon/buydown mechanics, only the actuarial PV method).",
  "vectors": [
    {
      "name": "appendix_j_24mo_12pct",
      "description": "Reg Z Appendix J general-actuarial-method worked example: $6,000 loan, 12% note rate, 24 monthly level payments, no odd days. Level payment $282.44 verified independently against the standard annuity-payment formula P*i*(1+i)^n/((1+i)^n-1) (12 CFR 1026 Appendix J).",
      "policy_parameters": {
        "schedule_type": "level_payment",
        "loan_amount": 6000,
        "note_rate_pct": 12,
        "num_payments": 24,
        "periods_per_year": 12
      },
      "output_payload": {
        "schedule_type": "level_payment",
        "loan_amount": 6000,
        "note_rate_pct": 12,
        "periods_per_year": 12,
        "num_payments": 24,
        "odd_days": 0,
        "unit_period_days": 30,
        "schedule": [
          {
            "period_index": 1,
            "periods_from_consummation": 1,
            "payment_amount": 282.44,
            "principal": 222.44,
            "interest": 60,
            "ending_balance": 5777.56
          },
          {
            "period_index": 2,
            "periods_from_consummation": 2,
            "payment_amount": 282.44,
            "principal": 224.66,
            "interest": 57.78,
            "ending_balance": 5552.9
          },
          {
            "period_index": 3,
            "periods_from_consummation": 3,
            "payment_amount": 282.44,
            "principal": 226.91,
            "interest": 55.53,
            "ending_balance": 5325.99
          },
          {
            "period_index": 4,
            "periods_from_consummation": 4,
            "payment_amount": 282.44,
            "principal": 229.18,
            "interest": 53.26,
            "ending_balance": 5096.81
          },
          {
            "period_index": 5,
            "periods_from_consummation": 5,
            "payment_amount": 282.44,
            "principal": 231.47,
            "interest": 50.97,
            "ending_balance": 4865.34
          },
          {
            "period_index": 6,
            "periods_from_consummation": 6,
            "payment_amount": 282.44,
            "principal": 233.79,
            "interest": 48.65,
            "ending_balance": 4631.55
          },
          {
            "period_index": 7,
            "periods_from_consummation": 7,
            "payment_amount": 282.44,
            "principal": 236.12,
            "interest": 46.32,
            "ending_balance": 4395.43
          },
          {
            "period_index": 8,
            "periods_from_consummation": 8,
            "payment_amount": 282.44,
            "principal": 238.49,
            "interest": 43.95,
            "ending_balance": 4156.94
          },
          {
            "period_index": 9,
            "periods_from_consummation": 9,
            "payment_amount": 282.44,
            "principal": 240.87,
            "interest": 41.57,
            "ending_balance": 3916.07
          },
          {
            "period_index": 10,
            "periods_from_consummation": 10,
            "payment_amount": 282.44,
            "principal": 243.28,
            "interest": 39.16,
            "ending_balance": 3672.79
          },
          {
            "period_index": 11,
            "periods_from_consummation": 11,
            "payment_amount": 282.44,
            "principal": 245.71,
            "interest": 36.73,
            "ending_balance": 3427.08
          },
          {
            "period_index": 12,
            "periods_from_consummation": 12,
            "payment_amount": 282.44,
            "principal": 248.17,
            "interest": 34.27,
            "ending_balance": 3178.91
          },
          {
            "period_index": 13,
            "periods_from_consummation": 13,
            "payment_amount": 282.44,
            "principal": 250.65,
            "interest": 31.79,
            "ending_balance": 2928.26
          },
          {
            "period_index": 14,
            "periods_from_consummation": 14,
            "payment_amount": 282.44,
            "principal": 253.16,
            "interest": 29.28,
            "ending_balance": 2675.1
          },
          {
            "period_index": 15,
            "periods_from_consummation": 15,
            "payment_amount": 282.44,
            "principal": 255.69,
            "interest": 26.75,
            "ending_balance": 2419.41
          },
          {
            "period_index": 16,
            "periods_from_consummation": 16,
            "payment_amount": 282.44,
            "principal": 258.25,
            "interest": 24.19,
            "ending_balance": 2161.16
          },
          {
            "period_index": 17,
            "periods_from_consummation": 17,
            "payment_amount": 282.44,
            "principal": 260.83,
            "interest": 21.61,
            "ending_balance": 1900.33
          },
          {
            "period_index": 18,
            "periods_from_consummation": 18,
            "payment_amount": 282.44,
            "principal": 263.44,
            "interest": 19,
            "ending_balance": 1636.89
          },
          {
            "period_index": 19,
            "periods_from_consummation": 19,
            "payment_amount": 282.44,
            "principal": 266.07,
            "interest": 16.37,
            "ending_balance": 1370.82
          },
          {
            "period_index": 20,
            "periods_from_consummation": 20,
            "payment_amount": 282.44,
            "principal": 268.73,
            "interest": 13.71,
            "ending_balance": 1102.09
          },
          {
            "period_index": 21,
            "periods_from_consummation": 21,
            "payment_amount": 282.44,
            "principal": 271.42,
            "interest": 11.02,
            "ending_balance": 830.67
          },
          {
            "period_index": 22,
            "periods_from_consummation": 22,
            "payment_amount": 282.44,
            "principal": 274.13,
            "interest": 8.31,
            "ending_balance": 556.54
          },
          {
            "period_index": 23,
            "periods_from_consummation": 23,
            "payment_amount": 282.44,
            "principal": 276.87,
            "interest": 5.57,
            "ending_balance": 279.67
          },
          {
            "period_index": 24,
            "periods_from_consummation": 24,
            "payment_amount": 282.47,
            "principal": 279.67,
            "interest": 2.8,
            "ending_balance": 0
          }
        ],
        "totals": {
          "total_interest": 778.59,
          "total_principal": 6000,
          "num_payments": 24,
          "ending_balance": 0
        },
        "advances": [
          {
            "amount": 6000,
            "periods_from_consummation": 0
          }
        ],
        "payments": [
          {
            "amount": 282.44,
            "periods_from_consummation": 1
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 2
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 3
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 4
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 5
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 6
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 7
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 8
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 9
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 10
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 11
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 12
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 13
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 14
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 15
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 16
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 17
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 18
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 19
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 20
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 21
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 22
          },
          {
            "amount": 282.44,
            "periods_from_consummation": 23
          },
          {
            "amount": 282.47,
            "periods_from_consummation": 24
          }
        ],
        "regulatory_basis": "12 CFR 1026 Appendix J (Reg Z general actuarial equation, unit-period and odd-days conventions). Buydown modeling (temp_buydown) is a schedule-construction convenience, not an Appendix J concept.",
        "note": "Odd-days fraction shifts periods_from_consummation for the first period per Appendix J unit-period convention; it does not change per-period interest/principal allocation. Feed advances/payments directly into compute_reg_z_appendix_j_apr (art-215) for an actuarial APR on this schedule.",
        "payment_amount": 282.44,
        "schedule_digest": "sha256:40dd6820d83455d75836612912daa6670476a1320d0ffab1f2991c590b1eeee2"
      },
      "golden_hash": "8838c04be72fcff8b6d4d426d20f961d4a3fddafb50de45aa8729cac02759eb7"
    },
    {
      "name": "appendix_j_odd_days_15",
      "description": "Reg Z Appendix J unit-period + odd-days worked example: $200,000 loan, 6.5% note rate, 360 monthly level payments, 15 odd days on a 30-day unit period (odd_frac=0.5, shifting periods_from_consummation per Appendix J unit-period convention). Feeding this schedule advances/payments into compute_reg_z_appendix_j_apr (art-215) returns apr_pct == note_rate_pct exactly, by the actuarial-equation identity that the note rate IS the APR when the only finance charge is interest on the stated principal.",
      "policy_parameters": {
        "schedule_type": "level_payment",
        "loan_amount": 200000,
        "note_rate_pct": 6.5,
        "num_payments": 360,
        "periods_per_year": 12,
        "odd_days": 15,
        "unit_period_days": 30
      },
      "output_payload": {
        "schedule_type": "level_payment",
        "loan_amount": 200000,
        "note_rate_pct": 6.5,
        "periods_per_year": 12,
        "num_payments": 360,
        "odd_days": 15,
        "unit_period_days": 30,
        "schedule": [
          {
            "period_index": 1,
            "periods_from_consummation": 1.5,
            "payment_amount": 1264.14,
            "principal": 180.81,
            "interest": 1083.33,
            "ending_balance": 199819.19
          },
          {
            "period_index": 2,
            "periods_from_consummation": 2.5,
            "payment_amount": 1264.14,
            "principal": 181.79,
            "interest": 1082.35,
            "ending_balance": 199637.4
          },
          {
            "period_index": 3,
            "periods_from_consummation": 3.5,
            "payment_amount": 1264.14,
            "principal": 182.77,
            "interest": 1081.37,
            "ending_balance": 199454.63
          },
          {
            "period_index": 4,
            "periods_from_consummation": 4.5,
            "payment_amount": 1264.14,
            "principal": 183.76,
            "interest": 1080.38,
            "ending_balance": 199270.87
          },
          {
            "period_index": 5,
            "periods_from_consummation": 5.5,
            "payment_amount": 1264.14,
            "principal": 184.76,
            "interest": 1079.38,
            "ending_balance": 199086.11
          },
          {
            "period_index": 6,
            "periods_from_consummation": 6.5,
            "payment_amount": 1264.14,
            "principal": 185.76,
            "interest": 1078.38,
            "ending_balance": 198900.35
          },
          {
            "period_index": 7,
            "periods_from_consummation": 7.5,
            "payment_amount": 1264.14,
            "principal": 186.76,
            "interest": 1077.38,
            "ending_balance": 198713.59
          },
          {
            "period_index": 8,
            "periods_from_consummation": 8.5,
            "payment_amount": 1264.14,
            "principal": 187.77,
            "interest": 1076.37,
            "ending_balance": 198525.82
          },
          {
            "period_index": 9,
            "periods_from_consummation": 9.5,
            "payment_amount": 1264.14,
            "principal": 188.79,
            "interest": 1075.35,
            "ending_balance": 198337.03
          },
          {
            "period_index": 10,
            "periods_from_consummation": 10.5,
            "payment_amount": 1264.14,
            "principal": 189.81,
            "interest": 1074.33,
            "ending_balance": 198147.22
          },
          {
            "period_index": 11,
            "periods_from_consummation": 11.5,
            "payment_amount": 1264.14,
            "principal": 190.84,
            "interest": 1073.3,
            "ending_balance": 197956.38
          },
          {
            "period_index": 12,
            "periods_from_consummation": 12.5,
            "payment_amount": 1264.14,
            "principal": 191.88,
            "interest": 1072.26,
            "ending_balance": 197764.5
          },
          {
            "period_index": 13,
            "periods_from_consummation": 13.5,
            "payment_amount": 1264.14,
            "principal": 192.92,
            "interest": 1071.22,
            "ending_balance": 197571.58
          },
          {
            "period_index": 14,
            "periods_from_consummation": 14.5,
            "payment_amount": 1264.14,
            "principal": 193.96,
            "interest": 1070.18,
            "ending_balance": 197377.62
          },
          {
            "period_index": 15,
            "periods_from_consummation": 15.5,
            "payment_amount": 1264.14,
            "principal": 195.01,
            "interest": 1069.13,
            "ending_balance": 197182.61
          },
          {
            "period_index": 16,
            "periods_from_consummation": 16.5,
            "payment_amount": 1264.14,
            "principal": 196.07,
            "interest": 1068.07,
            "ending_balance": 196986.54
          },
          {
            "period_index": 17,
            "periods_from_consummation": 17.5,
            "payment_amount": 1264.14,
            "principal": 197.13,
            "interest": 1067.01,
            "ending_balance": 196789.41
          },
          {
            "period_index": 18,
            "periods_from_consummation": 18.5,
            "payment_amount": 1264.14,
            "principal": 198.2,
            "interest": 1065.94,
            "ending_balance": 196591.21
          },
          {
            "period_index": 19,
            "periods_from_consummation": 19.5,
            "payment_amount": 1264.14,
            "principal": 199.27,
            "interest": 1064.87,
            "ending_balance": 196391.94
          },
          {
            "period_index": 20,
            "periods_from_consummation": 20.5,
            "payment_amount": 1264.14,
            "principal": 200.35,
            "interest": 1063.79,
            "ending_balance": 196191.59
          },
          {
            "period_index": 21,
            "periods_from_consummation": 21.5,
            "payment_amount": 1264.14,
            "principal": 201.44,
            "interest": 1062.7,
            "ending_balance": 195990.15
          },
          {
            "period_index": 22,
            "periods_from_consummation": 22.5,
            "payment_amount": 1264.14,
            "principal": 202.53,
            "interest": 1061.61,
            "ending_balance": 195787.62
          },
          {
            "period_index": 23,
            "periods_from_consummation": 23.5,
            "payment_amount": 1264.14,
            "principal": 203.62,
            "interest": 1060.52,
            "ending_balance": 195584
          },
          {
            "period_index": 24,
            "periods_from_consummation": 24.5,
            "payment_amount": 1264.14,
            "principal": 204.73,
            "interest": 1059.41,
            "ending_balance": 195379.27
          },
          {
            "period_index": 25,
            "periods_from_consummation": 25.5,
            "payment_amount": 1264.14,
            "principal": 205.84,
            "interest": 1058.3,
            "ending_balance": 195173.43
          },
          {
            "period_index": 26,
            "periods_from_consummation": 26.5,
            "payment_amount": 1264.14,
            "principal": 206.95,
            "interest": 1057.19,
            "ending_balance": 194966.48
          },
          {
            "period_index": 27,
            "periods_from_consummation": 27.5,
            "payment_amount": 1264.14,
            "principal": 208.07,
            "interest": 1056.07,
            "ending_balance": 194758.41
          },
          {
            "period_index": 28,
            "periods_from_consummation": 28.5,
            "payment_amount": 1264.14,
            "principal": 209.2,
            "interest": 1054.94,
            "ending_balance": 194549.21
          },
          {
            "period_index": 29,
            "periods_from_consummation": 29.5,
            "payment_amount": 1264.14,
            "principal": 210.33,
            "interest": 1053.81,
            "ending_balance": 194338.88
          },
          {
            "period_index": 30,
            "periods_from_consummation": 30.5,
            "payment_amount": 1264.14,
            "principal": 211.47,
            "interest": 1052.67,
            "ending_balance": 194127.41
          },
          {
            "period_index": 31,
            "periods_from_consummation": 31.5,
            "payment_amount": 1264.14,
            "principal": 212.62,
            "interest": 1051.52,
            "ending_balance": 193914.79
          },
          {
            "period_index": 32,
            "periods_from_consummation": 32.5,
            "payment_amount": 1264.14,
            "principal": 213.77,
            "interest": 1050.37,
            "ending_balance": 193701.02
          },
          {
            "period_index": 33,
            "periods_from_consummation": 33.5,
            "payment_amount": 1264.14,
            "principal": 214.93,
            "interest": 1049.21,
            "ending_balance": 193486.09
          },
          {
            "period_index": 34,
            "periods_from_consummation": 34.5,
            "payment_amount": 1264.14,
            "principal": 216.09,
            "interest": 1048.05,
            "ending_balance": 193270
          },
          {
            "period_index": 35,
            "periods_from_consummation": 35.5,
            "payment_amount": 1264.14,
            "principal": 217.26,
            "interest": 1046.88,
            "ending_balance": 193052.74
          },
          {
            "period_index": 36,
            "periods_from_consummation": 36.5,
            "payment_amount": 1264.14,
            "principal": 218.44,
            "interest": 1045.7,
            "ending_balance": 192834.3
          },
          {
            "period_index": 37,
            "periods_from_consummation": 37.5,
            "payment_amount": 1264.14,
            "principal": 219.62,
            "interest": 1044.52,
            "ending_balance": 192614.68
          },
          {
            "period_index": 38,
            "periods_from_consummation": 38.5,
            "payment_amount": 1264.14,
            "principal": 220.81,
            "interest": 1043.33,
            "ending_balance": 192393.87
          },
          {
            "period_index": 39,
            "periods_from_consummation": 39.5,
            "payment_amount": 1264.14,
            "principal": 222.01,
            "interest": 1042.13,
            "ending_balance": 192171.86
          },
          {
            "period_index": 40,
            "periods_from_consummation": 40.5,
            "payment_amount": 1264.14,
            "principal": 223.21,
            "interest": 1040.93,
            "ending_balance": 191948.65
          },
          {
            "period_index": 41,
            "periods_from_consummation": 41.5,
            "payment_amount": 1264.14,
            "principal": 224.42,
            "interest": 1039.72,
            "ending_balance": 191724.23
          },
          {
            "period_index": 42,
            "periods_from_consummation": 42.5,
            "payment_amount": 1264.14,
            "principal": 225.63,
            "interest": 1038.51,
            "ending_balance": 191498.6
          },
          {
            "period_index": 43,
            "periods_from_consummation": 43.5,
            "payment_amount": 1264.14,
            "principal": 226.86,
            "interest": 1037.28,
            "ending_balance": 191271.74
          },
          {
            "period_index": 44,
            "periods_from_consummation": 44.5,
            "payment_amount": 1264.14,
            "principal": 228.08,
            "interest": 1036.06,
            "ending_balance": 191043.66
          },
          {
            "period_index": 45,
            "periods_from_consummation": 45.5,
            "payment_amount": 1264.14,
            "principal": 229.32,
            "interest": 1034.82,
            "ending_balance": 190814.34
          },
          {
            "period_index": 46,
            "periods_from_consummation": 46.5,
            "payment_amount": 1264.14,
            "principal": 230.56,
            "interest": 1033.58,
            "ending_balance": 190583.78
          },
          {
            "period_index": 47,
            "periods_from_consummation": 47.5,
            "payment_amount": 1264.14,
            "principal": 231.81,
            "interest": 1032.33,
            "ending_balance": 190351.97
          },
          {
            "period_index": 48,
            "periods_from_consummation": 48.5,
            "payment_amount": 1264.14,
            "principal": 233.07,
            "interest": 1031.07,
            "ending_balance": 190118.9
          },
          {
            "period_index": 49,
            "periods_from_consummation": 49.5,
            "payment_amount": 1264.14,
            "principal": 234.33,
            "interest": 1029.81,
            "ending_balance": 189884.57
          },
          {
            "period_index": 50,
            "periods_from_consummation": 50.5,
            "payment_amount": 1264.14,
            "principal": 235.6,
            "interest": 1028.54,
            "ending_balance": 189648.97
          },
          {
            "period_index": 51,
            "periods_from_consummation": 51.5,
            "payment_amount": 1264.14,
            "principal": 236.87,
            "interest": 1027.27,
            "ending_balance": 189412.1
          },
          {
            "period_index": 52,
            "periods_from_consummation": 52.5,
            "payment_amount": 1264.14,
            "principal": 238.16,
            "interest": 1025.98,
            "ending_balance": 189173.94
          },
          {
            "period_index": 53,
            "periods_from_consummation": 53.5,
            "payment_amount": 1264.14,
            "principal": 239.45,
            "interest": 1024.69,
            "ending_balance": 188934.49
          },
          {
            "period_index": 54,
            "periods_from_consummation": 54.5,
            "payment_amount": 1264.14,
            "principal": 240.74,
            "interest": 1023.4,
            "ending_balance": 188693.75
          },
          {
            "period_index": 55,
            "periods_from_consummation": 55.5,
            "payment_amount": 1264.14,
            "principal": 242.05,
            "interest": 1022.09,
            "ending_balance": 188451.7
          },
          {
            "period_index": 56,
            "periods_from_consummation": 56.5,
            "payment_amount": 1264.14,
            "principal": 243.36,
            "interest": 1020.78,
            "ending_balance": 188208.34
          },
          {
            "period_index": 57,
            "periods_from_consummation": 57.5,
            "payment_amount": 1264.14,
            "principal": 244.68,
            "interest": 1019.46,
            "ending_balance": 187963.66
          },
          {
            "period_index": 58,
            "periods_from_consummation": 58.5,
            "payment_amount": 1264.14,
            "principal": 246,
            "interest": 1018.14,
            "ending_balance": 187717.66
          },
          {
            "period_index": 59,
            "periods_from_consummation": 59.5,
            "payment_amount": 1264.14,
            "principal": 247.34,
            "interest": 1016.8,
            "ending_balance": 187470.32
          },
          {
            "period_index": 60,
            "periods_from_consummation": 60.5,
            "payment_amount": 1264.14,
            "principal": 248.68,
            "interest": 1015.46,
            "ending_balance": 187221.64
          },
          {
            "period_index": 61,
            "periods_from_consummation": 61.5,
            "payment_amount": 1264.14,
            "principal": 250.02,
            "interest": 1014.12,
            "ending_balance": 186971.62
          },
          {
            "period_index": 62,
            "periods_from_consummation": 62.5,
            "payment_amount": 1264.14,
            "principal": 251.38,
            "interest": 1012.76,
            "ending_balance": 186720.24
          },
          {
            "period_index": 63,
            "periods_from_consummation": 63.5,
            "payment_amount": 1264.14,
            "principal": 252.74,
            "interest": 1011.4,
            "ending_balance": 186467.5
          },
          {
            "period_index": 64,
            "periods_from_consummation": 64.5,
            "payment_amount": 1264.14,
            "principal": 254.11,
            "interest": 1010.03,
            "ending_balance": 186213.39
          },
          {
            "period_index": 65,
            "periods_from_consummation": 65.5,
            "payment_amount": 1264.14,
            "principal": 255.48,
            "interest": 1008.66,
            "ending_balance": 185957.91
          },
          {
            "period_index": 66,
            "periods_from_consummation": 66.5,
            "payment_amount": 1264.14,
            "principal": 256.87,
            "interest": 1007.27,
            "ending_balance": 185701.04
          },
          {
            "period_index": 67,
            "periods_from_consummation": 67.5,
            "payment_amount": 1264.14,
            "principal": 258.26,
            "interest": 1005.88,
            "ending_balance": 185442.78
          },
          {
            "period_index": 68,
            "periods_from_consummation": 68.5,
            "payment_amount": 1264.14,
            "principal": 259.66,
            "interest": 1004.48,
            "ending_balance": 185183.12
          },
          {
            "period_index": 69,
            "periods_from_consummation": 69.5,
            "payment_amount": 1264.14,
            "principal": 261.06,
            "interest": 1003.08,
            "ending_balance": 184922.06
          },
          {
            "period_index": 70,
            "periods_from_consummation": 70.5,
            "payment_amount": 1264.14,
            "principal": 262.48,
            "interest": 1001.66,
            "ending_balance": 184659.58
          },
          {
            "period_index": 71,
            "periods_from_consummation": 71.5,
            "payment_amount": 1264.14,
            "principal": 263.9,
            "interest": 1000.24,
            "ending_balance": 184395.68
          },
          {
            "period_index": 72,
            "periods_from_consummation": 72.5,
            "payment_amount": 1264.14,
            "principal": 265.33,
            "interest": 998.81,
            "ending_balance": 184130.35
          },
          {
            "period_index": 73,
            "periods_from_consummation": 73.5,
            "payment_amount": 1264.14,
            "principal": 266.77,
            "interest": 997.37,
            "ending_balance": 183863.58
          },
          {
            "period_index": 74,
            "periods_from_consummation": 74.5,
            "payment_amount": 1264.14,
            "principal": 268.21,
            "interest": 995.93,
            "ending_balance": 183595.37
          },
          {
            "period_index": 75,
            "periods_from_consummation": 75.5,
            "payment_amount": 1264.14,
            "principal": 269.67,
            "interest": 994.47,
            "ending_balance": 183325.7
          },
          {
            "period_index": 76,
            "periods_from_consummation": 76.5,
            "payment_amount": 1264.14,
            "principal": 271.13,
            "interest": 993.01,
            "ending_balance": 183054.57
          },
          {
            "period_index": 77,
            "periods_from_consummation": 77.5,
            "payment_amount": 1264.14,
            "principal": 272.59,
            "interest": 991.55,
            "ending_balance": 182781.98
          },
          {
            "period_index": 78,
            "periods_from_consummation": 78.5,
            "payment_amount": 1264.14,
            "principal": 274.07,
            "interest": 990.07,
            "ending_balance": 182507.91
          },
          {
            "period_index": 79,
            "periods_from_consummation": 79.5,
            "payment_amount": 1264.14,
            "principal": 275.56,
            "interest": 988.58,
            "ending_balance": 182232.35
          },
          {
            "period_index": 80,
            "periods_from_consummation": 80.5,
            "payment_amount": 1264.14,
            "principal": 277.05,
            "interest": 987.09,
            "ending_balance": 181955.3
          },
          {
            "period_index": 81,
            "periods_from_consummation": 81.5,
            "payment_amount": 1264.14,
            "principal": 278.55,
            "interest": 985.59,
            "ending_balance": 181676.75
          },
          {
            "period_index": 82,
            "periods_from_consummation": 82.5,
            "payment_amount": 1264.14,
            "principal": 280.06,
            "interest": 984.08,
            "ending_balance": 181396.69
          },
          {
            "period_index": 83,
            "periods_from_consummation": 83.5,
            "payment_amount": 1264.14,
            "principal": 281.57,
            "interest": 982.57,
            "ending_balance": 181115.12
          },
          {
            "period_index": 84,
            "periods_from_consummation": 84.5,
            "payment_amount": 1264.14,
            "principal": 283.1,
            "interest": 981.04,
            "ending_balance": 180832.02
          },
          {
            "period_index": 85,
            "periods_from_consummation": 85.5,
            "payment_amount": 1264.14,
            "principal": 284.63,
            "interest": 979.51,
            "ending_balance": 180547.39
          },
          {
            "period_index": 86,
            "periods_from_consummation": 86.5,
            "payment_amount": 1264.14,
            "principal": 286.17,
            "interest": 977.97,
            "ending_balance": 180261.22
          },
          {
            "period_index": 87,
            "periods_from_consummation": 87.5,
            "payment_amount": 1264.14,
            "principal": 287.73,
            "interest": 976.41,
            "ending_balance": 179973.49
          },
          {
            "period_index": 88,
            "periods_from_consummation": 88.5,
            "payment_amount": 1264.14,
            "principal": 289.28,
            "interest": 974.86,
            "ending_balance": 179684.21
          },
          {
            "period_index": 89,
            "periods_from_consummation": 89.5,
            "payment_amount": 1264.14,
            "principal": 290.85,
            "interest": 973.29,
            "ending_balance": 179393.36
          },
          {
            "period_index": 90,
            "periods_from_consummation": 90.5,
            "payment_amount": 1264.14,
            "principal": 292.43,
            "interest": 971.71,
            "ending_balance": 179100.93
          },
          {
            "period_index": 91,
            "periods_from_consummation": 91.5,
            "payment_amount": 1264.14,
            "principal": 294.01,
            "interest": 970.13,
            "ending_balance": 178806.92
          },
          {
            "period_index": 92,
            "periods_from_consummation": 92.5,
            "payment_amount": 1264.14,
            "principal": 295.6,
            "interest": 968.54,
            "ending_balance": 178511.32
          },
          {
            "period_index": 93,
            "periods_from_consummation": 93.5,
            "payment_amount": 1264.14,
            "principal": 297.2,
            "interest": 966.94,
            "ending_balance": 178214.12
          },
          {
            "period_index": 94,
            "periods_from_consummation": 94.5,
            "payment_amount": 1264.14,
            "principal": 298.81,
            "interest": 965.33,
            "ending_balance": 177915.31
          },
          {
            "period_index": 95,
            "periods_from_consummation": 95.5,
            "payment_amount": 1264.14,
            "principal": 300.43,
            "interest": 963.71,
            "ending_balance": 177614.88
          },
          {
            "period_index": 96,
            "periods_from_consummation": 96.5,
            "payment_amount": 1264.14,
            "principal": 302.06,
            "interest": 962.08,
            "ending_balance": 177312.82
          },
          {
            "period_index": 97,
            "periods_from_consummation": 97.5,
            "payment_amount": 1264.14,
            "principal": 303.7,
            "interest": 960.44,
            "ending_balance": 177009.12
          },
          {
            "period_index": 98,
            "periods_from_consummation": 98.5,
            "payment_amount": 1264.14,
            "principal": 305.34,
            "interest": 958.8,
            "ending_balance": 176703.78
          },
          {
            "period_index": 99,
            "periods_from_consummation": 99.5,
            "payment_amount": 1264.14,
            "principal": 306.99,
            "interest": 957.15,
            "ending_balance": 176396.79
          },
          {
            "period_index": 100,
            "periods_from_consummation": 100.5,
            "payment_amount": 1264.14,
            "principal": 308.66,
            "interest": 955.48,
            "ending_balance": 176088.13
          },
          {
            "period_index": 101,
            "periods_from_consummation": 101.5,
            "payment_amount": 1264.14,
            "principal": 310.33,
            "interest": 953.81,
            "ending_balance": 175777.8
          },
          {
            "period_index": 102,
            "periods_from_consummation": 102.5,
            "payment_amount": 1264.14,
            "principal": 312.01,
            "interest": 952.13,
            "ending_balance": 175465.79
          },
          {
            "period_index": 103,
            "periods_from_consummation": 103.5,
            "payment_amount": 1264.14,
            "principal": 313.7,
            "interest": 950.44,
            "ending_balance": 175152.09
          },
          {
            "period_index": 104,
            "periods_from_consummation": 104.5,
            "payment_amount": 1264.14,
            "principal": 315.4,
            "interest": 948.74,
            "ending_balance": 174836.69
          },
          {
            "period_index": 105,
            "periods_from_consummation": 105.5,
            "payment_amount": 1264.14,
            "principal": 317.11,
            "interest": 947.03,
            "ending_balance": 174519.58
          },
          {
            "period_index": 106,
            "periods_from_consummation": 106.5,
            "payment_amount": 1264.14,
            "principal": 318.83,
            "interest": 945.31,
            "ending_balance": 174200.75
          },
          {
            "period_index": 107,
            "periods_from_consummation": 107.5,
            "payment_amount": 1264.14,
            "principal": 320.55,
            "interest": 943.59,
            "ending_balance": 173880.2
          },
          {
            "period_index": 108,
            "periods_from_consummation": 108.5,
            "payment_amount": 1264.14,
            "principal": 322.29,
            "interest": 941.85,
            "ending_balance": 173557.91
          },
          {
            "period_index": 109,
            "periods_from_consummation": 109.5,
            "payment_amount": 1264.14,
            "principal": 324.03,
            "interest": 940.11,
            "ending_balance": 173233.88
          },
          {
            "period_index": 110,
            "periods_from_consummation": 110.5,
            "payment_amount": 1264.14,
            "principal": 325.79,
            "interest": 938.35,
            "ending_balance": 172908.09
          },
          {
            "period_index": 111,
            "periods_from_consummation": 111.5,
            "payment_amount": 1264.14,
            "principal": 327.55,
            "interest": 936.59,
            "ending_balance": 172580.54
          },
          {
            "period_index": 112,
            "periods_from_consummation": 112.5,
            "payment_amount": 1264.14,
            "principal": 329.33,
            "interest": 934.81,
            "ending_balance": 172251.21
          },
          {
            "period_index": 113,
            "periods_from_consummation": 113.5,
            "payment_amount": 1264.14,
            "principal": 331.11,
            "interest": 933.03,
            "ending_balance": 171920.1
          },
          {
            "period_index": 114,
            "periods_from_consummation": 114.5,
            "payment_amount": 1264.14,
            "principal": 332.91,
            "interest": 931.23,
            "ending_balance": 171587.19
          },
          {
            "period_index": 115,
            "periods_from_consummation": 115.5,
            "payment_amount": 1264.14,
            "principal": 334.71,
            "interest": 929.43,
            "ending_balance": 171252.48
          },
          {
            "period_index": 116,
            "periods_from_consummation": 116.5,
            "payment_amount": 1264.14,
            "principal": 336.52,
            "interest": 927.62,
            "ending_balance": 170915.96
          },
          {
            "period_index": 117,
            "periods_from_consummation": 117.5,
            "payment_amount": 1264.14,
            "principal": 338.35,
            "interest": 925.79,
            "ending_balance": 170577.61
          },
          {
            "period_index": 118,
            "periods_from_consummation": 118.5,
            "payment_amount": 1264.14,
            "principal": 340.18,
            "interest": 923.96,
            "ending_balance": 170237.43
          },
          {
            "period_index": 119,
            "periods_from_consummation": 119.5,
            "payment_amount": 1264.14,
            "principal": 342.02,
            "interest": 922.12,
            "ending_balance": 169895.41
          },
          {
            "period_index": 120,
            "periods_from_consummation": 120.5,
            "payment_amount": 1264.14,
            "principal": 343.87,
            "interest": 920.27,
            "ending_balance": 169551.54
          },
          {
            "period_index": 121,
            "periods_from_consummation": 121.5,
            "payment_amount": 1264.14,
            "principal": 345.74,
            "interest": 918.4,
            "ending_balance": 169205.8
          },
          {
            "period_index": 122,
            "periods_from_consummation": 122.5,
            "payment_amount": 1264.14,
            "principal": 347.61,
            "interest": 916.53,
            "ending_balance": 168858.19
          },
          {
            "period_index": 123,
            "periods_from_consummation": 123.5,
            "payment_amount": 1264.14,
            "principal": 349.49,
            "interest": 914.65,
            "ending_balance": 168508.7
          },
          {
            "period_index": 124,
            "periods_from_consummation": 124.5,
            "payment_amount": 1264.14,
            "principal": 351.38,
            "interest": 912.76,
            "ending_balance": 168157.32
          },
          {
            "period_index": 125,
            "periods_from_consummation": 125.5,
            "payment_amount": 1264.14,
            "principal": 353.29,
            "interest": 910.85,
            "ending_balance": 167804.03
          },
          {
            "period_index": 126,
            "periods_from_consummation": 126.5,
            "payment_amount": 1264.14,
            "principal": 355.2,
            "interest": 908.94,
            "ending_balance": 167448.83
          },
          {
            "period_index": 127,
            "periods_from_consummation": 127.5,
            "payment_amount": 1264.14,
            "principal": 357.13,
            "interest": 907.01,
            "ending_balance": 167091.7
          },
          {
            "period_index": 128,
            "periods_from_consummation": 128.5,
            "payment_amount": 1264.14,
            "principal": 359.06,
            "interest": 905.08,
            "ending_balance": 166732.64
          },
          {
            "period_index": 129,
            "periods_from_consummation": 129.5,
            "payment_amount": 1264.14,
            "principal": 361,
            "interest": 903.14,
            "ending_balance": 166371.64
          },
          {
            "period_index": 130,
            "periods_from_consummation": 130.5,
            "payment_amount": 1264.14,
            "principal": 362.96,
            "interest": 901.18,
            "ending_balance": 166008.68
          },
          {
            "period_index": 131,
            "periods_from_consummation": 131.5,
            "payment_amount": 1264.14,
            "principal": 364.93,
            "interest": 899.21,
            "ending_balance": 165643.75
          },
          {
            "period_index": 132,
            "periods_from_consummation": 132.5,
            "payment_amount": 1264.14,
            "principal": 366.9,
            "interest": 897.24,
            "ending_balance": 165276.85
          },
          {
            "period_index": 133,
            "periods_from_consummation": 133.5,
            "payment_amount": 1264.14,
            "principal": 368.89,
            "interest": 895.25,
            "ending_balance": 164907.96
          },
          {
            "period_index": 134,
            "periods_from_consummation": 134.5,
            "payment_amount": 1264.14,
            "principal": 370.89,
            "interest": 893.25,
            "ending_balance": 164537.07
          },
          {
            "period_index": 135,
            "periods_from_consummation": 135.5,
            "payment_amount": 1264.14,
            "principal": 372.9,
            "interest": 891.24,
            "ending_balance": 164164.17
          },
          {
            "period_index": 136,
            "periods_from_consummation": 136.5,
            "payment_amount": 1264.14,
            "principal": 374.92,
            "interest": 889.22,
            "ending_balance": 163789.25
          },
          {
            "period_index": 137,
            "periods_from_consummation": 137.5,
            "payment_amount": 1264.14,
            "principal": 376.95,
            "interest": 887.19,
            "ending_balance": 163412.3
          },
          {
            "period_index": 138,
            "periods_from_consummation": 138.5,
            "payment_amount": 1264.14,
            "principal": 378.99,
            "interest": 885.15,
            "ending_balance": 163033.31
          },
          {
            "period_index": 139,
            "periods_from_consummation": 139.5,
            "payment_amount": 1264.14,
            "principal": 381.04,
            "interest": 883.1,
            "ending_balance": 162652.27
          },
          {
            "period_index": 140,
            "periods_from_consummation": 140.5,
            "payment_amount": 1264.14,
            "principal": 383.11,
            "interest": 881.03,
            "ending_balance": 162269.16
          },
          {
            "period_index": 141,
            "periods_from_consummation": 141.5,
            "payment_amount": 1264.14,
            "principal": 385.18,
            "interest": 878.96,
            "ending_balance": 161883.98
          },
          {
            "period_index": 142,
            "periods_from_consummation": 142.5,
            "payment_amount": 1264.14,
            "principal": 387.27,
            "interest": 876.87,
            "ending_balance": 161496.71
          },
          {
            "period_index": 143,
            "periods_from_consummation": 143.5,
            "payment_amount": 1264.14,
            "principal": 389.37,
            "interest": 874.77,
            "ending_balance": 161107.34
          },
          {
            "period_index": 144,
            "periods_from_consummation": 144.5,
            "payment_amount": 1264.14,
            "principal": 391.48,
            "interest": 872.66,
            "ending_balance": 160715.86
          },
          {
            "period_index": 145,
            "periods_from_consummation": 145.5,
            "payment_amount": 1264.14,
            "principal": 393.6,
            "interest": 870.54,
            "ending_balance": 160322.26
          },
          {
            "period_index": 146,
            "periods_from_consummation": 146.5,
            "payment_amount": 1264.14,
            "principal": 395.73,
            "interest": 868.41,
            "ending_balance": 159926.53
          },
          {
            "period_index": 147,
            "periods_from_consummation": 147.5,
            "payment_amount": 1264.14,
            "principal": 397.87,
            "interest": 866.27,
            "ending_balance": 159528.66
          },
          {
            "period_index": 148,
            "periods_from_consummation": 148.5,
            "payment_amount": 1264.14,
            "principal": 400.03,
            "interest": 864.11,
            "ending_balance": 159128.63
          },
          {
            "period_index": 149,
            "periods_from_consummation": 149.5,
            "payment_amount": 1264.14,
            "principal": 402.19,
            "interest": 861.95,
            "ending_balance": 158726.44
          },
          {
            "period_index": 150,
            "periods_from_consummation": 150.5,
            "payment_amount": 1264.14,
            "principal": 404.37,
            "interest": 859.77,
            "ending_balance": 158322.07
          },
          {
            "period_index": 151,
            "periods_from_consummation": 151.5,
            "payment_amount": 1264.14,
            "principal": 406.56,
            "interest": 857.58,
            "ending_balance": 157915.51
          },
          {
            "period_index": 152,
            "periods_from_consummation": 152.5,
            "payment_amount": 1264.14,
            "principal": 408.76,
            "interest": 855.38,
            "ending_balance": 157506.75
          },
          {
            "period_index": 153,
            "periods_from_consummation": 153.5,
            "payment_amount": 1264.14,
            "principal": 410.98,
            "interest": 853.16,
            "ending_balance": 157095.77
          },
          {
            "period_index": 154,
            "periods_from_consummation": 154.5,
            "payment_amount": 1264.14,
            "principal": 413.2,
            "interest": 850.94,
            "ending_balance": 156682.57
          },
          {
            "period_index": 155,
            "periods_from_consummation": 155.5,
            "payment_amount": 1264.14,
            "principal": 415.44,
            "interest": 848.7,
            "ending_balance": 156267.13
          },
          {
            "period_index": 156,
            "periods_from_consummation": 156.5,
            "payment_amount": 1264.14,
            "principal": 417.69,
            "interest": 846.45,
            "ending_balance": 155849.44
          },
          {
            "period_index": 157,
            "periods_from_consummation": 157.5,
            "payment_amount": 1264.14,
            "principal": 419.96,
            "interest": 844.18,
            "ending_balance": 155429.48
          },
          {
            "period_index": 158,
            "periods_from_consummation": 158.5,
            "payment_amount": 1264.14,
            "principal": 422.23,
            "interest": 841.91,
            "ending_balance": 155007.25
          },
          {
            "period_index": 159,
            "periods_from_consummation": 159.5,
            "payment_amount": 1264.14,
            "principal": 424.52,
            "interest": 839.62,
            "ending_balance": 154582.73
          },
          {
            "period_index": 160,
            "periods_from_consummation": 160.5,
            "payment_amount": 1264.14,
            "principal": 426.82,
            "interest": 837.32,
            "ending_balance": 154155.91
          },
          {
            "period_index": 161,
            "periods_from_consummation": 161.5,
            "payment_amount": 1264.14,
            "principal": 429.13,
            "interest": 835.01,
            "ending_balance": 153726.78
          },
          {
            "period_index": 162,
            "periods_from_consummation": 162.5,
            "payment_amount": 1264.14,
            "principal": 431.45,
            "interest": 832.69,
            "ending_balance": 153295.33
          },
          {
            "period_index": 163,
            "periods_from_consummation": 163.5,
            "payment_amount": 1264.14,
            "principal": 433.79,
            "interest": 830.35,
            "ending_balance": 152861.54
          },
          {
            "period_index": 164,
            "periods_from_consummation": 164.5,
            "payment_amount": 1264.14,
            "principal": 436.14,
            "interest": 828,
            "ending_balance": 152425.4
          },
          {
            "period_index": 165,
            "periods_from_consummation": 165.5,
            "payment_amount": 1264.14,
            "principal": 438.5,
            "interest": 825.64,
            "ending_balance": 151986.9
          },
          {
            "period_index": 166,
            "periods_from_consummation": 166.5,
            "payment_amount": 1264.14,
            "principal": 440.88,
            "interest": 823.26,
            "ending_balance": 151546.02
          },
          {
            "period_index": 167,
            "periods_from_consummation": 167.5,
            "payment_amount": 1264.14,
            "principal": 443.27,
            "interest": 820.87,
            "ending_balance": 151102.75
          },
          {
            "period_index": 168,
            "periods_from_consummation": 168.5,
            "payment_amount": 1264.14,
            "principal": 445.67,
            "interest": 818.47,
            "ending_balance": 150657.08
          },
          {
            "period_index": 169,
            "periods_from_consummation": 169.5,
            "payment_amount": 1264.14,
            "principal": 448.08,
            "interest": 816.06,
            "ending_balance": 150209
          },
          {
            "period_index": 170,
            "periods_from_consummation": 170.5,
            "payment_amount": 1264.14,
            "principal": 450.51,
            "interest": 813.63,
            "ending_balance": 149758.49
          },
          {
            "period_index": 171,
            "periods_from_consummation": 171.5,
            "payment_amount": 1264.14,
            "principal": 452.95,
            "interest": 811.19,
            "ending_balance": 149305.54
          },
          {
            "period_index": 172,
            "periods_from_consummation": 172.5,
            "payment_amount": 1264.14,
            "principal": 455.4,
            "interest": 808.74,
            "ending_balance": 148850.14
          },
          {
            "period_index": 173,
            "periods_from_consummation": 173.5,
            "payment_amount": 1264.14,
            "principal": 457.87,
            "interest": 806.27,
            "ending_balance": 148392.27
          },
          {
            "period_index": 174,
            "periods_from_consummation": 174.5,
            "payment_amount": 1264.14,
            "principal": 460.35,
            "interest": 803.79,
            "ending_balance": 147931.92
          },
          {
            "period_index": 175,
            "periods_from_consummation": 175.5,
            "payment_amount": 1264.14,
            "principal": 462.84,
            "interest": 801.3,
            "ending_balance": 147469.08
          },
          {
            "period_index": 176,
            "periods_from_consummation": 176.5,
            "payment_amount": 1264.14,
            "principal": 465.35,
            "interest": 798.79,
            "ending_balance": 147003.73
          },
          {
            "period_index": 177,
            "periods_from_consummation": 177.5,
            "payment_amount": 1264.14,
            "principal": 467.87,
            "interest": 796.27,
            "ending_balance": 146535.86
          },
          {
            "period_index": 178,
            "periods_from_consummation": 178.5,
            "payment_amount": 1264.14,
            "principal": 470.4,
            "interest": 793.74,
            "ending_balance": 146065.46
          },
          {
            "period_index": 179,
            "periods_from_consummation": 179.5,
            "payment_amount": 1264.14,
            "principal": 472.95,
            "interest": 791.19,
            "ending_balance": 145592.51
          },
          {
            "period_index": 180,
            "periods_from_consummation": 180.5,
            "payment_amount": 1264.14,
            "principal": 475.51,
            "interest": 788.63,
            "ending_balance": 145117
          },
          {
            "period_index": 181,
            "periods_from_consummation": 181.5,
            "payment_amount": 1264.14,
            "principal": 478.09,
            "interest": 786.05,
            "ending_balance": 144638.91
          },
          {
            "period_index": 182,
            "periods_from_consummation": 182.5,
            "payment_amount": 1264.14,
            "principal": 480.68,
            "interest": 783.46,
            "ending_balance": 144158.23
          },
          {
            "period_index": 183,
            "periods_from_consummation": 183.5,
            "payment_amount": 1264.14,
            "principal": 483.28,
            "interest": 780.86,
            "ending_balance": 143674.95
          },
          {
            "period_index": 184,
            "periods_from_consummation": 184.5,
            "payment_amount": 1264.14,
            "principal": 485.9,
            "interest": 778.24,
            "ending_balance": 143189.05
          },
          {
            "period_index": 185,
            "periods_from_consummation": 185.5,
            "payment_amount": 1264.14,
            "principal": 488.53,
            "interest": 775.61,
            "ending_balance": 142700.52
          },
          {
            "period_index": 186,
            "periods_from_consummation": 186.5,
            "payment_amount": 1264.14,
            "principal": 491.18,
            "interest": 772.96,
            "ending_balance": 142209.34
          },
          {
            "period_index": 187,
            "periods_from_consummation": 187.5,
            "payment_amount": 1264.14,
            "principal": 493.84,
            "interest": 770.3,
            "ending_balance": 141715.5
          },
          {
            "period_index": 188,
            "periods_from_consummation": 188.5,
            "payment_amount": 1264.14,
            "principal": 496.51,
            "interest": 767.63,
            "ending_balance": 141218.99
          },
          {
            "period_index": 189,
            "periods_from_consummation": 189.5,
            "payment_amount": 1264.14,
            "principal": 499.2,
            "interest": 764.94,
            "ending_balance": 140719.79
          },
          {
            "period_index": 190,
            "periods_from_consummation": 190.5,
            "payment_amount": 1264.14,
            "principal": 501.91,
            "interest": 762.23,
            "ending_balance": 140217.88
          },
          {
            "period_index": 191,
            "periods_from_consummation": 191.5,
            "payment_amount": 1264.14,
            "principal": 504.63,
            "interest": 759.51,
            "ending_balance": 139713.25
          },
          {
            "period_index": 192,
            "periods_from_consummation": 192.5,
            "payment_amount": 1264.14,
            "principal": 507.36,
            "interest": 756.78,
            "ending_balance": 139205.89
          },
          {
            "period_index": 193,
            "periods_from_consummation": 193.5,
            "payment_amount": 1264.14,
            "principal": 510.11,
            "interest": 754.03,
            "ending_balance": 138695.78
          },
          {
            "period_index": 194,
            "periods_from_consummation": 194.5,
            "payment_amount": 1264.14,
            "principal": 512.87,
            "interest": 751.27,
            "ending_balance": 138182.91
          },
          {
            "period_index": 195,
            "periods_from_consummation": 195.5,
            "payment_amount": 1264.14,
            "principal": 515.65,
            "interest": 748.49,
            "ending_balance": 137667.26
          },
          {
            "period_index": 196,
            "periods_from_consummation": 196.5,
            "payment_amount": 1264.14,
            "principal": 518.44,
            "interest": 745.7,
            "ending_balance": 137148.82
          },
          {
            "period_index": 197,
            "periods_from_consummation": 197.5,
            "payment_amount": 1264.14,
            "principal": 521.25,
            "interest": 742.89,
            "ending_balance": 136627.57
          },
          {
            "period_index": 198,
            "periods_from_consummation": 198.5,
            "payment_amount": 1264.14,
            "principal": 524.07,
            "interest": 740.07,
            "ending_balance": 136103.5
          },
          {
            "period_index": 199,
            "periods_from_consummation": 199.5,
            "payment_amount": 1264.14,
            "principal": 526.91,
            "interest": 737.23,
            "ending_balance": 135576.59
          },
          {
            "period_index": 200,
            "periods_from_consummation": 200.5,
            "payment_amount": 1264.14,
            "principal": 529.77,
            "interest": 734.37,
            "ending_balance": 135046.82
          },
          {
            "period_index": 201,
            "periods_from_consummation": 201.5,
            "payment_amount": 1264.14,
            "principal": 532.64,
            "interest": 731.5,
            "ending_balance": 134514.18
          },
          {
            "period_index": 202,
            "periods_from_consummation": 202.5,
            "payment_amount": 1264.14,
            "principal": 535.52,
            "interest": 728.62,
            "ending_balance": 133978.66
          },
          {
            "period_index": 203,
            "periods_from_consummation": 203.5,
            "payment_amount": 1264.14,
            "principal": 538.42,
            "interest": 725.72,
            "ending_balance": 133440.24
          },
          {
            "period_index": 204,
            "periods_from_consummation": 204.5,
            "payment_amount": 1264.14,
            "principal": 541.34,
            "interest": 722.8,
            "ending_balance": 132898.9
          },
          {
            "period_index": 205,
            "periods_from_consummation": 205.5,
            "payment_amount": 1264.14,
            "principal": 544.27,
            "interest": 719.87,
            "ending_balance": 132354.63
          },
          {
            "period_index": 206,
            "periods_from_consummation": 206.5,
            "payment_amount": 1264.14,
            "principal": 547.22,
            "interest": 716.92,
            "ending_balance": 131807.41
          },
          {
            "period_index": 207,
            "periods_from_consummation": 207.5,
            "payment_amount": 1264.14,
            "principal": 550.18,
            "interest": 713.96,
            "ending_balance": 131257.23
          },
          {
            "period_index": 208,
            "periods_from_consummation": 208.5,
            "payment_amount": 1264.14,
            "principal": 553.16,
            "interest": 710.98,
            "ending_balance": 130704.07
          },
          {
            "period_index": 209,
            "periods_from_consummation": 209.5,
            "payment_amount": 1264.14,
            "principal": 556.16,
            "interest": 707.98,
            "ending_balance": 130147.91
          },
          {
            "period_index": 210,
            "periods_from_consummation": 210.5,
            "payment_amount": 1264.14,
            "principal": 559.17,
            "interest": 704.97,
            "ending_balance": 129588.74
          },
          {
            "period_index": 211,
            "periods_from_consummation": 211.5,
            "payment_amount": 1264.14,
            "principal": 562.2,
            "interest": 701.94,
            "ending_balance": 129026.54
          },
          {
            "period_index": 212,
            "periods_from_consummation": 212.5,
            "payment_amount": 1264.14,
            "principal": 565.25,
            "interest": 698.89,
            "ending_balance": 128461.29
          },
          {
            "period_index": 213,
            "periods_from_consummation": 213.5,
            "payment_amount": 1264.14,
            "principal": 568.31,
            "interest": 695.83,
            "ending_balance": 127892.98
          },
          {
            "period_index": 214,
            "periods_from_consummation": 214.5,
            "payment_amount": 1264.14,
            "principal": 571.39,
            "interest": 692.75,
            "ending_balance": 127321.59
          },
          {
            "period_index": 215,
            "periods_from_consummation": 215.5,
            "payment_amount": 1264.14,
            "principal": 574.48,
            "interest": 689.66,
            "ending_balance": 126747.11
          },
          {
            "period_index": 216,
            "periods_from_consummation": 216.5,
            "payment_amount": 1264.14,
            "principal": 577.59,
            "interest": 686.55,
            "ending_balance": 126169.52
          },
          {
            "period_index": 217,
            "periods_from_consummation": 217.5,
            "payment_amount": 1264.14,
            "principal": 580.72,
            "interest": 683.42,
            "ending_balance": 125588.8
          },
          {
            "period_index": 218,
            "periods_from_consummation": 218.5,
            "payment_amount": 1264.14,
            "principal": 583.87,
            "interest": 680.27,
            "ending_balance": 125004.93
          },
          {
            "period_index": 219,
            "periods_from_consummation": 219.5,
            "payment_amount": 1264.14,
            "principal": 587.03,
            "interest": 677.11,
            "ending_balance": 124417.9
          },
          {
            "period_index": 220,
            "periods_from_consummation": 220.5,
            "payment_amount": 1264.14,
            "principal": 590.21,
            "interest": 673.93,
            "ending_balance": 123827.69
          },
          {
            "period_index": 221,
            "periods_from_consummation": 221.5,
            "payment_amount": 1264.14,
            "principal": 593.41,
            "interest": 670.73,
            "ending_balance": 123234.28
          },
          {
            "period_index": 222,
            "periods_from_consummation": 222.5,
            "payment_amount": 1264.14,
            "principal": 596.62,
            "interest": 667.52,
            "ending_balance": 122637.66
          },
          {
            "period_index": 223,
            "periods_from_consummation": 223.5,
            "payment_amount": 1264.14,
            "principal": 599.85,
            "interest": 664.29,
            "ending_balance": 122037.81
          },
          {
            "period_index": 224,
            "periods_from_consummation": 224.5,
            "payment_amount": 1264.14,
            "principal": 603.1,
            "interest": 661.04,
            "ending_balance": 121434.71
          },
          {
            "period_index": 225,
            "periods_from_consummation": 225.5,
            "payment_amount": 1264.14,
            "principal": 606.37,
            "interest": 657.77,
            "ending_balance": 120828.34
          },
          {
            "period_index": 226,
            "periods_from_consummation": 226.5,
            "payment_amount": 1264.14,
            "principal": 609.65,
            "interest": 654.49,
            "ending_balance": 120218.69
          },
          {
            "period_index": 227,
            "periods_from_consummation": 227.5,
            "payment_amount": 1264.14,
            "principal": 612.96,
            "interest": 651.18,
            "ending_balance": 119605.73
          },
          {
            "period_index": 228,
            "periods_from_consummation": 228.5,
            "payment_amount": 1264.14,
            "principal": 616.28,
            "interest": 647.86,
            "ending_balance": 118989.45
          },
          {
            "period_index": 229,
            "periods_from_consummation": 229.5,
            "payment_amount": 1264.14,
            "principal": 619.61,
            "interest": 644.53,
            "ending_balance": 118369.84
          },
          {
            "period_index": 230,
            "periods_from_consummation": 230.5,
            "payment_amount": 1264.14,
            "principal": 622.97,
            "interest": 641.17,
            "ending_balance": 117746.87
          },
          {
            "period_index": 231,
            "periods_from_consummation": 231.5,
            "payment_amount": 1264.14,
            "principal": 626.34,
            "interest": 637.8,
            "ending_balance": 117120.53
          },
          {
            "period_index": 232,
            "periods_from_consummation": 232.5,
            "payment_amount": 1264.14,
            "principal": 629.74,
            "interest": 634.4,
            "ending_balance": 116490.79
          },
          {
            "period_index": 233,
            "periods_from_consummation": 233.5,
            "payment_amount": 1264.14,
            "principal": 633.15,
            "interest": 630.99,
            "ending_balance": 115857.64
          },
          {
            "period_index": 234,
            "periods_from_consummation": 234.5,
            "payment_amount": 1264.14,
            "principal": 636.58,
            "interest": 627.56,
            "ending_balance": 115221.06
          },
          {
            "period_index": 235,
            "periods_from_consummation": 235.5,
            "payment_amount": 1264.14,
            "principal": 640.03,
            "interest": 624.11,
            "ending_balance": 114581.03
          },
          {
            "period_index": 236,
            "periods_from_consummation": 236.5,
            "payment_amount": 1264.14,
            "principal": 643.49,
            "interest": 620.65,
            "ending_balance": 113937.54
          },
          {
            "period_index": 237,
            "periods_from_consummation": 237.5,
            "payment_amount": 1264.14,
            "principal": 646.98,
            "interest": 617.16,
            "ending_balance": 113290.56
          },
          {
            "period_index": 238,
            "periods_from_consummation": 238.5,
            "payment_amount": 1264.14,
            "principal": 650.48,
            "interest": 613.66,
            "ending_balance": 112640.08
          },
          {
            "period_index": 239,
            "periods_from_consummation": 239.5,
            "payment_amount": 1264.14,
            "principal": 654.01,
            "interest": 610.13,
            "ending_balance": 111986.07
          },
          {
            "period_index": 240,
            "periods_from_consummation": 240.5,
            "payment_amount": 1264.14,
            "principal": 657.55,
            "interest": 606.59,
            "ending_balance": 111328.52
          },
          {
            "period_index": 241,
            "periods_from_consummation": 241.5,
            "payment_amount": 1264.14,
            "principal": 661.11,
            "interest": 603.03,
            "ending_balance": 110667.41
          },
          {
            "period_index": 242,
            "periods_from_consummation": 242.5,
            "payment_amount": 1264.14,
            "principal": 664.69,
            "interest": 599.45,
            "ending_balance": 110002.72
          },
          {
            "period_index": 243,
            "periods_from_consummation": 243.5,
            "payment_amount": 1264.14,
            "principal": 668.29,
            "interest": 595.85,
            "ending_balance": 109334.43
          },
          {
            "period_index": 244,
            "periods_from_consummation": 244.5,
            "payment_amount": 1264.14,
            "principal": 671.91,
            "interest": 592.23,
            "ending_balance": 108662.52
          },
          {
            "period_index": 245,
            "periods_from_consummation": 245.5,
            "payment_amount": 1264.14,
            "principal": 675.55,
            "interest": 588.59,
            "ending_balance": 107986.97
          },
          {
            "period_index": 246,
            "periods_from_consummation": 246.5,
            "payment_amount": 1264.14,
            "principal": 679.21,
            "interest": 584.93,
            "ending_balance": 107307.76
          },
          {
            "period_index": 247,
            "periods_from_consummation": 247.5,
            "payment_amount": 1264.14,
            "principal": 682.89,
            "interest": 581.25,
            "ending_balance": 106624.87
          },
          {
            "period_index": 248,
            "periods_from_consummation": 248.5,
            "payment_amount": 1264.14,
            "principal": 686.59,
            "interest": 577.55,
            "ending_balance": 105938.28
          },
          {
            "period_index": 249,
            "periods_from_consummation": 249.5,
            "payment_amount": 1264.14,
            "principal": 690.31,
            "interest": 573.83,
            "ending_balance": 105247.97
          },
          {
            "period_index": 250,
            "periods_from_consummation": 250.5,
            "payment_amount": 1264.14,
            "principal": 694.05,
            "interest": 570.09,
            "ending_balance": 104553.92
          },
          {
            "period_index": 251,
            "periods_from_consummation": 251.5,
            "payment_amount": 1264.14,
            "principal": 697.81,
            "interest": 566.33,
            "ending_balance": 103856.11
          },
          {
            "period_index": 252,
            "periods_from_consummation": 252.5,
            "payment_amount": 1264.14,
            "principal": 701.59,
            "interest": 562.55,
            "ending_balance": 103154.52
          },
          {
            "period_index": 253,
            "periods_from_consummation": 253.5,
            "payment_amount": 1264.14,
            "principal": 705.39,
            "interest": 558.75,
            "ending_balance": 102449.13
          },
          {
            "period_index": 254,
            "periods_from_consummation": 254.5,
            "payment_amount": 1264.14,
            "principal": 709.21,
            "interest": 554.93,
            "ending_balance": 101739.92
          },
          {
            "period_index": 255,
            "periods_from_consummation": 255.5,
            "payment_amount": 1264.14,
            "principal": 713.05,
            "interest": 551.09,
            "ending_balance": 101026.87
          },
          {
            "period_index": 256,
            "periods_from_consummation": 256.5,
            "payment_amount": 1264.14,
            "principal": 716.91,
            "interest": 547.23,
            "ending_balance": 100309.96
          },
          {
            "period_index": 257,
            "periods_from_consummation": 257.5,
            "payment_amount": 1264.14,
            "principal": 720.79,
            "interest": 543.35,
            "ending_balance": 99589.17
          },
          {
            "period_index": 258,
            "periods_from_consummation": 258.5,
            "payment_amount": 1264.14,
            "principal": 724.7,
            "interest": 539.44,
            "ending_balance": 98864.47
          },
          {
            "period_index": 259,
            "periods_from_consummation": 259.5,
            "payment_amount": 1264.14,
            "principal": 728.62,
            "interest": 535.52,
            "ending_balance": 98135.85
          },
          {
            "period_index": 260,
            "periods_from_consummation": 260.5,
            "payment_amount": 1264.14,
            "principal": 732.57,
            "interest": 531.57,
            "ending_balance": 97403.28
          },
          {
            "period_index": 261,
            "periods_from_consummation": 261.5,
            "payment_amount": 1264.14,
            "principal": 736.54,
            "interest": 527.6,
            "ending_balance": 96666.74
          },
          {
            "period_index": 262,
            "periods_from_consummation": 262.5,
            "payment_amount": 1264.14,
            "principal": 740.53,
            "interest": 523.61,
            "ending_balance": 95926.21
          },
          {
            "period_index": 263,
            "periods_from_consummation": 263.5,
            "payment_amount": 1264.14,
            "principal": 744.54,
            "interest": 519.6,
            "ending_balance": 95181.67
          },
          {
            "period_index": 264,
            "periods_from_consummation": 264.5,
            "payment_amount": 1264.14,
            "principal": 748.57,
            "interest": 515.57,
            "ending_balance": 94433.1
          },
          {
            "period_index": 265,
            "periods_from_consummation": 265.5,
            "payment_amount": 1264.14,
            "principal": 752.63,
            "interest": 511.51,
            "ending_balance": 93680.47
          },
          {
            "period_index": 266,
            "periods_from_consummation": 266.5,
            "payment_amount": 1264.14,
            "principal": 756.7,
            "interest": 507.44,
            "ending_balance": 92923.77
          },
          {
            "period_index": 267,
            "periods_from_consummation": 267.5,
            "payment_amount": 1264.14,
            "principal": 760.8,
            "interest": 503.34,
            "ending_balance": 92162.97
          },
          {
            "period_index": 268,
            "periods_from_consummation": 268.5,
            "payment_amount": 1264.14,
            "principal": 764.92,
            "interest": 499.22,
            "ending_balance": 91398.05
          },
          {
            "period_index": 269,
            "periods_from_consummation": 269.5,
            "payment_amount": 1264.14,
            "principal": 769.07,
            "interest": 495.07,
            "ending_balance": 90628.98
          },
          {
            "period_index": 270,
            "periods_from_consummation": 270.5,
            "payment_amount": 1264.14,
            "principal": 773.23,
            "interest": 490.91,
            "ending_balance": 89855.75
          },
          {
            "period_index": 271,
            "periods_from_consummation": 271.5,
            "payment_amount": 1264.14,
            "principal": 777.42,
            "interest": 486.72,
            "ending_balance": 89078.33
          },
          {
            "period_index": 272,
            "periods_from_consummation": 272.5,
            "payment_amount": 1264.14,
            "principal": 781.63,
            "interest": 482.51,
            "ending_balance": 88296.7
          },
          {
            "period_index": 273,
            "periods_from_consummation": 273.5,
            "payment_amount": 1264.14,
            "principal": 785.87,
            "interest": 478.27,
            "ending_balance": 87510.83
          },
          {
            "period_index": 274,
            "periods_from_consummation": 274.5,
            "payment_amount": 1264.14,
            "principal": 790.12,
            "interest": 474.02,
            "ending_balance": 86720.71
          },
          {
            "period_index": 275,
            "periods_from_consummation": 275.5,
            "payment_amount": 1264.14,
            "principal": 794.4,
            "interest": 469.74,
            "ending_balance": 85926.31
          },
          {
            "period_index": 276,
            "periods_from_consummation": 276.5,
            "payment_amount": 1264.14,
            "principal": 798.71,
            "interest": 465.43,
            "ending_balance": 85127.6
          },
          {
            "period_index": 277,
            "periods_from_consummation": 277.5,
            "payment_amount": 1264.14,
            "principal": 803.03,
            "interest": 461.11,
            "ending_balance": 84324.57
          },
          {
            "period_index": 278,
            "periods_from_consummation": 278.5,
            "payment_amount": 1264.14,
            "principal": 807.38,
            "interest": 456.76,
            "ending_balance": 83517.19
          },
          {
            "period_index": 279,
            "periods_from_consummation": 279.5,
            "payment_amount": 1264.14,
            "principal": 811.76,
            "interest": 452.38,
            "ending_balance": 82705.43
          },
          {
            "period_index": 280,
            "periods_from_consummation": 280.5,
            "payment_amount": 1264.14,
            "principal": 816.15,
            "interest": 447.99,
            "ending_balance": 81889.28
          },
          {
            "period_index": 281,
            "periods_from_consummation": 281.5,
            "payment_amount": 1264.14,
            "principal": 820.57,
            "interest": 443.57,
            "ending_balance": 81068.71
          },
          {
            "period_index": 282,
            "periods_from_consummation": 282.5,
            "payment_amount": 1264.14,
            "principal": 825.02,
            "interest": 439.12,
            "ending_balance": 80243.69
          },
          {
            "period_index": 283,
            "periods_from_consummation": 283.5,
            "payment_amount": 1264.14,
            "principal": 829.49,
            "interest": 434.65,
            "ending_balance": 79414.2
          },
          {
            "period_index": 284,
            "periods_from_consummation": 284.5,
            "payment_amount": 1264.14,
            "principal": 833.98,
            "interest": 430.16,
            "ending_balance": 78580.22
          },
          {
            "period_index": 285,
            "periods_from_consummation": 285.5,
            "payment_amount": 1264.14,
            "principal": 838.5,
            "interest": 425.64,
            "ending_balance": 77741.72
          },
          {
            "period_index": 286,
            "periods_from_consummation": 286.5,
            "payment_amount": 1264.14,
            "principal": 843.04,
            "interest": 421.1,
            "ending_balance": 76898.68
          },
          {
            "period_index": 287,
            "periods_from_consummation": 287.5,
            "payment_amount": 1264.14,
            "principal": 847.61,
            "interest": 416.53,
            "ending_balance": 76051.07
          },
          {
            "period_index": 288,
            "periods_from_consummation": 288.5,
            "payment_amount": 1264.14,
            "principal": 852.2,
            "interest": 411.94,
            "ending_balance": 75198.87
          },
          {
            "period_index": 289,
            "periods_from_consummation": 289.5,
            "payment_amount": 1264.14,
            "principal": 856.81,
            "interest": 407.33,
            "ending_balance": 74342.06
          },
          {
            "period_index": 290,
            "periods_from_consummation": 290.5,
            "payment_amount": 1264.14,
            "principal": 861.45,
            "interest": 402.69,
            "ending_balance": 73480.61
          },
          {
            "period_index": 291,
            "periods_from_consummation": 291.5,
            "payment_amount": 1264.14,
            "principal": 866.12,
            "interest": 398.02,
            "ending_balance": 72614.49
          },
          {
            "period_index": 292,
            "periods_from_consummation": 292.5,
            "payment_amount": 1264.14,
            "principal": 870.81,
            "interest": 393.33,
            "ending_balance": 71743.68
          },
          {
            "period_index": 293,
            "periods_from_consummation": 293.5,
            "payment_amount": 1264.14,
            "principal": 875.53,
            "interest": 388.61,
            "ending_balance": 70868.15
          },
          {
            "period_index": 294,
            "periods_from_consummation": 294.5,
            "payment_amount": 1264.14,
            "principal": 880.27,
            "interest": 383.87,
            "ending_balance": 69987.88
          },
          {
            "period_index": 295,
            "periods_from_consummation": 295.5,
            "payment_amount": 1264.14,
            "principal": 885.04,
            "interest": 379.1,
            "ending_balance": 69102.84
          },
          {
            "period_index": 296,
            "periods_from_consummation": 296.5,
            "payment_amount": 1264.14,
            "principal": 889.83,
            "interest": 374.31,
            "ending_balance": 68213.01
          },
          {
            "period_index": 297,
            "periods_from_consummation": 297.5,
            "payment_amount": 1264.14,
            "principal": 894.65,
            "interest": 369.49,
            "ending_balance": 67318.36
          },
          {
            "period_index": 298,
            "periods_from_consummation": 298.5,
            "payment_amount": 1264.14,
            "principal": 899.5,
            "interest": 364.64,
            "ending_balance": 66418.86
          },
          {
            "period_index": 299,
            "periods_from_consummation": 299.5,
            "payment_amount": 1264.14,
            "principal": 904.37,
            "interest": 359.77,
            "ending_balance": 65514.49
          },
          {
            "period_index": 300,
            "periods_from_consummation": 300.5,
            "payment_amount": 1264.14,
            "principal": 909.27,
            "interest": 354.87,
            "ending_balance": 64605.22
          },
          {
            "period_index": 301,
            "periods_from_consummation": 301.5,
            "payment_amount": 1264.14,
            "principal": 914.2,
            "interest": 349.94,
            "ending_balance": 63691.02
          },
          {
            "period_index": 302,
            "periods_from_consummation": 302.5,
            "payment_amount": 1264.14,
            "principal": 919.15,
            "interest": 344.99,
            "ending_balance": 62771.87
          },
          {
            "period_index": 303,
            "periods_from_consummation": 303.5,
            "payment_amount": 1264.14,
            "principal": 924.13,
            "interest": 340.01,
            "ending_balance": 61847.74
          },
          {
            "period_index": 304,
            "periods_from_consummation": 304.5,
            "payment_amount": 1264.14,
            "principal": 929.13,
            "interest": 335.01,
            "ending_balance": 60918.61
          },
          {
            "period_index": 305,
            "periods_from_consummation": 305.5,
            "payment_amount": 1264.14,
            "principal": 934.16,
            "interest": 329.98,
            "ending_balance": 59984.45
          },
          {
            "period_index": 306,
            "periods_from_consummation": 306.5,
            "payment_amount": 1264.14,
            "principal": 939.22,
            "interest": 324.92,
            "ending_balance": 59045.23
          },
          {
            "period_index": 307,
            "periods_from_consummation": 307.5,
            "payment_amount": 1264.14,
            "principal": 944.31,
            "interest": 319.83,
            "ending_balance": 58100.92
          },
          {
            "period_index": 308,
            "periods_from_consummation": 308.5,
            "payment_amount": 1264.14,
            "principal": 949.43,
            "interest": 314.71,
            "ending_balance": 57151.49
          },
          {
            "period_index": 309,
            "periods_from_consummation": 309.5,
            "payment_amount": 1264.14,
            "principal": 954.57,
            "interest": 309.57,
            "ending_balance": 56196.92
          },
          {
            "period_index": 310,
            "periods_from_consummation": 310.5,
            "payment_amount": 1264.14,
            "principal": 959.74,
            "interest": 304.4,
            "ending_balance": 55237.18
          },
          {
            "period_index": 311,
            "periods_from_consummation": 311.5,
            "payment_amount": 1264.14,
            "principal": 964.94,
            "interest": 299.2,
            "ending_balance": 54272.24
          },
          {
            "period_index": 312,
            "periods_from_consummation": 312.5,
            "payment_amount": 1264.14,
            "principal": 970.17,
            "interest": 293.97,
            "ending_balance": 53302.07
          },
          {
            "period_index": 313,
            "periods_from_consummation": 313.5,
            "payment_amount": 1264.14,
            "principal": 975.42,
            "interest": 288.72,
            "ending_balance": 52326.65
          },
          {
            "period_index": 314,
            "periods_from_consummation": 314.5,
            "payment_amount": 1264.14,
            "principal": 980.7,
            "interest": 283.44,
            "ending_balance": 51345.95
          },
          {
            "period_index": 315,
            "periods_from_consummation": 315.5,
            "payment_amount": 1264.14,
            "principal": 986.02,
            "interest": 278.12,
            "ending_balance": 50359.93
          },
          {
            "period_index": 316,
            "periods_from_consummation": 316.5,
            "payment_amount": 1264.14,
            "principal": 991.36,
            "interest": 272.78,
            "ending_balance": 49368.57
          },
          {
            "period_index": 317,
            "periods_from_consummation": 317.5,
            "payment_amount": 1264.14,
            "principal": 996.73,
            "interest": 267.41,
            "ending_balance": 48371.84
          },
          {
            "period_index": 318,
            "periods_from_consummation": 318.5,
            "payment_amount": 1264.14,
            "principal": 1002.13,
            "interest": 262.01,
            "ending_balance": 47369.71
          },
          {
            "period_index": 319,
            "periods_from_consummation": 319.5,
            "payment_amount": 1264.14,
            "principal": 1007.55,
            "interest": 256.59,
            "ending_balance": 46362.16
          },
          {
            "period_index": 320,
            "periods_from_consummation": 320.5,
            "payment_amount": 1264.14,
            "principal": 1013.01,
            "interest": 251.13,
            "ending_balance": 45349.15
          },
          {
            "period_index": 321,
            "periods_from_consummation": 321.5,
            "payment_amount": 1264.14,
            "principal": 1018.5,
            "interest": 245.64,
            "ending_balance": 44330.65
          },
          {
            "period_index": 322,
            "periods_from_consummation": 322.5,
            "payment_amount": 1264.14,
            "principal": 1024.02,
            "interest": 240.12,
            "ending_balance": 43306.63
          },
          {
            "period_index": 323,
            "periods_from_consummation": 323.5,
            "payment_amount": 1264.14,
            "principal": 1029.56,
            "interest": 234.58,
            "ending_balance": 42277.07
          },
          {
            "period_index": 324,
            "periods_from_consummation": 324.5,
            "payment_amount": 1264.14,
            "principal": 1035.14,
            "interest": 229,
            "ending_balance": 41241.93
          },
          {
            "period_index": 325,
            "periods_from_consummation": 325.5,
            "payment_amount": 1264.14,
            "principal": 1040.75,
            "interest": 223.39,
            "ending_balance": 40201.18
          },
          {
            "period_index": 326,
            "periods_from_consummation": 326.5,
            "payment_amount": 1264.14,
            "principal": 1046.38,
            "interest": 217.76,
            "ending_balance": 39154.8
          },
          {
            "period_index": 327,
            "periods_from_consummation": 327.5,
            "payment_amount": 1264.14,
            "principal": 1052.05,
            "interest": 212.09,
            "ending_balance": 38102.75
          },
          {
            "period_index": 328,
            "periods_from_consummation": 328.5,
            "payment_amount": 1264.14,
            "principal": 1057.75,
            "interest": 206.39,
            "ending_balance": 37045
          },
          {
            "period_index": 329,
            "periods_from_consummation": 329.5,
            "payment_amount": 1264.14,
            "principal": 1063.48,
            "interest": 200.66,
            "ending_balance": 35981.52
          },
          {
            "period_index": 330,
            "periods_from_consummation": 330.5,
            "payment_amount": 1264.14,
            "principal": 1069.24,
            "interest": 194.9,
            "ending_balance": 34912.28
          },
          {
            "period_index": 331,
            "periods_from_consummation": 331.5,
            "payment_amount": 1264.14,
            "principal": 1075.03,
            "interest": 189.11,
            "ending_balance": 33837.25
          },
          {
            "period_index": 332,
            "periods_from_consummation": 332.5,
            "payment_amount": 1264.14,
            "principal": 1080.85,
            "interest": 183.29,
            "ending_balance": 32756.4
          },
          {
            "period_index": 333,
            "periods_from_consummation": 333.5,
            "payment_amount": 1264.14,
            "principal": 1086.71,
            "interest": 177.43,
            "ending_balance": 31669.69
          },
          {
            "period_index": 334,
            "periods_from_consummation": 334.5,
            "payment_amount": 1264.14,
            "principal": 1092.6,
            "interest": 171.54,
            "ending_balance": 30577.09
          },
          {
            "period_index": 335,
            "periods_from_consummation": 335.5,
            "payment_amount": 1264.14,
            "principal": 1098.51,
            "interest": 165.63,
            "ending_balance": 29478.58
          },
          {
            "period_index": 336,
            "periods_from_consummation": 336.5,
            "payment_amount": 1264.14,
            "principal": 1104.46,
            "interest": 159.68,
            "ending_balance": 28374.12
          },
          {
            "period_index": 337,
            "periods_from_consummation": 337.5,
            "payment_amount": 1264.14,
            "principal": 1110.45,
            "interest": 153.69,
            "ending_balance": 27263.67
          },
          {
            "period_index": 338,
            "periods_from_consummation": 338.5,
            "payment_amount": 1264.14,
            "principal": 1116.46,
            "interest": 147.68,
            "ending_balance": 26147.21
          },
          {
            "period_index": 339,
            "periods_from_consummation": 339.5,
            "payment_amount": 1264.14,
            "principal": 1122.51,
            "interest": 141.63,
            "ending_balance": 25024.7
          },
          {
            "period_index": 340,
            "periods_from_consummation": 340.5,
            "payment_amount": 1264.14,
            "principal": 1128.59,
            "interest": 135.55,
            "ending_balance": 23896.11
          },
          {
            "period_index": 341,
            "periods_from_consummation": 341.5,
            "payment_amount": 1264.14,
            "principal": 1134.7,
            "interest": 129.44,
            "ending_balance": 22761.41
          },
          {
            "period_index": 342,
            "periods_from_consummation": 342.5,
            "payment_amount": 1264.14,
            "principal": 1140.85,
            "interest": 123.29,
            "ending_balance": 21620.56
          },
          {
            "period_index": 343,
            "periods_from_consummation": 343.5,
            "payment_amount": 1264.14,
            "principal": 1147.03,
            "interest": 117.11,
            "ending_balance": 20473.53
          },
          {
            "period_index": 344,
            "periods_from_consummation": 344.5,
            "payment_amount": 1264.14,
            "principal": 1153.24,
            "interest": 110.9,
            "ending_balance": 19320.29
          },
          {
            "period_index": 345,
            "periods_from_consummation": 345.5,
            "payment_amount": 1264.14,
            "principal": 1159.49,
            "interest": 104.65,
            "ending_balance": 18160.8
          },
          {
            "period_index": 346,
            "periods_from_consummation": 346.5,
            "payment_amount": 1264.14,
            "principal": 1165.77,
            "interest": 98.37,
            "ending_balance": 16995.03
          },
          {
            "period_index": 347,
            "periods_from_consummation": 347.5,
            "payment_amount": 1264.14,
            "principal": 1172.08,
            "interest": 92.06,
            "ending_balance": 15822.95
          },
          {
            "period_index": 348,
            "periods_from_consummation": 348.5,
            "payment_amount": 1264.14,
            "principal": 1178.43,
            "interest": 85.71,
            "ending_balance": 14644.52
          },
          {
            "period_index": 349,
            "periods_from_consummation": 349.5,
            "payment_amount": 1264.14,
            "principal": 1184.82,
            "interest": 79.32,
            "ending_balance": 13459.7
          },
          {
            "period_index": 350,
            "periods_from_consummation": 350.5,
            "payment_amount": 1264.14,
            "principal": 1191.23,
            "interest": 72.91,
            "ending_balance": 12268.47
          },
          {
            "period_index": 351,
            "periods_from_consummation": 351.5,
            "payment_amount": 1264.14,
            "principal": 1197.69,
            "interest": 66.45,
            "ending_balance": 11070.78
          },
          {
            "period_index": 352,
            "periods_from_consummation": 352.5,
            "payment_amount": 1264.14,
            "principal": 1204.17,
            "interest": 59.97,
            "ending_balance": 9866.61
          },
          {
            "period_index": 353,
            "periods_from_consummation": 353.5,
            "payment_amount": 1264.14,
            "principal": 1210.7,
            "interest": 53.44,
            "ending_balance": 8655.91
          },
          {
            "period_index": 354,
            "periods_from_consummation": 354.5,
            "payment_amount": 1264.14,
            "principal": 1217.25,
            "interest": 46.89,
            "ending_balance": 7438.66
          },
          {
            "period_index": 355,
            "periods_from_consummation": 355.5,
            "payment_amount": 1264.14,
            "principal": 1223.85,
            "interest": 40.29,
            "ending_balance": 6214.81
          },
          {
            "period_index": 356,
            "periods_from_consummation": 356.5,
            "payment_amount": 1264.14,
            "principal": 1230.48,
            "interest": 33.66,
            "ending_balance": 4984.33
          },
          {
            "period_index": 357,
            "periods_from_consummation": 357.5,
            "payment_amount": 1264.14,
            "principal": 1237.14,
            "interest": 27,
            "ending_balance": 3747.19
          },
          {
            "period_index": 358,
            "periods_from_consummation": 358.5,
            "payment_amount": 1264.14,
            "principal": 1243.84,
            "interest": 20.3,
            "ending_balance": 2503.35
          },
          {
            "period_index": 359,
            "periods_from_consummation": 359.5,
            "payment_amount": 1264.14,
            "principal": 1250.58,
            "interest": 13.56,
            "ending_balance": 1252.77
          },
          {
            "period_index": 360,
            "periods_from_consummation": 360.5,
            "payment_amount": 1259.56,
            "principal": 1252.77,
            "interest": 6.79,
            "ending_balance": 0
          }
        ],
        "totals": {
          "total_interest": 255085.82,
          "total_principal": 200000,
          "num_payments": 360,
          "ending_balance": 0
        },
        "advances": [
          {
            "amount": 200000,
            "periods_from_consummation": 0
          }
        ],
        "payments": [
          {
            "amount": 1264.14,
            "periods_from_consummation": 1.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 2.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 3.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 4.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 5.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 6.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 7.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 8.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 9.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 10.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 11.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 12.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 13.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 14.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 15.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 16.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 17.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 18.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 19.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 20.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 21.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 22.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 23.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 24.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 25.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 26.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 27.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 28.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 29.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 30.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 31.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 32.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 33.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 34.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 35.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 36.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 37.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 38.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 39.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 40.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 41.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 42.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 43.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 44.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 45.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 46.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 47.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 48.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 49.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 50.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 51.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 52.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 53.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 54.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 55.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 56.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 57.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 58.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 59.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 60.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 61.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 62.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 63.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 64.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 65.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 66.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 67.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 68.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 69.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 70.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 71.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 72.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 73.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 74.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 75.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 76.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 77.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 78.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 79.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 80.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 81.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 82.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 83.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 84.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 85.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 86.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 87.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 88.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 89.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 90.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 91.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 92.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 93.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 94.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 95.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 96.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 97.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 98.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 99.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 100.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 101.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 102.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 103.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 104.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 105.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 106.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 107.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 108.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 109.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 110.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 111.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 112.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 113.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 114.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 115.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 116.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 117.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 118.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 119.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 120.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 121.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 122.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 123.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 124.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 125.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 126.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 127.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 128.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 129.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 130.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 131.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 132.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 133.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 134.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 135.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 136.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 137.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 138.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 139.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 140.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 141.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 142.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 143.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 144.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 145.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 146.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 147.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 148.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 149.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 150.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 151.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 152.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 153.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 154.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 155.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 156.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 157.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 158.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 159.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 160.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 161.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 162.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 163.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 164.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 165.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 166.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 167.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 168.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 169.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 170.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 171.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 172.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 173.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 174.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 175.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 176.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 177.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 178.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 179.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 180.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 181.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 182.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 183.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 184.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 185.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 186.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 187.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 188.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 189.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 190.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 191.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 192.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 193.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 194.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 195.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 196.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 197.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 198.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 199.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 200.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 201.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 202.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 203.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 204.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 205.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 206.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 207.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 208.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 209.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 210.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 211.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 212.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 213.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 214.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 215.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 216.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 217.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 218.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 219.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 220.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 221.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 222.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 223.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 224.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 225.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 226.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 227.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 228.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 229.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 230.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 231.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 232.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 233.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 234.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 235.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 236.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 237.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 238.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 239.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 240.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 241.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 242.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 243.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 244.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 245.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 246.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 247.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 248.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 249.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 250.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 251.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 252.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 253.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 254.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 255.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 256.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 257.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 258.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 259.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 260.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 261.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 262.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 263.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 264.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 265.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 266.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 267.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 268.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 269.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 270.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 271.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 272.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 273.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 274.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 275.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 276.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 277.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 278.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 279.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 280.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 281.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 282.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 283.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 284.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 285.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 286.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 287.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 288.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 289.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 290.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 291.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 292.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 293.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 294.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 295.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 296.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 297.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 298.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 299.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 300.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 301.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 302.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 303.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 304.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 305.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 306.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 307.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 308.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 309.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 310.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 311.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 312.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 313.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 314.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 315.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 316.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 317.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 318.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 319.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 320.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 321.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 322.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 323.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 324.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 325.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 326.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 327.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 328.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 329.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 330.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 331.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 332.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 333.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 334.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 335.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 336.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 337.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 338.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 339.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 340.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 341.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 342.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 343.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 344.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 345.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 346.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 347.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 348.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 349.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 350.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 351.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 352.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 353.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 354.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 355.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 356.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 357.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 358.5
          },
          {
            "amount": 1264.14,
            "periods_from_consummation": 359.5
          },
          {
            "amount": 1259.56,
            "periods_from_consummation": 360.5
          }
        ],
        "regulatory_basis": "12 CFR 1026 Appendix J (Reg Z general actuarial equation, unit-period and odd-days conventions). Buydown modeling (temp_buydown) is a schedule-construction convenience, not an Appendix J concept.",
        "note": "Odd-days fraction shifts periods_from_consummation for the first period per Appendix J unit-period convention; it does not change per-period interest/principal allocation. Feed advances/payments directly into compute_reg_z_appendix_j_apr (art-215) for an actuarial APR on this schedule.",
        "payment_amount": 1264.14,
        "schedule_digest": "sha256:d361bc86db5aff8b4fcfff91e1c53e4fc0dad4b928ac63c1bb63194be8f3b6fa"
      },
      "golden_hash": "e9fb7a4d5e1c2bc46c10ab36bac1cc8e68677647b96cc1fce31c34ec4b562e8b"
    },
    {
      "name": "arm_5_1_caps_recast",
      "description": "Hand-derived ARM verification vector (no single canonical published Appendix J ARM worked example exists -- App J does not itself define ARM index/margin/cap mechanics, only the actuarial PV method this kernel reduces to once the rate path is resolved). $300,000 loan, 5-year term, initial note rate 5%, 2 resets: period 37 index 4.5% + margin 2.75% = 7.25% uncapped, capped to 5%+2%=7% by the periodic cap (ARM_RATE_CAPPED_AT_PERIOD_37 flag confirms the cap bound the move); period 49 index 6% + margin 2.75% = 8.75%, within both the periodic cap (7+2=9) and the lifetime cap (5+5=10), so it applies uncapped. recast defaults true: payment is recomputed at each reset to fully amortize the then-remaining balance over the then-remaining term (verified: schedule ends with ending_balance 0 at period 60, and total_principal == loan_amount exactly).",
      "policy_parameters": {
        "schedule_type": "arm",
        "loan_amount": 300000,
        "note_rate_pct": 5,
        "num_payments": 60,
        "periods_per_year": 12,
        "margin_pct": 2.75,
        "periodic_cap_pct": 2,
        "lifetime_cap_pct": 5,
        "lifetime_floor_pct": -5,
        "rate_changes": [
          {
            "period_index": 37,
            "index_value_pct": 4.5
          },
          {
            "period_index": 49,
            "index_value_pct": 6
          }
        ]
      },
      "output_payload": {
        "schedule_type": "arm",
        "loan_amount": 300000,
        "note_rate_pct": 5,
        "periods_per_year": 12,
        "num_payments": 60,
        "odd_days": 0,
        "unit_period_days": 30,
        "schedule": [
          {
            "period_index": 1,
            "periods_from_consummation": 1,
            "payment_amount": 5661.37,
            "principal": 4411.37,
            "interest": 1250,
            "ending_balance": 295588.63
          },
          {
            "period_index": 2,
            "periods_from_consummation": 2,
            "payment_amount": 5661.37,
            "principal": 4429.75,
            "interest": 1231.62,
            "ending_balance": 291158.88
          },
          {
            "period_index": 3,
            "periods_from_consummation": 3,
            "payment_amount": 5661.37,
            "principal": 4448.21,
            "interest": 1213.16,
            "ending_balance": 286710.67
          },
          {
            "period_index": 4,
            "periods_from_consummation": 4,
            "payment_amount": 5661.37,
            "principal": 4466.74,
            "interest": 1194.63,
            "ending_balance": 282243.93
          },
          {
            "period_index": 5,
            "periods_from_consummation": 5,
            "payment_amount": 5661.37,
            "principal": 4485.35,
            "interest": 1176.02,
            "ending_balance": 277758.58
          },
          {
            "period_index": 6,
            "periods_from_consummation": 6,
            "payment_amount": 5661.37,
            "principal": 4504.04,
            "interest": 1157.33,
            "ending_balance": 273254.54
          },
          {
            "period_index": 7,
            "periods_from_consummation": 7,
            "payment_amount": 5661.37,
            "principal": 4522.81,
            "interest": 1138.56,
            "ending_balance": 268731.73
          },
          {
            "period_index": 8,
            "periods_from_consummation": 8,
            "payment_amount": 5661.37,
            "principal": 4541.65,
            "interest": 1119.72,
            "ending_balance": 264190.08
          },
          {
            "period_index": 9,
            "periods_from_consummation": 9,
            "payment_amount": 5661.37,
            "principal": 4560.58,
            "interest": 1100.79,
            "ending_balance": 259629.5
          },
          {
            "period_index": 10,
            "periods_from_consummation": 10,
            "payment_amount": 5661.37,
            "principal": 4579.58,
            "interest": 1081.79,
            "ending_balance": 255049.92
          },
          {
            "period_index": 11,
            "periods_from_consummation": 11,
            "payment_amount": 5661.37,
            "principal": 4598.66,
            "interest": 1062.71,
            "ending_balance": 250451.26
          },
          {
            "period_index": 12,
            "periods_from_consummation": 12,
            "payment_amount": 5661.37,
            "principal": 4617.82,
            "interest": 1043.55,
            "ending_balance": 245833.44
          },
          {
            "period_index": 13,
            "periods_from_consummation": 13,
            "payment_amount": 5661.37,
            "principal": 4637.06,
            "interest": 1024.31,
            "ending_balance": 241196.38
          },
          {
            "period_index": 14,
            "periods_from_consummation": 14,
            "payment_amount": 5661.37,
            "principal": 4656.39,
            "interest": 1004.98,
            "ending_balance": 236539.99
          },
          {
            "period_index": 15,
            "periods_from_consummation": 15,
            "payment_amount": 5661.37,
            "principal": 4675.79,
            "interest": 985.58,
            "ending_balance": 231864.2
          },
          {
            "period_index": 16,
            "periods_from_consummation": 16,
            "payment_amount": 5661.37,
            "principal": 4695.27,
            "interest": 966.1,
            "ending_balance": 227168.93
          },
          {
            "period_index": 17,
            "periods_from_consummation": 17,
            "payment_amount": 5661.37,
            "principal": 4714.83,
            "interest": 946.54,
            "ending_balance": 222454.1
          },
          {
            "period_index": 18,
            "periods_from_consummation": 18,
            "payment_amount": 5661.37,
            "principal": 4734.48,
            "interest": 926.89,
            "ending_balance": 217719.62
          },
          {
            "period_index": 19,
            "periods_from_consummation": 19,
            "payment_amount": 5661.37,
            "principal": 4754.2,
            "interest": 907.17,
            "ending_balance": 212965.42
          },
          {
            "period_index": 20,
            "periods_from_consummation": 20,
            "payment_amount": 5661.37,
            "principal": 4774.01,
            "interest": 887.36,
            "ending_balance": 208191.41
          },
          {
            "period_index": 21,
            "periods_from_consummation": 21,
            "payment_amount": 5661.37,
            "principal": 4793.91,
            "interest": 867.46,
            "ending_balance": 203397.5
          },
          {
            "period_index": 22,
            "periods_from_consummation": 22,
            "payment_amount": 5661.37,
            "principal": 4813.88,
            "interest": 847.49,
            "ending_balance": 198583.62
          },
          {
            "period_index": 23,
            "periods_from_consummation": 23,
            "payment_amount": 5661.37,
            "principal": 4833.94,
            "interest": 827.43,
            "ending_balance": 193749.68
          },
          {
            "period_index": 24,
            "periods_from_consummation": 24,
            "payment_amount": 5661.37,
            "principal": 4854.08,
            "interest": 807.29,
            "ending_balance": 188895.6
          },
          {
            "period_index": 25,
            "periods_from_consummation": 25,
            "payment_amount": 5661.37,
            "principal": 4874.3,
            "interest": 787.07,
            "ending_balance": 184021.3
          },
          {
            "period_index": 26,
            "periods_from_consummation": 26,
            "payment_amount": 5661.37,
            "principal": 4894.61,
            "interest": 766.76,
            "ending_balance": 179126.69
          },
          {
            "period_index": 27,
            "periods_from_consummation": 27,
            "payment_amount": 5661.37,
            "principal": 4915.01,
            "interest": 746.36,
            "ending_balance": 174211.68
          },
          {
            "period_index": 28,
            "periods_from_consummation": 28,
            "payment_amount": 5661.37,
            "principal": 4935.49,
            "interest": 725.88,
            "ending_balance": 169276.19
          },
          {
            "period_index": 29,
            "periods_from_consummation": 29,
            "payment_amount": 5661.37,
            "principal": 4956.05,
            "interest": 705.32,
            "ending_balance": 164320.14
          },
          {
            "period_index": 30,
            "periods_from_consummation": 30,
            "payment_amount": 5661.37,
            "principal": 4976.7,
            "interest": 684.67,
            "ending_balance": 159343.44
          },
          {
            "period_index": 31,
            "periods_from_consummation": 31,
            "payment_amount": 5661.37,
            "principal": 4997.44,
            "interest": 663.93,
            "ending_balance": 154346
          },
          {
            "period_index": 32,
            "periods_from_consummation": 32,
            "payment_amount": 5661.37,
            "principal": 5018.26,
            "interest": 643.11,
            "ending_balance": 149327.74
          },
          {
            "period_index": 33,
            "periods_from_consummation": 33,
            "payment_amount": 5661.37,
            "principal": 5039.17,
            "interest": 622.2,
            "ending_balance": 144288.57
          },
          {
            "period_index": 34,
            "periods_from_consummation": 34,
            "payment_amount": 5661.37,
            "principal": 5060.17,
            "interest": 601.2,
            "ending_balance": 139228.4
          },
          {
            "period_index": 35,
            "periods_from_consummation": 35,
            "payment_amount": 5661.37,
            "principal": 5081.25,
            "interest": 580.12,
            "ending_balance": 134147.15
          },
          {
            "period_index": 36,
            "periods_from_consummation": 36,
            "payment_amount": 5661.37,
            "principal": 5102.42,
            "interest": 558.95,
            "ending_balance": 129044.73
          },
          {
            "period_index": 37,
            "periods_from_consummation": 37,
            "payment_amount": 5777.67,
            "principal": 5024.91,
            "interest": 752.76,
            "ending_balance": 124019.82
          },
          {
            "period_index": 38,
            "periods_from_consummation": 38,
            "payment_amount": 5777.67,
            "principal": 5054.22,
            "interest": 723.45,
            "ending_balance": 118965.6
          },
          {
            "period_index": 39,
            "periods_from_consummation": 39,
            "payment_amount": 5777.67,
            "principal": 5083.7,
            "interest": 693.97,
            "ending_balance": 113881.9
          },
          {
            "period_index": 40,
            "periods_from_consummation": 40,
            "payment_amount": 5777.67,
            "principal": 5113.36,
            "interest": 664.31,
            "ending_balance": 108768.54
          },
          {
            "period_index": 41,
            "periods_from_consummation": 41,
            "payment_amount": 5777.67,
            "principal": 5143.19,
            "interest": 634.48,
            "ending_balance": 103625.35
          },
          {
            "period_index": 42,
            "periods_from_consummation": 42,
            "payment_amount": 5777.67,
            "principal": 5173.19,
            "interest": 604.48,
            "ending_balance": 98452.16
          },
          {
            "period_index": 43,
            "periods_from_consummation": 43,
            "payment_amount": 5777.67,
            "principal": 5203.37,
            "interest": 574.3,
            "ending_balance": 93248.79
          },
          {
            "period_index": 44,
            "periods_from_consummation": 44,
            "payment_amount": 5777.67,
            "principal": 5233.72,
            "interest": 543.95,
            "ending_balance": 88015.07
          },
          {
            "period_index": 45,
            "periods_from_consummation": 45,
            "payment_amount": 5777.67,
            "principal": 5264.25,
            "interest": 513.42,
            "ending_balance": 82750.82
          },
          {
            "period_index": 46,
            "periods_from_consummation": 46,
            "payment_amount": 5777.67,
            "principal": 5294.96,
            "interest": 482.71,
            "ending_balance": 77455.86
          },
          {
            "period_index": 47,
            "periods_from_consummation": 47,
            "payment_amount": 5777.67,
            "principal": 5325.84,
            "interest": 451.83,
            "ending_balance": 72130.02
          },
          {
            "period_index": 48,
            "periods_from_consummation": 48,
            "payment_amount": 5777.67,
            "principal": 5356.91,
            "interest": 420.76,
            "ending_balance": 66773.11
          },
          {
            "period_index": 49,
            "periods_from_consummation": 49,
            "payment_amount": 5831.67,
            "principal": 5344.78,
            "interest": 486.89,
            "ending_balance": 61428.33
          },
          {
            "period_index": 50,
            "periods_from_consummation": 50,
            "payment_amount": 5831.67,
            "principal": 5383.76,
            "interest": 447.91,
            "ending_balance": 56044.57
          },
          {
            "period_index": 51,
            "periods_from_consummation": 51,
            "payment_amount": 5831.67,
            "principal": 5423.01,
            "interest": 408.66,
            "ending_balance": 50621.56
          },
          {
            "period_index": 52,
            "periods_from_consummation": 52,
            "payment_amount": 5831.67,
            "principal": 5462.55,
            "interest": 369.12,
            "ending_balance": 45159.01
          },
          {
            "period_index": 53,
            "periods_from_consummation": 53,
            "payment_amount": 5831.67,
            "principal": 5502.39,
            "interest": 329.28,
            "ending_balance": 39656.62
          },
          {
            "period_index": 54,
            "periods_from_consummation": 54,
            "payment_amount": 5831.67,
            "principal": 5542.51,
            "interest": 289.16,
            "ending_balance": 34114.11
          },
          {
            "period_index": 55,
            "periods_from_consummation": 55,
            "payment_amount": 5831.67,
            "principal": 5582.92,
            "interest": 248.75,
            "ending_balance": 28531.19
          },
          {
            "period_index": 56,
            "periods_from_consummation": 56,
            "payment_amount": 5831.67,
            "principal": 5623.63,
            "interest": 208.04,
            "ending_balance": 22907.56
          },
          {
            "period_index": 57,
            "periods_from_consummation": 57,
            "payment_amount": 5831.67,
            "principal": 5664.64,
            "interest": 167.03,
            "ending_balance": 17242.92
          },
          {
            "period_index": 58,
            "periods_from_consummation": 58,
            "payment_amount": 5831.67,
            "principal": 5705.94,
            "interest": 125.73,
            "ending_balance": 11536.98
          },
          {
            "period_index": 59,
            "periods_from_consummation": 59,
            "payment_amount": 5831.67,
            "principal": 5747.55,
            "interest": 84.12,
            "ending_balance": 5789.43
          },
          {
            "period_index": 60,
            "periods_from_consummation": 60,
            "payment_amount": 5831.64,
            "principal": 5789.43,
            "interest": 42.21,
            "ending_balance": 0
          }
        ],
        "totals": {
          "total_interest": 43121.37,
          "total_principal": 300000,
          "num_payments": 60,
          "ending_balance": 0
        },
        "advances": [
          {
            "amount": 300000,
            "periods_from_consummation": 0
          }
        ],
        "payments": [
          {
            "amount": 5661.37,
            "periods_from_consummation": 1
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 2
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 3
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 4
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 5
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 6
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 7
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 8
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 9
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 10
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 11
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 12
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 13
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 14
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 15
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 16
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 17
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 18
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 19
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 20
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 21
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 22
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 23
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 24
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 25
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 26
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 27
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 28
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 29
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 30
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 31
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 32
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 33
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 34
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 35
          },
          {
            "amount": 5661.37,
            "periods_from_consummation": 36
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 37
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 38
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 39
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 40
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 41
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 42
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 43
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 44
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 45
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 46
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 47
          },
          {
            "amount": 5777.67,
            "periods_from_consummation": 48
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 49
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 50
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 51
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 52
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 53
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 54
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 55
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 56
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 57
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 58
          },
          {
            "amount": 5831.67,
            "periods_from_consummation": 59
          },
          {
            "amount": 5831.64,
            "periods_from_consummation": 60
          }
        ],
        "regulatory_basis": "12 CFR 1026 Appendix J (Reg Z general actuarial equation, unit-period and odd-days conventions). Buydown modeling (temp_buydown) is a schedule-construction convenience, not an Appendix J concept.",
        "note": "Odd-days fraction shifts periods_from_consummation for the first period per Appendix J unit-period convention; it does not change per-period interest/principal allocation. Feed advances/payments directly into compute_reg_z_appendix_j_apr (art-215) for an actuarial APR on this schedule.",
        "recast": true,
        "rate_reset_log": [
          {
            "period_index": 37,
            "index_value_pct": 4.5,
            "margin_pct": 2.75,
            "uncapped_rate_pct": 7.25,
            "effective_rate_pct": 7
          },
          {
            "period_index": 49,
            "index_value_pct": 6,
            "margin_pct": 2.75,
            "uncapped_rate_pct": 8.75,
            "effective_rate_pct": 8.75
          }
        ],
        "initial_rate_pct": 5,
        "schedule_digest": "sha256:9140f93724318bc033f779350669ba8afcdda7027cf2dc1cc970345f4bd169e1"
      },
      "golden_hash": "d567535f7333d865d04a372524b79c779c17f8b58afc8922ec7b635e140c5ce7"
    },
    {
      "name": "interest_only_12mo_io",
      "description": "Hand-derived interest-only verification vector: $100,000 loan, 6% note rate, 24-period term, 12 IO periods. IO payment verified independently as loan_amount*periodic_rate = 100000*0.005 = $500.00 exactly. Amortizing-phase payment (periods 13-24) verified independently via the standard annuity formula over the remaining 12 periods at 0.5%/period: $8,606.64 (App J actuarial method applied to the amortizing sub-schedule).",
      "policy_parameters": {
        "schedule_type": "interest_only",
        "loan_amount": 100000,
        "note_rate_pct": 6,
        "num_payments": 24,
        "periods_per_year": 12,
        "io_periods": 12
      },
      "output_payload": {
        "schedule_type": "interest_only",
        "loan_amount": 100000,
        "note_rate_pct": 6,
        "periods_per_year": 12,
        "num_payments": 24,
        "odd_days": 0,
        "unit_period_days": 30,
        "schedule": [
          {
            "period_index": 1,
            "periods_from_consummation": 1,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 2,
            "periods_from_consummation": 2,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 3,
            "periods_from_consummation": 3,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 4,
            "periods_from_consummation": 4,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 5,
            "periods_from_consummation": 5,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 6,
            "periods_from_consummation": 6,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 7,
            "periods_from_consummation": 7,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 8,
            "periods_from_consummation": 8,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 9,
            "periods_from_consummation": 9,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 10,
            "periods_from_consummation": 10,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 11,
            "periods_from_consummation": 11,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 12,
            "periods_from_consummation": 12,
            "payment_amount": 500,
            "principal": 0,
            "interest": 500,
            "ending_balance": 100000
          },
          {
            "period_index": 13,
            "periods_from_consummation": 13,
            "payment_amount": 8606.64,
            "principal": 8106.64,
            "interest": 500,
            "ending_balance": 91893.36
          },
          {
            "period_index": 14,
            "periods_from_consummation": 14,
            "payment_amount": 8606.64,
            "principal": 8147.17,
            "interest": 459.47,
            "ending_balance": 83746.19
          },
          {
            "period_index": 15,
            "periods_from_consummation": 15,
            "payment_amount": 8606.64,
            "principal": 8187.91,
            "interest": 418.73,
            "ending_balance": 75558.28
          },
          {
            "period_index": 16,
            "periods_from_consummation": 16,
            "payment_amount": 8606.64,
            "principal": 8228.85,
            "interest": 377.79,
            "ending_balance": 67329.43
          },
          {
            "period_index": 17,
            "periods_from_consummation": 17,
            "payment_amount": 8606.64,
            "principal": 8269.99,
            "interest": 336.65,
            "ending_balance": 59059.44
          },
          {
            "period_index": 18,
            "periods_from_consummation": 18,
            "payment_amount": 8606.64,
            "principal": 8311.34,
            "interest": 295.3,
            "ending_balance": 50748.1
          },
          {
            "period_index": 19,
            "periods_from_consummation": 19,
            "payment_amount": 8606.64,
            "principal": 8352.9,
            "interest": 253.74,
            "ending_balance": 42395.2
          },
          {
            "period_index": 20,
            "periods_from_consummation": 20,
            "payment_amount": 8606.64,
            "principal": 8394.66,
            "interest": 211.98,
            "ending_balance": 34000.54
          },
          {
            "period_index": 21,
            "periods_from_consummation": 21,
            "payment_amount": 8606.64,
            "principal": 8436.64,
            "interest": 170,
            "ending_balance": 25563.9
          },
          {
            "period_index": 22,
            "periods_from_consummation": 22,
            "payment_amount": 8606.64,
            "principal": 8478.82,
            "interest": 127.82,
            "ending_balance": 17085.08
          },
          {
            "period_index": 23,
            "periods_from_consummation": 23,
            "payment_amount": 8606.64,
            "principal": 8521.21,
            "interest": 85.43,
            "ending_balance": 8563.87
          },
          {
            "period_index": 24,
            "periods_from_consummation": 24,
            "payment_amount": 8606.69,
            "principal": 8563.87,
            "interest": 42.82,
            "ending_balance": 0
          }
        ],
        "totals": {
          "total_interest": 9279.73,
          "total_principal": 100000,
          "num_payments": 24,
          "ending_balance": 0
        },
        "advances": [
          {
            "amount": 100000,
            "periods_from_consummation": 0
          }
        ],
        "payments": [
          {
            "amount": 500,
            "periods_from_consummation": 1
          },
          {
            "amount": 500,
            "periods_from_consummation": 2
          },
          {
            "amount": 500,
            "periods_from_consummation": 3
          },
          {
            "amount": 500,
            "periods_from_consummation": 4
          },
          {
            "amount": 500,
            "periods_from_consummation": 5
          },
          {
            "amount": 500,
            "periods_from_consummation": 6
          },
          {
            "amount": 500,
            "periods_from_consummation": 7
          },
          {
            "amount": 500,
            "periods_from_consummation": 8
          },
          {
            "amount": 500,
            "periods_from_consummation": 9
          },
          {
            "amount": 500,
            "periods_from_consummation": 10
          },
          {
            "amount": 500,
            "periods_from_consummation": 11
          },
          {
            "amount": 500,
            "periods_from_consummation": 12
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 13
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 14
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 15
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 16
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 17
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 18
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 19
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 20
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 21
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 22
          },
          {
            "amount": 8606.64,
            "periods_from_consummation": 23
          },
          {
            "amount": 8606.69,
            "periods_from_consummation": 24
          }
        ],
        "regulatory_basis": "12 CFR 1026 Appendix J (Reg Z general actuarial equation, unit-period and odd-days conventions). Buydown modeling (temp_buydown) is a schedule-construction convenience, not an Appendix J concept.",
        "note": "Odd-days fraction shifts periods_from_consummation for the first period per Appendix J unit-period convention; it does not change per-period interest/principal allocation. Feed advances/payments directly into compute_reg_z_appendix_j_apr (art-215) for an actuarial APR on this schedule.",
        "io_periods": 12,
        "amortizing_periods": 12,
        "amortizing_payment_amount": 8606.64,
        "schedule_digest": "sha256:ff1da47a15b0d21f125216d4edca184cb56f67cdf347f516da381c56d7b1f51d"
      },
      "golden_hash": "eb42cbf9db7b2b390b30f57f30323216190744453d09883ea6c39dd7877f5e50"
    },
    {
      "name": "balloon_7yr_30yr_amort",
      "description": "Hand-derived balloon verification vector: $200,000 loan, 6% note rate, payment computed on a 360-period (30-year) nominal amortization ($1,199.10, verified independently via the standard annuity formula) but the term ends at period 84 (7 years); the remaining balance at period 84 ($179,278.87) becomes the balloon lump-sum added to the final regular payment. total_principal == loan_amount exactly (the regular amortization plus the balloon lump together retire the full principal).",
      "policy_parameters": {
        "schedule_type": "balloon",
        "loan_amount": 200000,
        "note_rate_pct": 6,
        "num_payments": 84,
        "periods_per_year": 12,
        "nominal_amortization_periods": 360
      },
      "output_payload": {
        "schedule_type": "balloon",
        "loan_amount": 200000,
        "note_rate_pct": 6,
        "periods_per_year": 12,
        "num_payments": 84,
        "odd_days": 0,
        "unit_period_days": 30,
        "schedule": [
          {
            "period_index": 1,
            "periods_from_consummation": 1,
            "payment_amount": 1199.1,
            "principal": 199.1,
            "interest": 1000,
            "ending_balance": 199800.9
          },
          {
            "period_index": 2,
            "periods_from_consummation": 2,
            "payment_amount": 1199.1,
            "principal": 200.1,
            "interest": 999,
            "ending_balance": 199600.8
          },
          {
            "period_index": 3,
            "periods_from_consummation": 3,
            "payment_amount": 1199.1,
            "principal": 201.1,
            "interest": 998,
            "ending_balance": 199399.7
          },
          {
            "period_index": 4,
            "periods_from_consummation": 4,
            "payment_amount": 1199.1,
            "principal": 202.1,
            "interest": 997,
            "ending_balance": 199197.6
          },
          {
            "period_index": 5,
            "periods_from_consummation": 5,
            "payment_amount": 1199.1,
            "principal": 203.11,
            "interest": 995.99,
            "ending_balance": 198994.49
          },
          {
            "period_index": 6,
            "periods_from_consummation": 6,
            "payment_amount": 1199.1,
            "principal": 204.13,
            "interest": 994.97,
            "ending_balance": 198790.36
          },
          {
            "period_index": 7,
            "periods_from_consummation": 7,
            "payment_amount": 1199.1,
            "principal": 205.15,
            "interest": 993.95,
            "ending_balance": 198585.21
          },
          {
            "period_index": 8,
            "periods_from_consummation": 8,
            "payment_amount": 1199.1,
            "principal": 206.17,
            "interest": 992.93,
            "ending_balance": 198379.04
          },
          {
            "period_index": 9,
            "periods_from_consummation": 9,
            "payment_amount": 1199.1,
            "principal": 207.2,
            "interest": 991.9,
            "ending_balance": 198171.84
          },
          {
            "period_index": 10,
            "periods_from_consummation": 10,
            "payment_amount": 1199.1,
            "principal": 208.24,
            "interest": 990.86,
            "ending_balance": 197963.6
          },
          {
            "period_index": 11,
            "periods_from_consummation": 11,
            "payment_amount": 1199.1,
            "principal": 209.28,
            "interest": 989.82,
            "ending_balance": 197754.32
          },
          {
            "period_index": 12,
            "periods_from_consummation": 12,
            "payment_amount": 1199.1,
            "principal": 210.33,
            "interest": 988.77,
            "ending_balance": 197543.99
          },
          {
            "period_index": 13,
            "periods_from_consummation": 13,
            "payment_amount": 1199.1,
            "principal": 211.38,
            "interest": 987.72,
            "ending_balance": 197332.61
          },
          {
            "period_index": 14,
            "periods_from_consummation": 14,
            "payment_amount": 1199.1,
            "principal": 212.44,
            "interest": 986.66,
            "ending_balance": 197120.17
          },
          {
            "period_index": 15,
            "periods_from_consummation": 15,
            "payment_amount": 1199.1,
            "principal": 213.5,
            "interest": 985.6,
            "ending_balance": 196906.67
          },
          {
            "period_index": 16,
            "periods_from_consummation": 16,
            "payment_amount": 1199.1,
            "principal": 214.57,
            "interest": 984.53,
            "ending_balance": 196692.1
          },
          {
            "period_index": 17,
            "periods_from_consummation": 17,
            "payment_amount": 1199.1,
            "principal": 215.64,
            "interest": 983.46,
            "ending_balance": 196476.46
          },
          {
            "period_index": 18,
            "periods_from_consummation": 18,
            "payment_amount": 1199.1,
            "principal": 216.72,
            "interest": 982.38,
            "ending_balance": 196259.74
          },
          {
            "period_index": 19,
            "periods_from_consummation": 19,
            "payment_amount": 1199.1,
            "principal": 217.8,
            "interest": 981.3,
            "ending_balance": 196041.94
          },
          {
            "period_index": 20,
            "periods_from_consummation": 20,
            "payment_amount": 1199.1,
            "principal": 218.89,
            "interest": 980.21,
            "ending_balance": 195823.05
          },
          {
            "period_index": 21,
            "periods_from_consummation": 21,
            "payment_amount": 1199.1,
            "principal": 219.98,
            "interest": 979.12,
            "ending_balance": 195603.07
          },
          {
            "period_index": 22,
            "periods_from_consummation": 22,
            "payment_amount": 1199.1,
            "principal": 221.08,
            "interest": 978.02,
            "ending_balance": 195381.99
          },
          {
            "period_index": 23,
            "periods_from_consummation": 23,
            "payment_amount": 1199.1,
            "principal": 222.19,
            "interest": 976.91,
            "ending_balance": 195159.8
          },
          {
            "period_index": 24,
            "periods_from_consummation": 24,
            "payment_amount": 1199.1,
            "principal": 223.3,
            "interest": 975.8,
            "ending_balance": 194936.5
          },
          {
            "period_index": 25,
            "periods_from_consummation": 25,
            "payment_amount": 1199.1,
            "principal": 224.42,
            "interest": 974.68,
            "ending_balance": 194712.08
          },
          {
            "period_index": 26,
            "periods_from_consummation": 26,
            "payment_amount": 1199.1,
            "principal": 225.54,
            "interest": 973.56,
            "ending_balance": 194486.54
          },
          {
            "period_index": 27,
            "periods_from_consummation": 27,
            "payment_amount": 1199.1,
            "principal": 226.67,
            "interest": 972.43,
            "ending_balance": 194259.87
          },
          {
            "period_index": 28,
            "periods_from_consummation": 28,
            "payment_amount": 1199.1,
            "principal": 227.8,
            "interest": 971.3,
            "ending_balance": 194032.07
          },
          {
            "period_index": 29,
            "periods_from_consummation": 29,
            "payment_amount": 1199.1,
            "principal": 228.94,
            "interest": 970.16,
            "ending_balance": 193803.13
          },
          {
            "period_index": 30,
            "periods_from_consummation": 30,
            "payment_amount": 1199.1,
            "principal": 230.08,
            "interest": 969.02,
            "ending_balance": 193573.05
          },
          {
            "period_index": 31,
            "periods_from_consummation": 31,
            "payment_amount": 1199.1,
            "principal": 231.23,
            "interest": 967.87,
            "ending_balance": 193341.82
          },
          {
            "period_index": 32,
            "periods_from_consummation": 32,
            "payment_amount": 1199.1,
            "principal": 232.39,
            "interest": 966.71,
            "ending_balance": 193109.43
          },
          {
            "period_index": 33,
            "periods_from_consummation": 33,
            "payment_amount": 1199.1,
            "principal": 233.55,
            "interest": 965.55,
            "ending_balance": 192875.88
          },
          {
            "period_index": 34,
            "periods_from_consummation": 34,
            "payment_amount": 1199.1,
            "principal": 234.72,
            "interest": 964.38,
            "ending_balance": 192641.16
          },
          {
            "period_index": 35,
            "periods_from_consummation": 35,
            "payment_amount": 1199.1,
            "principal": 235.89,
            "interest": 963.21,
            "ending_balance": 192405.27
          },
          {
            "period_index": 36,
            "periods_from_consummation": 36,
            "payment_amount": 1199.1,
            "principal": 237.07,
            "interest": 962.03,
            "ending_balance": 192168.2
          },
          {
            "period_index": 37,
            "periods_from_consummation": 37,
            "payment_amount": 1199.1,
            "principal": 238.26,
            "interest": 960.84,
            "ending_balance": 191929.94
          },
          {
            "period_index": 38,
            "periods_from_consummation": 38,
            "payment_amount": 1199.1,
            "principal": 239.45,
            "interest": 959.65,
            "ending_balance": 191690.49
          },
          {
            "period_index": 39,
            "periods_from_consummation": 39,
            "payment_amount": 1199.1,
            "principal": 240.65,
            "interest": 958.45,
            "ending_balance": 191449.84
          },
          {
            "period_index": 40,
            "periods_from_consummation": 40,
            "payment_amount": 1199.1,
            "principal": 241.85,
            "interest": 957.25,
            "ending_balance": 191207.99
          },
          {
            "period_index": 41,
            "periods_from_consummation": 41,
            "payment_amount": 1199.1,
            "principal": 243.06,
            "interest": 956.04,
            "ending_balance": 190964.93
          },
          {
            "period_index": 42,
            "periods_from_consummation": 42,
            "payment_amount": 1199.1,
            "principal": 244.28,
            "interest": 954.82,
            "ending_balance": 190720.65
          },
          {
            "period_index": 43,
            "periods_from_consummation": 43,
            "payment_amount": 1199.1,
            "principal": 245.5,
            "interest": 953.6,
            "ending_balance": 190475.15
          },
          {
            "period_index": 44,
            "periods_from_consummation": 44,
            "payment_amount": 1199.1,
            "principal": 246.72,
            "interest": 952.38,
            "ending_balance": 190228.43
          },
          {
            "period_index": 45,
            "periods_from_consummation": 45,
            "payment_amount": 1199.1,
            "principal": 247.96,
            "interest": 951.14,
            "ending_balance": 189980.47
          },
          {
            "period_index": 46,
            "periods_from_consummation": 46,
            "payment_amount": 1199.1,
            "principal": 249.2,
            "interest": 949.9,
            "ending_balance": 189731.27
          },
          {
            "period_index": 47,
            "periods_from_consummation": 47,
            "payment_amount": 1199.1,
            "principal": 250.44,
            "interest": 948.66,
            "ending_balance": 189480.83
          },
          {
            "period_index": 48,
            "periods_from_consummation": 48,
            "payment_amount": 1199.1,
            "principal": 251.7,
            "interest": 947.4,
            "ending_balance": 189229.13
          },
          {
            "period_index": 49,
            "periods_from_consummation": 49,
            "payment_amount": 1199.1,
            "principal": 252.95,
            "interest": 946.15,
            "ending_balance": 188976.18
          },
          {
            "period_index": 50,
            "periods_from_consummation": 50,
            "payment_amount": 1199.1,
            "principal": 254.22,
            "interest": 944.88,
            "ending_balance": 188721.96
          },
          {
            "period_index": 51,
            "periods_from_consummation": 51,
            "payment_amount": 1199.1,
            "principal": 255.49,
            "interest": 943.61,
            "ending_balance": 188466.47
          },
          {
            "period_index": 52,
            "periods_from_consummation": 52,
            "payment_amount": 1199.1,
            "principal": 256.77,
            "interest": 942.33,
            "ending_balance": 188209.7
          },
          {
            "period_index": 53,
            "periods_from_consummation": 53,
            "payment_amount": 1199.1,
            "principal": 258.05,
            "interest": 941.05,
            "ending_balance": 187951.65
          },
          {
            "period_index": 54,
            "periods_from_consummation": 54,
            "payment_amount": 1199.1,
            "principal": 259.34,
            "interest": 939.76,
            "ending_balance": 187692.31
          },
          {
            "period_index": 55,
            "periods_from_consummation": 55,
            "payment_amount": 1199.1,
            "principal": 260.64,
            "interest": 938.46,
            "ending_balance": 187431.67
          },
          {
            "period_index": 56,
            "periods_from_consummation": 56,
            "payment_amount": 1199.1,
            "principal": 261.94,
            "interest": 937.16,
            "ending_balance": 187169.73
          },
          {
            "period_index": 57,
            "periods_from_consummation": 57,
            "payment_amount": 1199.1,
            "principal": 263.25,
            "interest": 935.85,
            "ending_balance": 186906.48
          },
          {
            "period_index": 58,
            "periods_from_consummation": 58,
            "payment_amount": 1199.1,
            "principal": 264.57,
            "interest": 934.53,
            "ending_balance": 186641.91
          },
          {
            "period_index": 59,
            "periods_from_consummation": 59,
            "payment_amount": 1199.1,
            "principal": 265.89,
            "interest": 933.21,
            "ending_balance": 186376.02
          },
          {
            "period_index": 60,
            "periods_from_consummation": 60,
            "payment_amount": 1199.1,
            "principal": 267.22,
            "interest": 931.88,
            "ending_balance": 186108.8
          },
          {
            "period_index": 61,
            "periods_from_consummation": 61,
            "payment_amount": 1199.1,
            "principal": 268.56,
            "interest": 930.54,
            "ending_balance": 185840.24
          },
          {
            "period_index": 62,
            "periods_from_consummation": 62,
            "payment_amount": 1199.1,
            "principal": 269.9,
            "interest": 929.2,
            "ending_balance": 185570.34
          },
          {
            "period_index": 63,
            "periods_from_consummation": 63,
            "payment_amount": 1199.1,
            "principal": 271.25,
            "interest": 927.85,
            "ending_balance": 185299.09
          },
          {
            "period_index": 64,
            "periods_from_consummation": 64,
            "payment_amount": 1199.1,
            "principal": 272.6,
            "interest": 926.5,
            "ending_balance": 185026.49
          },
          {
            "period_index": 65,
            "periods_from_consummation": 65,
            "payment_amount": 1199.1,
            "principal": 273.97,
            "interest": 925.13,
            "ending_balance": 184752.52
          },
          {
            "period_index": 66,
            "periods_from_consummation": 66,
            "payment_amount": 1199.1,
            "principal": 275.34,
            "interest": 923.76,
            "ending_balance": 184477.18
          },
          {
            "period_index": 67,
            "periods_from_consummation": 67,
            "payment_amount": 1199.1,
            "principal": 276.71,
            "interest": 922.39,
            "ending_balance": 184200.47
          },
          {
            "period_index": 68,
            "periods_from_consummation": 68,
            "payment_amount": 1199.1,
            "principal": 278.1,
            "interest": 921,
            "ending_balance": 183922.37
          },
          {
            "period_index": 69,
            "periods_from_consummation": 69,
            "payment_amount": 1199.1,
            "principal": 279.49,
            "interest": 919.61,
            "ending_balance": 183642.88
          },
          {
            "period_index": 70,
            "periods_from_consummation": 70,
            "payment_amount": 1199.1,
            "principal": 280.89,
            "interest": 918.21,
            "ending_balance": 183361.99
          },
          {
            "period_index": 71,
            "periods_from_consummation": 71,
            "payment_amount": 1199.1,
            "principal": 282.29,
            "interest": 916.81,
            "ending_balance": 183079.7
          },
          {
            "period_index": 72,
            "periods_from_consummation": 72,
            "payment_amount": 1199.1,
            "principal": 283.7,
            "interest": 915.4,
            "ending_balance": 182796
          },
          {
            "period_index": 73,
            "periods_from_consummation": 73,
            "payment_amount": 1199.1,
            "principal": 285.12,
            "interest": 913.98,
            "ending_balance": 182510.88
          },
          {
            "period_index": 74,
            "periods_from_consummation": 74,
            "payment_amount": 1199.1,
            "principal": 286.55,
            "interest": 912.55,
            "ending_balance": 182224.33
          },
          {
            "period_index": 75,
            "periods_from_consummation": 75,
            "payment_amount": 1199.1,
            "principal": 287.98,
            "interest": 911.12,
            "ending_balance": 181936.35
          },
          {
            "period_index": 76,
            "periods_from_consummation": 76,
            "payment_amount": 1199.1,
            "principal": 289.42,
            "interest": 909.68,
            "ending_balance": 181646.93
          },
          {
            "period_index": 77,
            "periods_from_consummation": 77,
            "payment_amount": 1199.1,
            "principal": 290.87,
            "interest": 908.23,
            "ending_balance": 181356.06
          },
          {
            "period_index": 78,
            "periods_from_consummation": 78,
            "payment_amount": 1199.1,
            "principal": 292.32,
            "interest": 906.78,
            "ending_balance": 181063.74
          },
          {
            "period_index": 79,
            "periods_from_consummation": 79,
            "payment_amount": 1199.1,
            "principal": 293.78,
            "interest": 905.32,
            "ending_balance": 180769.96
          },
          {
            "period_index": 80,
            "periods_from_consummation": 80,
            "payment_amount": 1199.1,
            "principal": 295.25,
            "interest": 903.85,
            "ending_balance": 180474.71
          },
          {
            "period_index": 81,
            "periods_from_consummation": 81,
            "payment_amount": 1199.1,
            "principal": 296.73,
            "interest": 902.37,
            "ending_balance": 180177.98
          },
          {
            "period_index": 82,
            "periods_from_consummation": 82,
            "payment_amount": 1199.1,
            "principal": 298.21,
            "interest": 900.89,
            "ending_balance": 179879.77
          },
          {
            "period_index": 83,
            "periods_from_consummation": 83,
            "payment_amount": 1199.1,
            "principal": 299.7,
            "interest": 899.4,
            "ending_balance": 179580.07
          },
          {
            "period_index": 84,
            "periods_from_consummation": 84,
            "payment_amount": 180477.97,
            "principal": 179580.07,
            "interest": 897.9,
            "ending_balance": 0
          }
        ],
        "totals": {
          "total_interest": 80003.27,
          "total_principal": 200000,
          "num_payments": 84,
          "ending_balance": 0
        },
        "advances": [
          {
            "amount": 200000,
            "periods_from_consummation": 0
          }
        ],
        "payments": [
          {
            "amount": 1199.1,
            "periods_from_consummation": 1
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 2
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 3
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 4
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 5
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 6
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 7
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 8
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 9
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 10
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 11
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 12
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 13
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 14
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 15
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 16
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 17
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 18
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 19
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 20
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 21
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 22
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 23
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 24
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 25
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 26
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 27
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 28
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 29
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 30
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 31
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 32
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 33
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 34
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 35
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 36
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 37
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 38
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 39
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 40
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 41
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 42
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 43
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 44
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 45
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 46
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 47
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 48
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 49
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 50
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 51
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 52
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 53
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 54
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 55
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 56
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 57
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 58
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 59
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 60
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 61
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 62
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 63
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 64
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 65
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 66
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 67
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 68
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 69
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 70
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 71
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 72
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 73
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 74
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 75
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 76
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 77
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 78
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 79
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 80
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 81
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 82
          },
          {
            "amount": 1199.1,
            "periods_from_consummation": 83
          },
          {
            "amount": 180477.97,
            "periods_from_consummation": 84
          }
        ],
        "regulatory_basis": "12 CFR 1026 Appendix J (Reg Z general actuarial equation, unit-period and odd-days conventions). Buydown modeling (temp_buydown) is a schedule-construction convenience, not an Appendix J concept.",
        "note": "Odd-days fraction shifts periods_from_consummation for the first period per Appendix J unit-period convention; it does not change per-period interest/principal allocation. Feed advances/payments directly into compute_reg_z_appendix_j_apr (art-215) for an actuarial APR on this schedule.",
        "nominal_amortization_periods": 360,
        "regular_payment_amount": 1199.1,
        "balloon_payment_amount": 179278.87,
        "schedule_digest": "sha256:010d542b814582715908d27284c0d176daa58f5381d56ac6aa4614e90613acb5"
      },
      "golden_hash": "a125e314fcad2c15313c985cfc3d016c73fb7cf7a35f89718aaa437ae159e03f"
    },
    {
      "name": "temp_buydown_2_1",
      "description": "Hand-derived 2-1 temporary buydown verification vector: $200,000 loan, 7% note rate, 360 periods. The loan amortizes on the FULL note-rate level-payment schedule (schedule[]/advances/payments below; note_payment_amount $1,330.60, matching a plain level_payment vector at 7%/360mo). buydown_subsidy_schedule reports the borrower-vs-subsidy split: year 1 the borrower pays the level-payment amount computed at (7-2)=5% amortized over the same 360-period term ($1,073.64 -- a standard buydown-payment-table figure, verified independently), subsidy covers the $256.96 difference each period; year 2 borrower pays the 6% payment-table figure ($1,199.10, exactly the balloon fixture's note-rate-minus-1pt reference figure), subsidy covers $131.50; year 3 onward the reduction is 0 and the borrower pays the full note payment. 12 CFR 1026 Appendix J does not define buydown mechanics -- this subsidy-schedule construction is a documented AINumbers modeling convention layered on top of App J amortization, not itself an Appendix J concept (see the code comment above buildBuydownReductions() in the kernel).",
      "policy_parameters": {
        "schedule_type": "temp_buydown",
        "loan_amount": 200000,
        "note_rate_pct": 7,
        "num_payments": 360,
        "periods_per_year": 12,
        "buydown_type": "2-1"
      },
      "output_payload": {
        "schedule_type": "temp_buydown",
        "loan_amount": 200000,
        "note_rate_pct": 7,
        "periods_per_year": 12,
        "num_payments": 360,
        "odd_days": 0,
        "unit_period_days": 30,
        "schedule": [
          {
            "period_index": 1,
            "periods_from_consummation": 1,
            "payment_amount": 1330.6,
            "principal": 163.93,
            "interest": 1166.67,
            "ending_balance": 199836.07
          },
          {
            "period_index": 2,
            "periods_from_consummation": 2,
            "payment_amount": 1330.6,
            "principal": 164.89,
            "interest": 1165.71,
            "ending_balance": 199671.18
          },
          {
            "period_index": 3,
            "periods_from_consummation": 3,
            "payment_amount": 1330.6,
            "principal": 165.85,
            "interest": 1164.75,
            "ending_balance": 199505.33
          },
          {
            "period_index": 4,
            "periods_from_consummation": 4,
            "payment_amount": 1330.6,
            "principal": 166.82,
            "interest": 1163.78,
            "ending_balance": 199338.51
          },
          {
            "period_index": 5,
            "periods_from_consummation": 5,
            "payment_amount": 1330.6,
            "principal": 167.79,
            "interest": 1162.81,
            "ending_balance": 199170.72
          },
          {
            "period_index": 6,
            "periods_from_consummation": 6,
            "payment_amount": 1330.6,
            "principal": 168.77,
            "interest": 1161.83,
            "ending_balance": 199001.95
          },
          {
            "period_index": 7,
            "periods_from_consummation": 7,
            "payment_amount": 1330.6,
            "principal": 169.76,
            "interest": 1160.84,
            "ending_balance": 198832.19
          },
          {
            "period_index": 8,
            "periods_from_consummation": 8,
            "payment_amount": 1330.6,
            "principal": 170.75,
            "interest": 1159.85,
            "ending_balance": 198661.44
          },
          {
            "period_index": 9,
            "periods_from_consummation": 9,
            "payment_amount": 1330.6,
            "principal": 171.74,
            "interest": 1158.86,
            "ending_balance": 198489.7
          },
          {
            "period_index": 10,
            "periods_from_consummation": 10,
            "payment_amount": 1330.6,
            "principal": 172.74,
            "interest": 1157.86,
            "ending_balance": 198316.96
          },
          {
            "period_index": 11,
            "periods_from_consummation": 11,
            "payment_amount": 1330.6,
            "principal": 173.75,
            "interest": 1156.85,
            "ending_balance": 198143.21
          },
          {
            "period_index": 12,
            "periods_from_consummation": 12,
            "payment_amount": 1330.6,
            "principal": 174.76,
            "interest": 1155.84,
            "ending_balance": 197968.45
          },
          {
            "period_index": 13,
            "periods_from_consummation": 13,
            "payment_amount": 1330.6,
            "principal": 175.78,
            "interest": 1154.82,
            "ending_balance": 197792.67
          },
          {
            "period_index": 14,
            "periods_from_consummation": 14,
            "payment_amount": 1330.6,
            "principal": 176.81,
            "interest": 1153.79,
            "ending_balance": 197615.86
          },
          {
            "period_index": 15,
            "periods_from_consummation": 15,
            "payment_amount": 1330.6,
            "principal": 177.84,
            "interest": 1152.76,
            "ending_balance": 197438.02
          },
          {
            "period_index": 16,
            "periods_from_consummation": 16,
            "payment_amount": 1330.6,
            "principal": 178.88,
            "interest": 1151.72,
            "ending_balance": 197259.14
          },
          {
            "period_index": 17,
            "periods_from_consummation": 17,
            "payment_amount": 1330.6,
            "principal": 179.92,
            "interest": 1150.68,
            "ending_balance": 197079.22
          },
          {
            "period_index": 18,
            "periods_from_consummation": 18,
            "payment_amount": 1330.6,
            "principal": 180.97,
            "interest": 1149.63,
            "ending_balance": 196898.25
          },
          {
            "period_index": 19,
            "periods_from_consummation": 19,
            "payment_amount": 1330.6,
            "principal": 182.03,
            "interest": 1148.57,
            "ending_balance": 196716.22
          },
          {
            "period_index": 20,
            "periods_from_consummation": 20,
            "payment_amount": 1330.6,
            "principal": 183.09,
            "interest": 1147.51,
            "ending_balance": 196533.13
          },
          {
            "period_index": 21,
            "periods_from_consummation": 21,
            "payment_amount": 1330.6,
            "principal": 184.16,
            "interest": 1146.44,
            "ending_balance": 196348.97
          },
          {
            "period_index": 22,
            "periods_from_consummation": 22,
            "payment_amount": 1330.6,
            "principal": 185.23,
            "interest": 1145.37,
            "ending_balance": 196163.74
          },
          {
            "period_index": 23,
            "periods_from_consummation": 23,
            "payment_amount": 1330.6,
            "principal": 186.31,
            "interest": 1144.29,
            "ending_balance": 195977.43
          },
          {
            "period_index": 24,
            "periods_from_consummation": 24,
            "payment_amount": 1330.6,
            "principal": 187.4,
            "interest": 1143.2,
            "ending_balance": 195790.03
          },
          {
            "period_index": 25,
            "periods_from_consummation": 25,
            "payment_amount": 1330.6,
            "principal": 188.49,
            "interest": 1142.11,
            "ending_balance": 195601.54
          },
          {
            "period_index": 26,
            "periods_from_consummation": 26,
            "payment_amount": 1330.6,
            "principal": 189.59,
            "interest": 1141.01,
            "ending_balance": 195411.95
          },
          {
            "period_index": 27,
            "periods_from_consummation": 27,
            "payment_amount": 1330.6,
            "principal": 190.7,
            "interest": 1139.9,
            "ending_balance": 195221.25
          },
          {
            "period_index": 28,
            "periods_from_consummation": 28,
            "payment_amount": 1330.6,
            "principal": 191.81,
            "interest": 1138.79,
            "ending_balance": 195029.44
          },
          {
            "period_index": 29,
            "periods_from_consummation": 29,
            "payment_amount": 1330.6,
            "principal": 192.93,
            "interest": 1137.67,
            "ending_balance": 194836.51
          },
          {
            "period_index": 30,
            "periods_from_consummation": 30,
            "payment_amount": 1330.6,
            "principal": 194.05,
            "interest": 1136.55,
            "ending_balance": 194642.46
          },
          {
            "period_index": 31,
            "periods_from_consummation": 31,
            "payment_amount": 1330.6,
            "principal": 195.19,
            "interest": 1135.41,
            "ending_balance": 194447.27
          },
          {
            "period_index": 32,
            "periods_from_consummation": 32,
            "payment_amount": 1330.6,
            "principal": 196.32,
            "interest": 1134.28,
            "ending_balance": 194250.95
          },
          {
            "period_index": 33,
            "periods_from_consummation": 33,
            "payment_amount": 1330.6,
            "principal": 197.47,
            "interest": 1133.13,
            "ending_balance": 194053.48
          },
          {
            "period_index": 34,
            "periods_from_consummation": 34,
            "payment_amount": 1330.6,
            "principal": 198.62,
            "interest": 1131.98,
            "ending_balance": 193854.86
          },
          {
            "period_index": 35,
            "periods_from_consummation": 35,
            "payment_amount": 1330.6,
            "principal": 199.78,
            "interest": 1130.82,
            "ending_balance": 193655.08
          },
          {
            "period_index": 36,
            "periods_from_consummation": 36,
            "payment_amount": 1330.6,
            "principal": 200.95,
            "interest": 1129.65,
            "ending_balance": 193454.13
          },
          {
            "period_index": 37,
            "periods_from_consummation": 37,
            "payment_amount": 1330.6,
            "principal": 202.12,
            "interest": 1128.48,
            "ending_balance": 193252.01
          },
          {
            "period_index": 38,
            "periods_from_consummation": 38,
            "payment_amount": 1330.6,
            "principal": 203.3,
            "interest": 1127.3,
            "ending_balance": 193048.71
          },
          {
            "period_index": 39,
            "periods_from_consummation": 39,
            "payment_amount": 1330.6,
            "principal": 204.48,
            "interest": 1126.12,
            "ending_balance": 192844.23
          },
          {
            "period_index": 40,
            "periods_from_consummation": 40,
            "payment_amount": 1330.6,
            "principal": 205.68,
            "interest": 1124.92,
            "ending_balance": 192638.55
          },
          {
            "period_index": 41,
            "periods_from_consummation": 41,
            "payment_amount": 1330.6,
            "principal": 206.88,
            "interest": 1123.72,
            "ending_balance": 192431.67
          },
          {
            "period_index": 42,
            "periods_from_consummation": 42,
            "payment_amount": 1330.6,
            "principal": 208.08,
            "interest": 1122.52,
            "ending_balance": 192223.59
          },
          {
            "period_index": 43,
            "periods_from_consummation": 43,
            "payment_amount": 1330.6,
            "principal": 209.3,
            "interest": 1121.3,
            "ending_balance": 192014.29
          },
          {
            "period_index": 44,
            "periods_from_consummation": 44,
            "payment_amount": 1330.6,
            "principal": 210.52,
            "interest": 1120.08,
            "ending_balance": 191803.77
          },
          {
            "period_index": 45,
            "periods_from_consummation": 45,
            "payment_amount": 1330.6,
            "principal": 211.74,
            "interest": 1118.86,
            "ending_balance": 191592.03
          },
          {
            "period_index": 46,
            "periods_from_consummation": 46,
            "payment_amount": 1330.6,
            "principal": 212.98,
            "interest": 1117.62,
            "ending_balance": 191379.05
          },
          {
            "period_index": 47,
            "periods_from_consummation": 47,
            "payment_amount": 1330.6,
            "principal": 214.22,
            "interest": 1116.38,
            "ending_balance": 191164.83
          },
          {
            "period_index": 48,
            "periods_from_consummation": 48,
            "payment_amount": 1330.6,
            "principal": 215.47,
            "interest": 1115.13,
            "ending_balance": 190949.36
          },
          {
            "period_index": 49,
            "periods_from_consummation": 49,
            "payment_amount": 1330.6,
            "principal": 216.73,
            "interest": 1113.87,
            "ending_balance": 190732.63
          },
          {
            "period_index": 50,
            "periods_from_consummation": 50,
            "payment_amount": 1330.6,
            "principal": 217.99,
            "interest": 1112.61,
            "ending_balance": 190514.64
          },
          {
            "period_index": 51,
            "periods_from_consummation": 51,
            "payment_amount": 1330.6,
            "principal": 219.26,
            "interest": 1111.34,
            "ending_balance": 190295.38
          },
          {
            "period_index": 52,
            "periods_from_consummation": 52,
            "payment_amount": 1330.6,
            "principal": 220.54,
            "interest": 1110.06,
            "ending_balance": 190074.84
          },
          {
            "period_index": 53,
            "periods_from_consummation": 53,
            "payment_amount": 1330.6,
            "principal": 221.83,
            "interest": 1108.77,
            "ending_balance": 189853.01
          },
          {
            "period_index": 54,
            "periods_from_consummation": 54,
            "payment_amount": 1330.6,
            "principal": 223.12,
            "interest": 1107.48,
            "ending_balance": 189629.89
          },
          {
            "period_index": 55,
            "periods_from_consummation": 55,
            "payment_amount": 1330.6,
            "principal": 224.43,
            "interest": 1106.17,
            "ending_balance": 189405.46
          },
          {
            "period_index": 56,
            "periods_from_consummation": 56,
            "payment_amount": 1330.6,
            "principal": 225.73,
            "interest": 1104.87,
            "ending_balance": 189179.73
          },
          {
            "period_index": 57,
            "periods_from_consummation": 57,
            "payment_amount": 1330.6,
            "principal": 227.05,
            "interest": 1103.55,
            "ending_balance": 188952.68
          },
          {
            "period_index": 58,
            "periods_from_consummation": 58,
            "payment_amount": 1330.6,
            "principal": 228.38,
            "interest": 1102.22,
            "ending_balance": 188724.3
          },
          {
            "period_index": 59,
            "periods_from_consummation": 59,
            "payment_amount": 1330.6,
            "principal": 229.71,
            "interest": 1100.89,
            "ending_balance": 188494.59
          },
          {
            "period_index": 60,
            "periods_from_consummation": 60,
            "payment_amount": 1330.6,
            "principal": 231.05,
            "interest": 1099.55,
            "ending_balance": 188263.54
          },
          {
            "period_index": 61,
            "periods_from_consummation": 61,
            "payment_amount": 1330.6,
            "principal": 232.4,
            "interest": 1098.2,
            "ending_balance": 188031.14
          },
          {
            "period_index": 62,
            "periods_from_consummation": 62,
            "payment_amount": 1330.6,
            "principal": 233.75,
            "interest": 1096.85,
            "ending_balance": 187797.39
          },
          {
            "period_index": 63,
            "periods_from_consummation": 63,
            "payment_amount": 1330.6,
            "principal": 235.12,
            "interest": 1095.48,
            "ending_balance": 187562.27
          },
          {
            "period_index": 64,
            "periods_from_consummation": 64,
            "payment_amount": 1330.6,
            "principal": 236.49,
            "interest": 1094.11,
            "ending_balance": 187325.78
          },
          {
            "period_index": 65,
            "periods_from_consummation": 65,
            "payment_amount": 1330.6,
            "principal": 237.87,
            "interest": 1092.73,
            "ending_balance": 187087.91
          },
          {
            "period_index": 66,
            "periods_from_consummation": 66,
            "payment_amount": 1330.6,
            "principal": 239.25,
            "interest": 1091.35,
            "ending_balance": 186848.66
          },
          {
            "period_index": 67,
            "periods_from_consummation": 67,
            "payment_amount": 1330.6,
            "principal": 240.65,
            "interest": 1089.95,
            "ending_balance": 186608.01
          },
          {
            "period_index": 68,
            "periods_from_consummation": 68,
            "payment_amount": 1330.6,
            "principal": 242.05,
            "interest": 1088.55,
            "ending_balance": 186365.96
          },
          {
            "period_index": 69,
            "periods_from_consummation": 69,
            "payment_amount": 1330.6,
            "principal": 243.47,
            "interest": 1087.13,
            "ending_balance": 186122.49
          },
          {
            "period_index": 70,
            "periods_from_consummation": 70,
            "payment_amount": 1330.6,
            "principal": 244.89,
            "interest": 1085.71,
            "ending_balance": 185877.6
          },
          {
            "period_index": 71,
            "periods_from_consummation": 71,
            "payment_amount": 1330.6,
            "principal": 246.31,
            "interest": 1084.29,
            "ending_balance": 185631.29
          },
          {
            "period_index": 72,
            "periods_from_consummation": 72,
            "payment_amount": 1330.6,
            "principal": 247.75,
            "interest": 1082.85,
            "ending_balance": 185383.54
          },
          {
            "period_index": 73,
            "periods_from_consummation": 73,
            "payment_amount": 1330.6,
            "principal": 249.2,
            "interest": 1081.4,
            "ending_balance": 185134.34
          },
          {
            "period_index": 74,
            "periods_from_consummation": 74,
            "payment_amount": 1330.6,
            "principal": 250.65,
            "interest": 1079.95,
            "ending_balance": 184883.69
          },
          {
            "period_index": 75,
            "periods_from_consummation": 75,
            "payment_amount": 1330.6,
            "principal": 252.11,
            "interest": 1078.49,
            "ending_balance": 184631.58
          },
          {
            "period_index": 76,
            "periods_from_consummation": 76,
            "payment_amount": 1330.6,
            "principal": 253.58,
            "interest": 1077.02,
            "ending_balance": 184378
          },
          {
            "period_index": 77,
            "periods_from_consummation": 77,
            "payment_amount": 1330.6,
            "principal": 255.06,
            "interest": 1075.54,
            "ending_balance": 184122.94
          },
          {
            "period_index": 78,
            "periods_from_consummation": 78,
            "payment_amount": 1330.6,
            "principal": 256.55,
            "interest": 1074.05,
            "ending_balance": 183866.39
          },
          {
            "period_index": 79,
            "periods_from_consummation": 79,
            "payment_amount": 1330.6,
            "principal": 258.05,
            "interest": 1072.55,
            "ending_balance": 183608.34
          },
          {
            "period_index": 80,
            "periods_from_consummation": 80,
            "payment_amount": 1330.6,
            "principal": 259.55,
            "interest": 1071.05,
            "ending_balance": 183348.79
          },
          {
            "period_index": 81,
            "periods_from_consummation": 81,
            "payment_amount": 1330.6,
            "principal": 261.07,
            "interest": 1069.53,
            "ending_balance": 183087.72
          },
          {
            "period_index": 82,
            "periods_from_consummation": 82,
            "payment_amount": 1330.6,
            "principal": 262.59,
            "interest": 1068.01,
            "ending_balance": 182825.13
          },
          {
            "period_index": 83,
            "periods_from_consummation": 83,
            "payment_amount": 1330.6,
            "principal": 264.12,
            "interest": 1066.48,
            "ending_balance": 182561.01
          },
          {
            "period_index": 84,
            "periods_from_consummation": 84,
            "payment_amount": 1330.6,
            "principal": 265.66,
            "interest": 1064.94,
            "ending_balance": 182295.35
          },
          {
            "period_index": 85,
            "periods_from_consummation": 85,
            "payment_amount": 1330.6,
            "principal": 267.21,
            "interest": 1063.39,
            "ending_balance": 182028.14
          },
          {
            "period_index": 86,
            "periods_from_consummation": 86,
            "payment_amount": 1330.6,
            "principal": 268.77,
            "interest": 1061.83,
            "ending_balance": 181759.37
          },
          {
            "period_index": 87,
            "periods_from_consummation": 87,
            "payment_amount": 1330.6,
            "principal": 270.34,
            "interest": 1060.26,
            "ending_balance": 181489.03
          },
          {
            "period_index": 88,
            "periods_from_consummation": 88,
            "payment_amount": 1330.6,
            "principal": 271.91,
            "interest": 1058.69,
            "ending_balance": 181217.12
          },
          {
            "period_index": 89,
            "periods_from_consummation": 89,
            "payment_amount": 1330.6,
            "principal": 273.5,
            "interest": 1057.1,
            "ending_balance": 180943.62
          },
          {
            "period_index": 90,
            "periods_from_consummation": 90,
            "payment_amount": 1330.6,
            "principal": 275.1,
            "interest": 1055.5,
            "ending_balance": 180668.52
          },
          {
            "period_index": 91,
            "periods_from_consummation": 91,
            "payment_amount": 1330.6,
            "principal": 276.7,
            "interest": 1053.9,
            "ending_balance": 180391.82
          },
          {
            "period_index": 92,
            "periods_from_consummation": 92,
            "payment_amount": 1330.6,
            "principal": 278.31,
            "interest": 1052.29,
            "ending_balance": 180113.51
          },
          {
            "period_index": 93,
            "periods_from_consummation": 93,
            "payment_amount": 1330.6,
            "principal": 279.94,
            "interest": 1050.66,
            "ending_balance": 179833.57
          },
          {
            "period_index": 94,
            "periods_from_consummation": 94,
            "payment_amount": 1330.6,
            "principal": 281.57,
            "interest": 1049.03,
            "ending_balance": 179552
          },
          {
            "period_index": 95,
            "periods_from_consummation": 95,
            "payment_amount": 1330.6,
            "principal": 283.21,
            "interest": 1047.39,
            "ending_balance": 179268.79
          },
          {
            "period_index": 96,
            "periods_from_consummation": 96,
            "payment_amount": 1330.6,
            "principal": 284.87,
            "interest": 1045.73,
            "ending_balance": 178983.92
          },
          {
            "period_index": 97,
            "periods_from_consummation": 97,
            "payment_amount": 1330.6,
            "principal": 286.53,
            "interest": 1044.07,
            "ending_balance": 178697.39
          },
          {
            "period_index": 98,
            "periods_from_consummation": 98,
            "payment_amount": 1330.6,
            "principal": 288.2,
            "interest": 1042.4,
            "ending_balance": 178409.19
          },
          {
            "period_index": 99,
            "periods_from_consummation": 99,
            "payment_amount": 1330.6,
            "principal": 289.88,
            "interest": 1040.72,
            "ending_balance": 178119.31
          },
          {
            "period_index": 100,
            "periods_from_consummation": 100,
            "payment_amount": 1330.6,
            "principal": 291.57,
            "interest": 1039.03,
            "ending_balance": 177827.74
          },
          {
            "period_index": 101,
            "periods_from_consummation": 101,
            "payment_amount": 1330.6,
            "principal": 293.27,
            "interest": 1037.33,
            "ending_balance": 177534.47
          },
          {
            "period_index": 102,
            "periods_from_consummation": 102,
            "payment_amount": 1330.6,
            "principal": 294.98,
            "interest": 1035.62,
            "ending_balance": 177239.49
          },
          {
            "period_index": 103,
            "periods_from_consummation": 103,
            "payment_amount": 1330.6,
            "principal": 296.7,
            "interest": 1033.9,
            "ending_balance": 176942.79
          },
          {
            "period_index": 104,
            "periods_from_consummation": 104,
            "payment_amount": 1330.6,
            "principal": 298.43,
            "interest": 1032.17,
            "ending_balance": 176644.36
          },
          {
            "period_index": 105,
            "periods_from_consummation": 105,
            "payment_amount": 1330.6,
            "principal": 300.17,
            "interest": 1030.43,
            "ending_balance": 176344.19
          },
          {
            "period_index": 106,
            "periods_from_consummation": 106,
            "payment_amount": 1330.6,
            "principal": 301.93,
            "interest": 1028.67,
            "ending_balance": 176042.26
          },
          {
            "period_index": 107,
            "periods_from_consummation": 107,
            "payment_amount": 1330.6,
            "principal": 303.69,
            "interest": 1026.91,
            "ending_balance": 175738.57
          },
          {
            "period_index": 108,
            "periods_from_consummation": 108,
            "payment_amount": 1330.6,
            "principal": 305.46,
            "interest": 1025.14,
            "ending_balance": 175433.11
          },
          {
            "period_index": 109,
            "periods_from_consummation": 109,
            "payment_amount": 1330.6,
            "principal": 307.24,
            "interest": 1023.36,
            "ending_balance": 175125.87
          },
          {
            "period_index": 110,
            "periods_from_consummation": 110,
            "payment_amount": 1330.6,
            "principal": 309.03,
            "interest": 1021.57,
            "ending_balance": 174816.84
          },
          {
            "period_index": 111,
            "periods_from_consummation": 111,
            "payment_amount": 1330.6,
            "principal": 310.84,
            "interest": 1019.76,
            "ending_balance": 174506
          },
          {
            "period_index": 112,
            "periods_from_consummation": 112,
            "payment_amount": 1330.6,
            "principal": 312.65,
            "interest": 1017.95,
            "ending_balance": 174193.35
          },
          {
            "period_index": 113,
            "periods_from_consummation": 113,
            "payment_amount": 1330.6,
            "principal": 314.47,
            "interest": 1016.13,
            "ending_balance": 173878.88
          },
          {
            "period_index": 114,
            "periods_from_consummation": 114,
            "payment_amount": 1330.6,
            "principal": 316.31,
            "interest": 1014.29,
            "ending_balance": 173562.57
          },
          {
            "period_index": 115,
            "periods_from_consummation": 115,
            "payment_amount": 1330.6,
            "principal": 318.15,
            "interest": 1012.45,
            "ending_balance": 173244.42
          },
          {
            "period_index": 116,
            "periods_from_consummation": 116,
            "payment_amount": 1330.6,
            "principal": 320.01,
            "interest": 1010.59,
            "ending_balance": 172924.41
          },
          {
            "period_index": 117,
            "periods_from_consummation": 117,
            "payment_amount": 1330.6,
            "principal": 321.87,
            "interest": 1008.73,
            "ending_balance": 172602.54
          },
          {
            "period_index": 118,
            "periods_from_consummation": 118,
            "payment_amount": 1330.6,
            "principal": 323.75,
            "interest": 1006.85,
            "ending_balance": 172278.79
          },
          {
            "period_index": 119,
            "periods_from_consummation": 119,
            "payment_amount": 1330.6,
            "principal": 325.64,
            "interest": 1004.96,
            "ending_balance": 171953.15
          },
          {
            "period_index": 120,
            "periods_from_consummation": 120,
            "payment_amount": 1330.6,
            "principal": 327.54,
            "interest": 1003.06,
            "ending_balance": 171625.61
          },
          {
            "period_index": 121,
            "periods_from_consummation": 121,
            "payment_amount": 1330.6,
            "principal": 329.45,
            "interest": 1001.15,
            "ending_balance": 171296.16
          },
          {
            "period_index": 122,
            "periods_from_consummation": 122,
            "payment_amount": 1330.6,
            "principal": 331.37,
            "interest": 999.23,
            "ending_balance": 170964.79
          },
          {
            "period_index": 123,
            "periods_from_consummation": 123,
            "payment_amount": 1330.6,
            "principal": 333.31,
            "interest": 997.29,
            "ending_balance": 170631.48
          },
          {
            "period_index": 124,
            "periods_from_consummation": 124,
            "payment_amount": 1330.6,
            "principal": 335.25,
            "interest": 995.35,
            "ending_balance": 170296.23
          },
          {
            "period_index": 125,
            "periods_from_consummation": 125,
            "payment_amount": 1330.6,
            "principal": 337.21,
            "interest": 993.39,
            "ending_balance": 169959.02
          },
          {
            "period_index": 126,
            "periods_from_consummation": 126,
            "payment_amount": 1330.6,
            "principal": 339.17,
            "interest": 991.43,
            "ending_balance": 169619.85
          },
          {
            "period_index": 127,
            "periods_from_consummation": 127,
            "payment_amount": 1330.6,
            "principal": 341.15,
            "interest": 989.45,
            "ending_balance": 169278.7
          },
          {
            "period_index": 128,
            "periods_from_consummation": 128,
            "payment_amount": 1330.6,
            "principal": 343.14,
            "interest": 987.46,
            "ending_balance": 168935.56
          },
          {
            "period_index": 129,
            "periods_from_consummation": 129,
            "payment_amount": 1330.6,
            "principal": 345.14,
            "interest": 985.46,
            "ending_balance": 168590.42
          },
          {
            "period_index": 130,
            "periods_from_consummation": 130,
            "payment_amount": 1330.6,
            "principal": 347.16,
            "interest": 983.44,
            "ending_balance": 168243.26
          },
          {
            "period_index": 131,
            "periods_from_consummation": 131,
            "payment_amount": 1330.6,
            "principal": 349.18,
            "interest": 981.42,
            "ending_balance": 167894.08
          },
          {
            "period_index": 132,
            "periods_from_consummation": 132,
            "payment_amount": 1330.6,
            "principal": 351.22,
            "interest": 979.38,
            "ending_balance": 167542.86
          },
          {
            "period_index": 133,
            "periods_from_consummation": 133,
            "payment_amount": 1330.6,
            "principal": 353.27,
            "interest": 977.33,
            "ending_balance": 167189.59
          },
          {
            "period_index": 134,
            "periods_from_consummation": 134,
            "payment_amount": 1330.6,
            "principal": 355.33,
            "interest": 975.27,
            "ending_balance": 166834.26
          },
          {
            "period_index": 135,
            "periods_from_consummation": 135,
            "payment_amount": 1330.6,
            "principal": 357.4,
            "interest": 973.2,
            "ending_balance": 166476.86
          },
          {
            "period_index": 136,
            "periods_from_consummation": 136,
            "payment_amount": 1330.6,
            "principal": 359.48,
            "interest": 971.12,
            "ending_balance": 166117.38
          },
          {
            "period_index": 137,
            "periods_from_consummation": 137,
            "payment_amount": 1330.6,
            "principal": 361.58,
            "interest": 969.02,
            "ending_balance": 165755.8
          },
          {
            "period_index": 138,
            "periods_from_consummation": 138,
            "payment_amount": 1330.6,
            "principal": 363.69,
            "interest": 966.91,
            "ending_balance": 165392.11
          },
          {
            "period_index": 139,
            "periods_from_consummation": 139,
            "payment_amount": 1330.6,
            "principal": 365.81,
            "interest": 964.79,
            "ending_balance": 165026.3
          },
          {
            "period_index": 140,
            "periods_from_consummation": 140,
            "payment_amount": 1330.6,
            "principal": 367.95,
            "interest": 962.65,
            "ending_balance": 164658.35
          },
          {
            "period_index": 141,
            "periods_from_consummation": 141,
            "payment_amount": 1330.6,
            "principal": 370.09,
            "interest": 960.51,
            "ending_balance": 164288.26
          },
          {
            "period_index": 142,
            "periods_from_consummation": 142,
            "payment_amount": 1330.6,
            "principal": 372.25,
            "interest": 958.35,
            "ending_balance": 163916.01
          },
          {
            "period_index": 143,
            "periods_from_consummation": 143,
            "payment_amount": 1330.6,
            "principal": 374.42,
            "interest": 956.18,
            "ending_balance": 163541.59
          },
          {
            "period_index": 144,
            "periods_from_consummation": 144,
            "payment_amount": 1330.6,
            "principal": 376.61,
            "interest": 953.99,
            "ending_balance": 163164.98
          },
          {
            "period_index": 145,
            "periods_from_consummation": 145,
            "payment_amount": 1330.6,
            "principal": 378.8,
            "interest": 951.8,
            "ending_balance": 162786.18
          },
          {
            "period_index": 146,
            "periods_from_consummation": 146,
            "payment_amount": 1330.6,
            "principal": 381.01,
            "interest": 949.59,
            "ending_balance": 162405.17
          },
          {
            "period_index": 147,
            "periods_from_consummation": 147,
            "payment_amount": 1330.6,
            "principal": 383.24,
            "interest": 947.36,
            "ending_balance": 162021.93
          },
          {
            "period_index": 148,
            "periods_from_consummation": 148,
            "payment_amount": 1330.6,
            "principal": 385.47,
            "interest": 945.13,
            "ending_balance": 161636.46
          },
          {
            "period_index": 149,
            "periods_from_consummation": 149,
            "payment_amount": 1330.6,
            "principal": 387.72,
            "interest": 942.88,
            "ending_balance": 161248.74
          },
          {
            "period_index": 150,
            "periods_from_consummation": 150,
            "payment_amount": 1330.6,
            "principal": 389.98,
            "interest": 940.62,
            "ending_balance": 160858.76
          },
          {
            "period_index": 151,
            "periods_from_consummation": 151,
            "payment_amount": 1330.6,
            "principal": 392.26,
            "interest": 938.34,
            "ending_balance": 160466.5
          },
          {
            "period_index": 152,
            "periods_from_consummation": 152,
            "payment_amount": 1330.6,
            "principal": 394.55,
            "interest": 936.05,
            "ending_balance": 160071.95
          },
          {
            "period_index": 153,
            "periods_from_consummation": 153,
            "payment_amount": 1330.6,
            "principal": 396.85,
            "interest": 933.75,
            "ending_balance": 159675.1
          },
          {
            "period_index": 154,
            "periods_from_consummation": 154,
            "payment_amount": 1330.6,
            "principal": 399.16,
            "interest": 931.44,
            "ending_balance": 159275.94
          },
          {
            "period_index": 155,
            "periods_from_consummation": 155,
            "payment_amount": 1330.6,
            "principal": 401.49,
            "interest": 929.11,
            "ending_balance": 158874.45
          },
          {
            "period_index": 156,
            "periods_from_consummation": 156,
            "payment_amount": 1330.6,
            "principal": 403.83,
            "interest": 926.77,
            "ending_balance": 158470.62
          },
          {
            "period_index": 157,
            "periods_from_consummation": 157,
            "payment_amount": 1330.6,
            "principal": 406.19,
            "interest": 924.41,
            "ending_balance": 158064.43
          },
          {
            "period_index": 158,
            "periods_from_consummation": 158,
            "payment_amount": 1330.6,
            "principal": 408.56,
            "interest": 922.04,
            "ending_balance": 157655.87
          },
          {
            "period_index": 159,
            "periods_from_consummation": 159,
            "payment_amount": 1330.6,
            "principal": 410.94,
            "interest": 919.66,
            "ending_balance": 157244.93
          },
          {
            "period_index": 160,
            "periods_from_consummation": 160,
            "payment_amount": 1330.6,
            "principal": 413.34,
            "interest": 917.26,
            "ending_balance": 156831.59
          },
          {
            "period_index": 161,
            "periods_from_consummation": 161,
            "payment_amount": 1330.6,
            "principal": 415.75,
            "interest": 914.85,
            "ending_balance": 156415.84
          },
          {
            "period_index": 162,
            "periods_from_consummation": 162,
            "payment_amount": 1330.6,
            "principal": 418.17,
            "interest": 912.43,
            "ending_balance": 155997.67
          },
          {
            "period_index": 163,
            "periods_from_consummation": 163,
            "payment_amount": 1330.6,
            "principal": 420.61,
            "interest": 909.99,
            "ending_balance": 155577.06
          },
          {
            "period_index": 164,
            "periods_from_consummation": 164,
            "payment_amount": 1330.6,
            "principal": 423.07,
            "interest": 907.53,
            "ending_balance": 155153.99
          },
          {
            "period_index": 165,
            "periods_from_consummation": 165,
            "payment_amount": 1330.6,
            "principal": 425.54,
            "interest": 905.06,
            "ending_balance": 154728.45
          },
          {
            "period_index": 166,
            "periods_from_consummation": 166,
            "payment_amount": 1330.6,
            "principal": 428.02,
            "interest": 902.58,
            "ending_balance": 154300.43
          },
          {
            "period_index": 167,
            "periods_from_consummation": 167,
            "payment_amount": 1330.6,
            "principal": 430.51,
            "interest": 900.09,
            "ending_balance": 153869.92
          },
          {
            "period_index": 168,
            "periods_from_consummation": 168,
            "payment_amount": 1330.6,
            "principal": 433.03,
            "interest": 897.57,
            "ending_balance": 153436.89
          },
          {
            "period_index": 169,
            "periods_from_consummation": 169,
            "payment_amount": 1330.6,
            "principal": 435.55,
            "interest": 895.05,
            "ending_balance": 153001.34
          },
          {
            "period_index": 170,
            "periods_from_consummation": 170,
            "payment_amount": 1330.6,
            "principal": 438.09,
            "interest": 892.51,
            "ending_balance": 152563.25
          },
          {
            "period_index": 171,
            "periods_from_consummation": 171,
            "payment_amount": 1330.6,
            "principal": 440.65,
            "interest": 889.95,
            "ending_balance": 152122.6
          },
          {
            "period_index": 172,
            "periods_from_consummation": 172,
            "payment_amount": 1330.6,
            "principal": 443.22,
            "interest": 887.38,
            "ending_balance": 151679.38
          },
          {
            "period_index": 173,
            "periods_from_consummation": 173,
            "payment_amount": 1330.6,
            "principal": 445.8,
            "interest": 884.8,
            "ending_balance": 151233.58
          },
          {
            "period_index": 174,
            "periods_from_consummation": 174,
            "payment_amount": 1330.6,
            "principal": 448.4,
            "interest": 882.2,
            "ending_balance": 150785.18
          },
          {
            "period_index": 175,
            "periods_from_consummation": 175,
            "payment_amount": 1330.6,
            "principal": 451.02,
            "interest": 879.58,
            "ending_balance": 150334.16
          },
          {
            "period_index": 176,
            "periods_from_consummation": 176,
            "payment_amount": 1330.6,
            "principal": 453.65,
            "interest": 876.95,
            "ending_balance": 149880.51
          },
          {
            "period_index": 177,
            "periods_from_consummation": 177,
            "payment_amount": 1330.6,
            "principal": 456.3,
            "interest": 874.3,
            "ending_balance": 149424.21
          },
          {
            "period_index": 178,
            "periods_from_consummation": 178,
            "payment_amount": 1330.6,
            "principal": 458.96,
            "interest": 871.64,
            "ending_balance": 148965.25
          },
          {
            "period_index": 179,
            "periods_from_consummation": 179,
            "payment_amount": 1330.6,
            "principal": 461.64,
            "interest": 868.96,
            "ending_balance": 148503.61
          },
          {
            "period_index": 180,
            "periods_from_consummation": 180,
            "payment_amount": 1330.6,
            "principal": 464.33,
            "interest": 866.27,
            "ending_balance": 148039.28
          },
          {
            "period_index": 181,
            "periods_from_consummation": 181,
            "payment_amount": 1330.6,
            "principal": 467.04,
            "interest": 863.56,
            "ending_balance": 147572.24
          },
          {
            "period_index": 182,
            "periods_from_consummation": 182,
            "payment_amount": 1330.6,
            "principal": 469.76,
            "interest": 860.84,
            "ending_balance": 147102.48
          },
          {
            "period_index": 183,
            "periods_from_consummation": 183,
            "payment_amount": 1330.6,
            "principal": 472.5,
            "interest": 858.1,
            "ending_balance": 146629.98
          },
          {
            "period_index": 184,
            "periods_from_consummation": 184,
            "payment_amount": 1330.6,
            "principal": 475.26,
            "interest": 855.34,
            "ending_balance": 146154.72
          },
          {
            "period_index": 185,
            "periods_from_consummation": 185,
            "payment_amount": 1330.6,
            "principal": 478.03,
            "interest": 852.57,
            "ending_balance": 145676.69
          },
          {
            "period_index": 186,
            "periods_from_consummation": 186,
            "payment_amount": 1330.6,
            "principal": 480.82,
            "interest": 849.78,
            "ending_balance": 145195.87
          },
          {
            "period_index": 187,
            "periods_from_consummation": 187,
            "payment_amount": 1330.6,
            "principal": 483.62,
            "interest": 846.98,
            "ending_balance": 144712.25
          },
          {
            "period_index": 188,
            "periods_from_consummation": 188,
            "payment_amount": 1330.6,
            "principal": 486.45,
            "interest": 844.15,
            "ending_balance": 144225.8
          },
          {
            "period_index": 189,
            "periods_from_consummation": 189,
            "payment_amount": 1330.6,
            "principal": 489.28,
            "interest": 841.32,
            "ending_balance": 143736.52
          },
          {
            "period_index": 190,
            "periods_from_consummation": 190,
            "payment_amount": 1330.6,
            "principal": 492.14,
            "interest": 838.46,
            "ending_balance": 143244.38
          },
          {
            "period_index": 191,
            "periods_from_consummation": 191,
            "payment_amount": 1330.6,
            "principal": 495.01,
            "interest": 835.59,
            "ending_balance": 142749.37
          },
          {
            "period_index": 192,
            "periods_from_consummation": 192,
            "payment_amount": 1330.6,
            "principal": 497.9,
            "interest": 832.7,
            "ending_balance": 142251.47
          },
          {
            "period_index": 193,
            "periods_from_consummation": 193,
            "payment_amount": 1330.6,
            "principal": 500.8,
            "interest": 829.8,
            "ending_balance": 141750.67
          },
          {
            "period_index": 194,
            "periods_from_consummation": 194,
            "payment_amount": 1330.6,
            "principal": 503.72,
            "interest": 826.88,
            "ending_balance": 141246.95
          },
          {
            "period_index": 195,
            "periods_from_consummation": 195,
            "payment_amount": 1330.6,
            "principal": 506.66,
            "interest": 823.94,
            "ending_balance": 140740.29
          },
          {
            "period_index": 196,
            "periods_from_consummation": 196,
            "payment_amount": 1330.6,
            "principal": 509.61,
            "interest": 820.99,
            "ending_balance": 140230.68
          },
          {
            "period_index": 197,
            "periods_from_consummation": 197,
            "payment_amount": 1330.6,
            "principal": 512.59,
            "interest": 818.01,
            "ending_balance": 139718.09
          },
          {
            "period_index": 198,
            "periods_from_consummation": 198,
            "payment_amount": 1330.6,
            "principal": 515.58,
            "interest": 815.02,
            "ending_balance": 139202.51
          },
          {
            "period_index": 199,
            "periods_from_consummation": 199,
            "payment_amount": 1330.6,
            "principal": 518.59,
            "interest": 812.01,
            "ending_balance": 138683.92
          },
          {
            "period_index": 200,
            "periods_from_consummation": 200,
            "payment_amount": 1330.6,
            "principal": 521.61,
            "interest": 808.99,
            "ending_balance": 138162.31
          },
          {
            "period_index": 201,
            "periods_from_consummation": 201,
            "payment_amount": 1330.6,
            "principal": 524.65,
            "interest": 805.95,
            "ending_balance": 137637.66
          },
          {
            "period_index": 202,
            "periods_from_consummation": 202,
            "payment_amount": 1330.6,
            "principal": 527.71,
            "interest": 802.89,
            "ending_balance": 137109.95
          },
          {
            "period_index": 203,
            "periods_from_consummation": 203,
            "payment_amount": 1330.6,
            "principal": 530.79,
            "interest": 799.81,
            "ending_balance": 136579.16
          },
          {
            "period_index": 204,
            "periods_from_consummation": 204,
            "payment_amount": 1330.6,
            "principal": 533.89,
            "interest": 796.71,
            "ending_balance": 136045.27
          },
          {
            "period_index": 205,
            "periods_from_consummation": 205,
            "payment_amount": 1330.6,
            "principal": 537,
            "interest": 793.6,
            "ending_balance": 135508.27
          },
          {
            "period_index": 206,
            "periods_from_consummation": 206,
            "payment_amount": 1330.6,
            "principal": 540.14,
            "interest": 790.46,
            "ending_balance": 134968.13
          },
          {
            "period_index": 207,
            "periods_from_consummation": 207,
            "payment_amount": 1330.6,
            "principal": 543.29,
            "interest": 787.31,
            "ending_balance": 134424.84
          },
          {
            "period_index": 208,
            "periods_from_consummation": 208,
            "payment_amount": 1330.6,
            "principal": 546.46,
            "interest": 784.14,
            "ending_balance": 133878.38
          },
          {
            "period_index": 209,
            "periods_from_consummation": 209,
            "payment_amount": 1330.6,
            "principal": 549.64,
            "interest": 780.96,
            "ending_balance": 133328.74
          },
          {
            "period_index": 210,
            "periods_from_consummation": 210,
            "payment_amount": 1330.6,
            "principal": 552.85,
            "interest": 777.75,
            "ending_balance": 132775.89
          },
          {
            "period_index": 211,
            "periods_from_consummation": 211,
            "payment_amount": 1330.6,
            "principal": 556.07,
            "interest": 774.53,
            "ending_balance": 132219.82
          },
          {
            "period_index": 212,
            "periods_from_consummation": 212,
            "payment_amount": 1330.6,
            "principal": 559.32,
            "interest": 771.28,
            "ending_balance": 131660.5
          },
          {
            "period_index": 213,
            "periods_from_consummation": 213,
            "payment_amount": 1330.6,
            "principal": 562.58,
            "interest": 768.02,
            "ending_balance": 131097.92
          },
          {
            "period_index": 214,
            "periods_from_consummation": 214,
            "payment_amount": 1330.6,
            "principal": 565.86,
            "interest": 764.74,
            "ending_balance": 130532.06
          },
          {
            "period_index": 215,
            "periods_from_consummation": 215,
            "payment_amount": 1330.6,
            "principal": 569.16,
            "interest": 761.44,
            "ending_balance": 129962.9
          },
          {
            "period_index": 216,
            "periods_from_consummation": 216,
            "payment_amount": 1330.6,
            "principal": 572.48,
            "interest": 758.12,
            "ending_balance": 129390.42
          },
          {
            "period_index": 217,
            "periods_from_consummation": 217,
            "payment_amount": 1330.6,
            "principal": 575.82,
            "interest": 754.78,
            "ending_balance": 128814.6
          },
          {
            "period_index": 218,
            "periods_from_consummation": 218,
            "payment_amount": 1330.6,
            "principal": 579.18,
            "interest": 751.42,
            "ending_balance": 128235.42
          },
          {
            "period_index": 219,
            "periods_from_consummation": 219,
            "payment_amount": 1330.6,
            "principal": 582.56,
            "interest": 748.04,
            "ending_balance": 127652.86
          },
          {
            "period_index": 220,
            "periods_from_consummation": 220,
            "payment_amount": 1330.6,
            "principal": 585.96,
            "interest": 744.64,
            "ending_balance": 127066.9
          },
          {
            "period_index": 221,
            "periods_from_consummation": 221,
            "payment_amount": 1330.6,
            "principal": 589.38,
            "interest": 741.22,
            "ending_balance": 126477.52
          },
          {
            "period_index": 222,
            "periods_from_consummation": 222,
            "payment_amount": 1330.6,
            "principal": 592.81,
            "interest": 737.79,
            "ending_balance": 125884.71
          },
          {
            "period_index": 223,
            "periods_from_consummation": 223,
            "payment_amount": 1330.6,
            "principal": 596.27,
            "interest": 734.33,
            "ending_balance": 125288.44
          },
          {
            "period_index": 224,
            "periods_from_consummation": 224,
            "payment_amount": 1330.6,
            "principal": 599.75,
            "interest": 730.85,
            "ending_balance": 124688.69
          },
          {
            "period_index": 225,
            "periods_from_consummation": 225,
            "payment_amount": 1330.6,
            "principal": 603.25,
            "interest": 727.35,
            "ending_balance": 124085.44
          },
          {
            "period_index": 226,
            "periods_from_consummation": 226,
            "payment_amount": 1330.6,
            "principal": 606.77,
            "interest": 723.83,
            "ending_balance": 123478.67
          },
          {
            "period_index": 227,
            "periods_from_consummation": 227,
            "payment_amount": 1330.6,
            "principal": 610.31,
            "interest": 720.29,
            "ending_balance": 122868.36
          },
          {
            "period_index": 228,
            "periods_from_consummation": 228,
            "payment_amount": 1330.6,
            "principal": 613.87,
            "interest": 716.73,
            "ending_balance": 122254.49
          },
          {
            "period_index": 229,
            "periods_from_consummation": 229,
            "payment_amount": 1330.6,
            "principal": 617.45,
            "interest": 713.15,
            "ending_balance": 121637.04
          },
          {
            "period_index": 230,
            "periods_from_consummation": 230,
            "payment_amount": 1330.6,
            "principal": 621.05,
            "interest": 709.55,
            "ending_balance": 121015.99
          },
          {
            "period_index": 231,
            "periods_from_consummation": 231,
            "payment_amount": 1330.6,
            "principal": 624.67,
            "interest": 705.93,
            "ending_balance": 120391.32
          },
          {
            "period_index": 232,
            "periods_from_consummation": 232,
            "payment_amount": 1330.6,
            "principal": 628.32,
            "interest": 702.28,
            "ending_balance": 119763
          },
          {
            "period_index": 233,
            "periods_from_consummation": 233,
            "payment_amount": 1330.6,
            "principal": 631.98,
            "interest": 698.62,
            "ending_balance": 119131.02
          },
          {
            "period_index": 234,
            "periods_from_consummation": 234,
            "payment_amount": 1330.6,
            "principal": 635.67,
            "interest": 694.93,
            "ending_balance": 118495.35
          },
          {
            "period_index": 235,
            "periods_from_consummation": 235,
            "payment_amount": 1330.6,
            "principal": 639.38,
            "interest": 691.22,
            "ending_balance": 117855.97
          },
          {
            "period_index": 236,
            "periods_from_consummation": 236,
            "payment_amount": 1330.6,
            "principal": 643.11,
            "interest": 687.49,
            "ending_balance": 117212.86
          },
          {
            "period_index": 237,
            "periods_from_consummation": 237,
            "payment_amount": 1330.6,
            "principal": 646.86,
            "interest": 683.74,
            "ending_balance": 116566
          },
          {
            "period_index": 238,
            "periods_from_consummation": 238,
            "payment_amount": 1330.6,
            "principal": 650.63,
            "interest": 679.97,
            "ending_balance": 115915.37
          },
          {
            "period_index": 239,
            "periods_from_consummation": 239,
            "payment_amount": 1330.6,
            "principal": 654.43,
            "interest": 676.17,
            "ending_balance": 115260.94
          },
          {
            "period_index": 240,
            "periods_from_consummation": 240,
            "payment_amount": 1330.6,
            "principal": 658.24,
            "interest": 672.36,
            "ending_balance": 114602.7
          },
          {
            "period_index": 241,
            "periods_from_consummation": 241,
            "payment_amount": 1330.6,
            "principal": 662.08,
            "interest": 668.52,
            "ending_balance": 113940.62
          },
          {
            "period_index": 242,
            "periods_from_consummation": 242,
            "payment_amount": 1330.6,
            "principal": 665.95,
            "interest": 664.65,
            "ending_balance": 113274.67
          },
          {
            "period_index": 243,
            "periods_from_consummation": 243,
            "payment_amount": 1330.6,
            "principal": 669.83,
            "interest": 660.77,
            "ending_balance": 112604.84
          },
          {
            "period_index": 244,
            "periods_from_consummation": 244,
            "payment_amount": 1330.6,
            "principal": 673.74,
            "interest": 656.86,
            "ending_balance": 111931.1
          },
          {
            "period_index": 245,
            "periods_from_consummation": 245,
            "payment_amount": 1330.6,
            "principal": 677.67,
            "interest": 652.93,
            "ending_balance": 111253.43
          },
          {
            "period_index": 246,
            "periods_from_consummation": 246,
            "payment_amount": 1330.6,
            "principal": 681.62,
            "interest": 648.98,
            "ending_balance": 110571.81
          },
          {
            "period_index": 247,
            "periods_from_consummation": 247,
            "payment_amount": 1330.6,
            "principal": 685.6,
            "interest": 645,
            "ending_balance": 109886.21
          },
          {
            "period_index": 248,
            "periods_from_consummation": 248,
            "payment_amount": 1330.6,
            "principal": 689.6,
            "interest": 641,
            "ending_balance": 109196.61
          },
          {
            "period_index": 249,
            "periods_from_consummation": 249,
            "payment_amount": 1330.6,
            "principal": 693.62,
            "interest": 636.98,
            "ending_balance": 108502.99
          },
          {
            "period_index": 250,
            "periods_from_consummation": 250,
            "payment_amount": 1330.6,
            "principal": 697.67,
            "interest": 632.93,
            "ending_balance": 107805.32
          },
          {
            "period_index": 251,
            "periods_from_consummation": 251,
            "payment_amount": 1330.6,
            "principal": 701.74,
            "interest": 628.86,
            "ending_balance": 107103.58
          },
          {
            "period_index": 252,
            "periods_from_consummation": 252,
            "payment_amount": 1330.6,
            "principal": 705.83,
            "interest": 624.77,
            "ending_balance": 106397.75
          },
          {
            "period_index": 253,
            "periods_from_consummation": 253,
            "payment_amount": 1330.6,
            "principal": 709.95,
            "interest": 620.65,
            "ending_balance": 105687.8
          },
          {
            "period_index": 254,
            "periods_from_consummation": 254,
            "payment_amount": 1330.6,
            "principal": 714.09,
            "interest": 616.51,
            "ending_balance": 104973.71
          },
          {
            "period_index": 255,
            "periods_from_consummation": 255,
            "payment_amount": 1330.6,
            "principal": 718.25,
            "interest": 612.35,
            "ending_balance": 104255.46
          },
          {
            "period_index": 256,
            "periods_from_consummation": 256,
            "payment_amount": 1330.6,
            "principal": 722.44,
            "interest": 608.16,
            "ending_balance": 103533.02
          },
          {
            "period_index": 257,
            "periods_from_consummation": 257,
            "payment_amount": 1330.6,
            "principal": 726.66,
            "interest": 603.94,
            "ending_balance": 102806.36
          },
          {
            "period_index": 258,
            "periods_from_consummation": 258,
            "payment_amount": 1330.6,
            "principal": 730.9,
            "interest": 599.7,
            "ending_balance": 102075.46
          },
          {
            "period_index": 259,
            "periods_from_consummation": 259,
            "payment_amount": 1330.6,
            "principal": 735.16,
            "interest": 595.44,
            "ending_balance": 101340.3
          },
          {
            "period_index": 260,
            "periods_from_consummation": 260,
            "payment_amount": 1330.6,
            "principal": 739.45,
            "interest": 591.15,
            "ending_balance": 100600.85
          },
          {
            "period_index": 261,
            "periods_from_consummation": 261,
            "payment_amount": 1330.6,
            "principal": 743.76,
            "interest": 586.84,
            "ending_balance": 99857.09
          },
          {
            "period_index": 262,
            "periods_from_consummation": 262,
            "payment_amount": 1330.6,
            "principal": 748.1,
            "interest": 582.5,
            "ending_balance": 99108.99
          },
          {
            "period_index": 263,
            "periods_from_consummation": 263,
            "payment_amount": 1330.6,
            "principal": 752.46,
            "interest": 578.14,
            "ending_balance": 98356.53
          },
          {
            "period_index": 264,
            "periods_from_consummation": 264,
            "payment_amount": 1330.6,
            "principal": 756.85,
            "interest": 573.75,
            "ending_balance": 97599.68
          },
          {
            "period_index": 265,
            "periods_from_consummation": 265,
            "payment_amount": 1330.6,
            "principal": 761.27,
            "interest": 569.33,
            "ending_balance": 96838.41
          },
          {
            "period_index": 266,
            "periods_from_consummation": 266,
            "payment_amount": 1330.6,
            "principal": 765.71,
            "interest": 564.89,
            "ending_balance": 96072.7
          },
          {
            "period_index": 267,
            "periods_from_consummation": 267,
            "payment_amount": 1330.6,
            "principal": 770.18,
            "interest": 560.42,
            "ending_balance": 95302.52
          },
          {
            "period_index": 268,
            "periods_from_consummation": 268,
            "payment_amount": 1330.6,
            "principal": 774.67,
            "interest": 555.93,
            "ending_balance": 94527.85
          },
          {
            "period_index": 269,
            "periods_from_consummation": 269,
            "payment_amount": 1330.6,
            "principal": 779.19,
            "interest": 551.41,
            "ending_balance": 93748.66
          },
          {
            "period_index": 270,
            "periods_from_consummation": 270,
            "payment_amount": 1330.6,
            "principal": 783.73,
            "interest": 546.87,
            "ending_balance": 92964.93
          },
          {
            "period_index": 271,
            "periods_from_consummation": 271,
            "payment_amount": 1330.6,
            "principal": 788.3,
            "interest": 542.3,
            "ending_balance": 92176.63
          },
          {
            "period_index": 272,
            "periods_from_consummation": 272,
            "payment_amount": 1330.6,
            "principal": 792.9,
            "interest": 537.7,
            "ending_balance": 91383.73
          },
          {
            "period_index": 273,
            "periods_from_consummation": 273,
            "payment_amount": 1330.6,
            "principal": 797.53,
            "interest": 533.07,
            "ending_balance": 90586.2
          },
          {
            "period_index": 274,
            "periods_from_consummation": 274,
            "payment_amount": 1330.6,
            "principal": 802.18,
            "interest": 528.42,
            "ending_balance": 89784.02
          },
          {
            "period_index": 275,
            "periods_from_consummation": 275,
            "payment_amount": 1330.6,
            "principal": 806.86,
            "interest": 523.74,
            "ending_balance": 88977.16
          },
          {
            "period_index": 276,
            "periods_from_consummation": 276,
            "payment_amount": 1330.6,
            "principal": 811.57,
            "interest": 519.03,
            "ending_balance": 88165.59
          },
          {
            "period_index": 277,
            "periods_from_consummation": 277,
            "payment_amount": 1330.6,
            "principal": 816.3,
            "interest": 514.3,
            "ending_balance": 87349.29
          },
          {
            "period_index": 278,
            "periods_from_consummation": 278,
            "payment_amount": 1330.6,
            "principal": 821.06,
            "interest": 509.54,
            "ending_balance": 86528.23
          },
          {
            "period_index": 279,
            "periods_from_consummation": 279,
            "payment_amount": 1330.6,
            "principal": 825.85,
            "interest": 504.75,
            "ending_balance": 85702.38
          },
          {
            "period_index": 280,
            "periods_from_consummation": 280,
            "payment_amount": 1330.6,
            "principal": 830.67,
            "interest": 499.93,
            "ending_balance": 84871.71
          },
          {
            "period_index": 281,
            "periods_from_consummation": 281,
            "payment_amount": 1330.6,
            "principal": 835.52,
            "interest": 495.08,
            "ending_balance": 84036.19
          },
          {
            "period_index": 282,
            "periods_from_consummation": 282,
            "payment_amount": 1330.6,
            "principal": 840.39,
            "interest": 490.21,
            "ending_balance": 83195.8
          },
          {
            "period_index": 283,
            "periods_from_consummation": 283,
            "payment_amount": 1330.6,
            "principal": 845.29,
            "interest": 485.31,
            "ending_balance": 82350.51
          },
          {
            "period_index": 284,
            "periods_from_consummation": 284,
            "payment_amount": 1330.6,
            "principal": 850.22,
            "interest": 480.38,
            "ending_balance": 81500.29
          },
          {
            "period_index": 285,
            "periods_from_consummation": 285,
            "payment_amount": 1330.6,
            "principal": 855.18,
            "interest": 475.42,
            "ending_balance": 80645.11
          },
          {
            "period_index": 286,
            "periods_from_consummation": 286,
            "payment_amount": 1330.6,
            "principal": 860.17,
            "interest": 470.43,
            "ending_balance": 79784.94
          },
          {
            "period_index": 287,
            "periods_from_consummation": 287,
            "payment_amount": 1330.6,
            "principal": 865.19,
            "interest": 465.41,
            "ending_balance": 78919.75
          },
          {
            "period_index": 288,
            "periods_from_consummation": 288,
            "payment_amount": 1330.6,
            "principal": 870.23,
            "interest": 460.37,
            "ending_balance": 78049.52
          },
          {
            "period_index": 289,
            "periods_from_consummation": 289,
            "payment_amount": 1330.6,
            "principal": 875.31,
            "interest": 455.29,
            "ending_balance": 77174.21
          },
          {
            "period_index": 290,
            "periods_from_consummation": 290,
            "payment_amount": 1330.6,
            "principal": 880.42,
            "interest": 450.18,
            "ending_balance": 76293.79
          },
          {
            "period_index": 291,
            "periods_from_consummation": 291,
            "payment_amount": 1330.6,
            "principal": 885.55,
            "interest": 445.05,
            "ending_balance": 75408.24
          },
          {
            "period_index": 292,
            "periods_from_consummation": 292,
            "payment_amount": 1330.6,
            "principal": 890.72,
            "interest": 439.88,
            "ending_balance": 74517.52
          },
          {
            "period_index": 293,
            "periods_from_consummation": 293,
            "payment_amount": 1330.6,
            "principal": 895.91,
            "interest": 434.69,
            "ending_balance": 73621.61
          },
          {
            "period_index": 294,
            "periods_from_consummation": 294,
            "payment_amount": 1330.6,
            "principal": 901.14,
            "interest": 429.46,
            "ending_balance": 72720.47
          },
          {
            "period_index": 295,
            "periods_from_consummation": 295,
            "payment_amount": 1330.6,
            "principal": 906.4,
            "interest": 424.2,
            "ending_balance": 71814.07
          },
          {
            "period_index": 296,
            "periods_from_consummation": 296,
            "payment_amount": 1330.6,
            "principal": 911.68,
            "interest": 418.92,
            "ending_balance": 70902.39
          },
          {
            "period_index": 297,
            "periods_from_consummation": 297,
            "payment_amount": 1330.6,
            "principal": 917,
            "interest": 413.6,
            "ending_balance": 69985.39
          },
          {
            "period_index": 298,
            "periods_from_consummation": 298,
            "payment_amount": 1330.6,
            "principal": 922.35,
            "interest": 408.25,
            "ending_balance": 69063.04
          },
          {
            "period_index": 299,
            "periods_from_consummation": 299,
            "payment_amount": 1330.6,
            "principal": 927.73,
            "interest": 402.87,
            "ending_balance": 68135.31
          },
          {
            "period_index": 300,
            "periods_from_consummation": 300,
            "payment_amount": 1330.6,
            "principal": 933.14,
            "interest": 397.46,
            "ending_balance": 67202.17
          },
          {
            "period_index": 301,
            "periods_from_consummation": 301,
            "payment_amount": 1330.6,
            "principal": 938.59,
            "interest": 392.01,
            "ending_balance": 66263.58
          },
          {
            "period_index": 302,
            "periods_from_consummation": 302,
            "payment_amount": 1330.6,
            "principal": 944.06,
            "interest": 386.54,
            "ending_balance": 65319.52
          },
          {
            "period_index": 303,
            "periods_from_consummation": 303,
            "payment_amount": 1330.6,
            "principal": 949.57,
            "interest": 381.03,
            "ending_balance": 64369.95
          },
          {
            "period_index": 304,
            "periods_from_consummation": 304,
            "payment_amount": 1330.6,
            "principal": 955.11,
            "interest": 375.49,
            "ending_balance": 63414.84
          },
          {
            "period_index": 305,
            "periods_from_consummation": 305,
            "payment_amount": 1330.6,
            "principal": 960.68,
            "interest": 369.92,
            "ending_balance": 62454.16
          },
          {
            "period_index": 306,
            "periods_from_consummation": 306,
            "payment_amount": 1330.6,
            "principal": 966.28,
            "interest": 364.32,
            "ending_balance": 61487.88
          },
          {
            "period_index": 307,
            "periods_from_consummation": 307,
            "payment_amount": 1330.6,
            "principal": 971.92,
            "interest": 358.68,
            "ending_balance": 60515.96
          },
          {
            "period_index": 308,
            "periods_from_consummation": 308,
            "payment_amount": 1330.6,
            "principal": 977.59,
            "interest": 353.01,
            "ending_balance": 59538.37
          },
          {
            "period_index": 309,
            "periods_from_consummation": 309,
            "payment_amount": 1330.6,
            "principal": 983.29,
            "interest": 347.31,
            "ending_balance": 58555.08
          },
          {
            "period_index": 310,
            "periods_from_consummation": 310,
            "payment_amount": 1330.6,
            "principal": 989.03,
            "interest": 341.57,
            "ending_balance": 57566.05
          },
          {
            "period_index": 311,
            "periods_from_consummation": 311,
            "payment_amount": 1330.6,
            "principal": 994.8,
            "interest": 335.8,
            "ending_balance": 56571.25
          },
          {
            "period_index": 312,
            "periods_from_consummation": 312,
            "payment_amount": 1330.6,
            "principal": 1000.6,
            "interest": 330,
            "ending_balance": 55570.65
          },
          {
            "period_index": 313,
            "periods_from_consummation": 313,
            "payment_amount": 1330.6,
            "principal": 1006.44,
            "interest": 324.16,
            "ending_balance": 54564.21
          },
          {
            "period_index": 314,
            "periods_from_consummation": 314,
            "payment_amount": 1330.6,
            "principal": 1012.31,
            "interest": 318.29,
            "ending_balance": 53551.9
          },
          {
            "period_index": 315,
            "periods_from_consummation": 315,
            "payment_amount": 1330.6,
            "principal": 1018.21,
            "interest": 312.39,
            "ending_balance": 52533.69
          },
          {
            "period_index": 316,
            "periods_from_consummation": 316,
            "payment_amount": 1330.6,
            "principal": 1024.15,
            "interest": 306.45,
            "ending_balance": 51509.54
          },
          {
            "period_index": 317,
            "periods_from_consummation": 317,
            "payment_amount": 1330.6,
            "principal": 1030.13,
            "interest": 300.47,
            "ending_balance": 50479.41
          },
          {
            "period_index": 318,
            "periods_from_consummation": 318,
            "payment_amount": 1330.6,
            "principal": 1036.14,
            "interest": 294.46,
            "ending_balance": 49443.27
          },
          {
            "period_index": 319,
            "periods_from_consummation": 319,
            "payment_amount": 1330.6,
            "principal": 1042.18,
            "interest": 288.42,
            "ending_balance": 48401.09
          },
          {
            "period_index": 320,
            "periods_from_consummation": 320,
            "payment_amount": 1330.6,
            "principal": 1048.26,
            "interest": 282.34,
            "ending_balance": 47352.83
          },
          {
            "period_index": 321,
            "periods_from_consummation": 321,
            "payment_amount": 1330.6,
            "principal": 1054.38,
            "interest": 276.22,
            "ending_balance": 46298.45
          },
          {
            "period_index": 322,
            "periods_from_consummation": 322,
            "payment_amount": 1330.6,
            "principal": 1060.53,
            "interest": 270.07,
            "ending_balance": 45237.92
          },
          {
            "period_index": 323,
            "periods_from_consummation": 323,
            "payment_amount": 1330.6,
            "principal": 1066.71,
            "interest": 263.89,
            "ending_balance": 44171.21
          },
          {
            "period_index": 324,
            "periods_from_consummation": 324,
            "payment_amount": 1330.6,
            "principal": 1072.93,
            "interest": 257.67,
            "ending_balance": 43098.28
          },
          {
            "period_index": 325,
            "periods_from_consummation": 325,
            "payment_amount": 1330.6,
            "principal": 1079.19,
            "interest": 251.41,
            "ending_balance": 42019.09
          },
          {
            "period_index": 326,
            "periods_from_consummation": 326,
            "payment_amount": 1330.6,
            "principal": 1085.49,
            "interest": 245.11,
            "ending_balance": 40933.6
          },
          {
            "period_index": 327,
            "periods_from_consummation": 327,
            "payment_amount": 1330.6,
            "principal": 1091.82,
            "interest": 238.78,
            "ending_balance": 39841.78
          },
          {
            "period_index": 328,
            "periods_from_consummation": 328,
            "payment_amount": 1330.6,
            "principal": 1098.19,
            "interest": 232.41,
            "ending_balance": 38743.59
          },
          {
            "period_index": 329,
            "periods_from_consummation": 329,
            "payment_amount": 1330.6,
            "principal": 1104.6,
            "interest": 226,
            "ending_balance": 37638.99
          },
          {
            "period_index": 330,
            "periods_from_consummation": 330,
            "payment_amount": 1330.6,
            "principal": 1111.04,
            "interest": 219.56,
            "ending_balance": 36527.95
          },
          {
            "period_index": 331,
            "periods_from_consummation": 331,
            "payment_amount": 1330.6,
            "principal": 1117.52,
            "interest": 213.08,
            "ending_balance": 35410.43
          },
          {
            "period_index": 332,
            "periods_from_consummation": 332,
            "payment_amount": 1330.6,
            "principal": 1124.04,
            "interest": 206.56,
            "ending_balance": 34286.39
          },
          {
            "period_index": 333,
            "periods_from_consummation": 333,
            "payment_amount": 1330.6,
            "principal": 1130.6,
            "interest": 200,
            "ending_balance": 33155.79
          },
          {
            "period_index": 334,
            "periods_from_consummation": 334,
            "payment_amount": 1330.6,
            "principal": 1137.19,
            "interest": 193.41,
            "ending_balance": 32018.6
          },
          {
            "period_index": 335,
            "periods_from_consummation": 335,
            "payment_amount": 1330.6,
            "principal": 1143.82,
            "interest": 186.78,
            "ending_balance": 30874.78
          },
          {
            "period_index": 336,
            "periods_from_consummation": 336,
            "payment_amount": 1330.6,
            "principal": 1150.5,
            "interest": 180.1,
            "ending_balance": 29724.28
          },
          {
            "period_index": 337,
            "periods_from_consummation": 337,
            "payment_amount": 1330.6,
            "principal": 1157.21,
            "interest": 173.39,
            "ending_balance": 28567.07
          },
          {
            "period_index": 338,
            "periods_from_consummation": 338,
            "payment_amount": 1330.6,
            "principal": 1163.96,
            "interest": 166.64,
            "ending_balance": 27403.11
          },
          {
            "period_index": 339,
            "periods_from_consummation": 339,
            "payment_amount": 1330.6,
            "principal": 1170.75,
            "interest": 159.85,
            "ending_balance": 26232.36
          },
          {
            "period_index": 340,
            "periods_from_consummation": 340,
            "payment_amount": 1330.6,
            "principal": 1177.58,
            "interest": 153.02,
            "ending_balance": 25054.78
          },
          {
            "period_index": 341,
            "periods_from_consummation": 341,
            "payment_amount": 1330.6,
            "principal": 1184.45,
            "interest": 146.15,
            "ending_balance": 23870.33
          },
          {
            "period_index": 342,
            "periods_from_consummation": 342,
            "payment_amount": 1330.6,
            "principal": 1191.36,
            "interest": 139.24,
            "ending_balance": 22678.97
          },
          {
            "period_index": 343,
            "periods_from_consummation": 343,
            "payment_amount": 1330.6,
            "principal": 1198.31,
            "interest": 132.29,
            "ending_balance": 21480.66
          },
          {
            "period_index": 344,
            "periods_from_consummation": 344,
            "payment_amount": 1330.6,
            "principal": 1205.3,
            "interest": 125.3,
            "ending_balance": 20275.36
          },
          {
            "period_index": 345,
            "periods_from_consummation": 345,
            "payment_amount": 1330.6,
            "principal": 1212.33,
            "interest": 118.27,
            "ending_balance": 19063.03
          },
          {
            "period_index": 346,
            "periods_from_consummation": 346,
            "payment_amount": 1330.6,
            "principal": 1219.4,
            "interest": 111.2,
            "ending_balance": 17843.63
          },
          {
            "period_index": 347,
            "periods_from_consummation": 347,
            "payment_amount": 1330.6,
            "principal": 1226.51,
            "interest": 104.09,
            "ending_balance": 16617.12
          },
          {
            "period_index": 348,
            "periods_from_consummation": 348,
            "payment_amount": 1330.6,
            "principal": 1233.67,
            "interest": 96.93,
            "ending_balance": 15383.45
          },
          {
            "period_index": 349,
            "periods_from_consummation": 349,
            "payment_amount": 1330.6,
            "principal": 1240.86,
            "interest": 89.74,
            "ending_balance": 14142.59
          },
          {
            "period_index": 350,
            "periods_from_consummation": 350,
            "payment_amount": 1330.6,
            "principal": 1248.1,
            "interest": 82.5,
            "ending_balance": 12894.49
          },
          {
            "period_index": 351,
            "periods_from_consummation": 351,
            "payment_amount": 1330.6,
            "principal": 1255.38,
            "interest": 75.22,
            "ending_balance": 11639.11
          },
          {
            "period_index": 352,
            "periods_from_consummation": 352,
            "payment_amount": 1330.6,
            "principal": 1262.71,
            "interest": 67.89,
            "ending_balance": 10376.4
          },
          {
            "period_index": 353,
            "periods_from_consummation": 353,
            "payment_amount": 1330.6,
            "principal": 1270.07,
            "interest": 60.53,
            "ending_balance": 9106.33
          },
          {
            "period_index": 354,
            "periods_from_consummation": 354,
            "payment_amount": 1330.6,
            "principal": 1277.48,
            "interest": 53.12,
            "ending_balance": 7828.85
          },
          {
            "period_index": 355,
            "periods_from_consummation": 355,
            "payment_amount": 1330.6,
            "principal": 1284.93,
            "interest": 45.67,
            "ending_balance": 6543.92
          },
          {
            "period_index": 356,
            "periods_from_consummation": 356,
            "payment_amount": 1330.6,
            "principal": 1292.43,
            "interest": 38.17,
            "ending_balance": 5251.49
          },
          {
            "period_index": 357,
            "periods_from_consummation": 357,
            "payment_amount": 1330.6,
            "principal": 1299.97,
            "interest": 30.63,
            "ending_balance": 3951.52
          },
          {
            "period_index": 358,
            "periods_from_consummation": 358,
            "payment_amount": 1330.6,
            "principal": 1307.55,
            "interest": 23.05,
            "ending_balance": 2643.97
          },
          {
            "period_index": 359,
            "periods_from_consummation": 359,
            "payment_amount": 1330.6,
            "principal": 1315.18,
            "interest": 15.42,
            "ending_balance": 1328.79
          },
          {
            "period_index": 360,
            "periods_from_consummation": 360,
            "payment_amount": 1336.54,
            "principal": 1328.79,
            "interest": 7.75,
            "ending_balance": 0
          }
        ],
        "totals": {
          "total_interest": 279021.94,
          "total_principal": 200000,
          "num_payments": 360,
          "ending_balance": 0
        },
        "advances": [
          {
            "amount": 200000,
            "periods_from_consummation": 0
          }
        ],
        "payments": [
          {
            "amount": 1330.6,
            "periods_from_consummation": 1
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 2
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 3
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 4
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 5
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 6
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 7
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 8
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 9
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 10
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 11
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 12
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 13
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 14
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 15
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 16
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 17
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 18
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 19
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 20
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 21
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 22
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 23
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 24
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 25
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 26
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 27
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 28
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 29
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 30
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 31
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 32
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 33
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 34
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 35
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 36
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 37
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 38
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 39
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 40
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 41
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 42
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 43
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 44
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 45
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 46
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 47
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 48
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 49
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 50
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 51
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 52
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 53
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 54
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 55
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 56
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 57
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 58
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 59
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 60
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 61
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 62
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 63
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 64
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 65
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 66
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 67
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 68
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 69
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 70
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 71
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 72
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 73
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 74
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 75
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 76
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 77
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 78
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 79
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 80
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 81
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 82
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 83
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 84
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 85
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 86
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 87
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 88
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 89
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 90
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 91
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 92
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 93
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 94
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 95
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 96
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 97
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 98
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 99
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 100
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 101
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 102
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 103
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 104
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 105
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 106
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 107
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 108
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 109
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 110
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 111
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 112
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 113
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 114
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 115
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 116
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 117
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 118
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 119
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 120
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 121
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 122
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 123
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 124
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 125
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 126
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 127
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 128
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 129
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 130
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 131
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 132
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 133
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 134
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 135
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 136
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 137
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 138
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 139
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 140
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 141
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 142
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 143
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 144
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 145
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 146
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 147
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 148
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 149
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 150
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 151
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 152
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 153
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 154
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 155
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 156
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 157
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 158
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 159
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 160
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 161
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 162
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 163
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 164
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 165
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 166
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 167
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 168
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 169
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 170
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 171
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 172
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 173
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 174
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 175
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 176
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 177
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 178
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 179
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 180
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 181
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 182
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 183
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 184
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 185
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 186
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 187
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 188
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 189
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 190
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 191
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 192
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 193
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 194
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 195
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 196
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 197
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 198
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 199
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 200
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 201
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 202
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 203
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 204
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 205
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 206
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 207
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 208
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 209
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 210
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 211
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 212
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 213
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 214
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 215
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 216
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 217
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 218
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 219
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 220
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 221
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 222
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 223
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 224
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 225
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 226
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 227
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 228
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 229
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 230
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 231
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 232
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 233
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 234
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 235
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 236
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 237
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 238
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 239
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 240
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 241
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 242
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 243
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 244
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 245
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 246
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 247
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 248
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 249
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 250
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 251
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 252
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 253
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 254
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 255
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 256
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 257
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 258
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 259
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 260
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 261
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 262
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 263
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 264
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 265
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 266
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 267
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 268
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 269
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 270
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 271
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 272
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 273
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 274
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 275
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 276
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 277
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 278
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 279
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 280
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 281
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 282
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 283
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 284
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 285
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 286
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 287
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 288
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 289
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 290
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 291
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 292
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 293
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 294
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 295
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 296
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 297
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 298
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 299
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 300
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 301
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 302
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 303
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 304
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 305
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 306
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 307
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 308
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 309
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 310
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 311
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 312
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 313
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 314
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 315
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 316
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 317
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 318
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 319
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 320
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 321
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 322
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 323
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 324
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 325
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 326
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 327
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 328
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 329
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 330
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 331
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 332
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 333
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 334
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 335
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 336
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 337
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 338
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 339
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 340
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 341
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 342
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 343
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 344
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 345
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 346
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 347
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 348
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 349
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 350
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 351
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 352
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 353
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 354
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 355
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 356
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 357
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 358
          },
          {
            "amount": 1330.6,
            "periods_from_consummation": 359
          },
          {
            "amount": 1336.54,
            "periods_from_consummation": 360
          }
        ],
        "regulatory_basis": "12 CFR 1026 Appendix J (Reg Z general actuarial equation, unit-period and odd-days conventions). Buydown modeling (temp_buydown) is a schedule-construction convenience, not an Appendix J concept.",
        "note": "Odd-days fraction shifts periods_from_consummation for the first period per Appendix J unit-period convention; it does not change per-period interest/principal allocation. Feed advances/payments directly into compute_reg_z_appendix_j_apr (art-215) for an actuarial APR on this schedule.",
        "note_payment_amount": 1330.6,
        "buydown_type": "2-1",
        "buydown_subsidy_schedule": [
          {
            "period_index": 1,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 2,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 3,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 4,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 5,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 6,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 7,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 8,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 9,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 10,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 11,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 12,
            "year": 1,
            "reduction_pct": 2,
            "borrower_payment_amount": 1073.64,
            "subsidy_amount": 256.96
          },
          {
            "period_index": 13,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 14,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 15,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 16,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 17,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 18,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 19,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 20,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 21,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 22,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 23,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 24,
            "year": 2,
            "reduction_pct": 1,
            "borrower_payment_amount": 1199.1,
            "subsidy_amount": 131.5
          },
          {
            "period_index": 25,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 26,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 27,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 28,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 29,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 30,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 31,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 32,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 33,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 34,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 35,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 36,
            "year": 3,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 37,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 38,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 39,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 40,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 41,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 42,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 43,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 44,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 45,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 46,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 47,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 48,
            "year": 4,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 49,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 50,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 51,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 52,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 53,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 54,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 55,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 56,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 57,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 58,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 59,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 60,
            "year": 5,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 61,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 62,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 63,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 64,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 65,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 66,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 67,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 68,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 69,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 70,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 71,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 72,
            "year": 6,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 73,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 74,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 75,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 76,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 77,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 78,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 79,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 80,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 81,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 82,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 83,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 84,
            "year": 7,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 85,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 86,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 87,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 88,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 89,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 90,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 91,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 92,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 93,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 94,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 95,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 96,
            "year": 8,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 97,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 98,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 99,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 100,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 101,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 102,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 103,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 104,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 105,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 106,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 107,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 108,
            "year": 9,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 109,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 110,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 111,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 112,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 113,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 114,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 115,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 116,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 117,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 118,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 119,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 120,
            "year": 10,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 121,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 122,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 123,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 124,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 125,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 126,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 127,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 128,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 129,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 130,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 131,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 132,
            "year": 11,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 133,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 134,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 135,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 136,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 137,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 138,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 139,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 140,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 141,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 142,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 143,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 144,
            "year": 12,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 145,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 146,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 147,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 148,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 149,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 150,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 151,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 152,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 153,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 154,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 155,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 156,
            "year": 13,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 157,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 158,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 159,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 160,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 161,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 162,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 163,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 164,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 165,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 166,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 167,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 168,
            "year": 14,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 169,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 170,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 171,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 172,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 173,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 174,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 175,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 176,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 177,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 178,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 179,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 180,
            "year": 15,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 181,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 182,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 183,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 184,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 185,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 186,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 187,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 188,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 189,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 190,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 191,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 192,
            "year": 16,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 193,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 194,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 195,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 196,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 197,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 198,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 199,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 200,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 201,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 202,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 203,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 204,
            "year": 17,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 205,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 206,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 207,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 208,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 209,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 210,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 211,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 212,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 213,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 214,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 215,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 216,
            "year": 18,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 217,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 218,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 219,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 220,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 221,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 222,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 223,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 224,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 225,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 226,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 227,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 228,
            "year": 19,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 229,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 230,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 231,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 232,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 233,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 234,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 235,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 236,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 237,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 238,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 239,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 240,
            "year": 20,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 241,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 242,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 243,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 244,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 245,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 246,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 247,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 248,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 249,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 250,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 251,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 252,
            "year": 21,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 253,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 254,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 255,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 256,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 257,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 258,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 259,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 260,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 261,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 262,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 263,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 264,
            "year": 22,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 265,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 266,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 267,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 268,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 269,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 270,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 271,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 272,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 273,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 274,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 275,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 276,
            "year": 23,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 277,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 278,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 279,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 280,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 281,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 282,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 283,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 284,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 285,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 286,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 287,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 288,
            "year": 24,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 289,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 290,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 291,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 292,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 293,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 294,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 295,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 296,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 297,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 298,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 299,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 300,
            "year": 25,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 301,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 302,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 303,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 304,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 305,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 306,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 307,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 308,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 309,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 310,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 311,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 312,
            "year": 26,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 313,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 314,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 315,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 316,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 317,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 318,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 319,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 320,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 321,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 322,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 323,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 324,
            "year": 27,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 325,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 326,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 327,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 328,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 329,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 330,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 331,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 332,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 333,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 334,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 335,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 336,
            "year": 28,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 337,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 338,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 339,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 340,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 341,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 342,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 343,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 344,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 345,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 346,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 347,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 348,
            "year": 29,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 349,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 350,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 351,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 352,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 353,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 354,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 355,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 356,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 357,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 358,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 359,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          },
          {
            "period_index": 360,
            "year": 30,
            "reduction_pct": 0,
            "borrower_payment_amount": 1330.6,
            "subsidy_amount": 0
          }
        ],
        "schedule_digest": "sha256:e90662af78f0e2686a221009537b9a4662f8f902d04aac86cca6a6797660d57b"
      },
      "golden_hash": "3c266dc22de35ece93c61c2a9398018b1a25f46df8031a48c72f8fc3370091b6"
    }
  ]
}
