Rate Card Migration Summary
Source document: RATE_CARD_MIGRATION_SUMMARY.md
Date: December 2, 2025
Objective
Unify finmatch-p credit products into shared rate card source:
gs://finmatch-shared/finmatch-rate-card.json
Migration Result
finmatch-pproducts: 83finmatch-sharedbefore: 74finmatch-sharedafter: 83- Net added: 9 products
Products Added
- Humm: 3
- Snap: 4
- DivideBuy: 2
Structural Notes
Observed field variations preserved during migration:
apr_type(for examplefixed,representative)first_paymentstructures (amountorfactor)- additional rate fields:
rate_factor_intercepttotal_repayment_rate_factortotal_repayment_intercept
Operational Steps
- Update local
configs/finmatch-rate-card.json. - Sync/update shared rate card in GCS or via API-owned process.
- Verify Credit Products API count and sample product retrieval.
- Continue environment alignment for non-production environments.
Verification Commands
node scripts/compare-rate-cards.js
curl https://api.finmatch.io/health
curl https://api.finmatch.io/api/v1/credit-products | jq '.count'
Status
Migration complete in source summary; follow-up sync and API verification required as part of operational rollout.