Skip to content

Instantly share code, notes, and snippets.

@rahulroshan96
Last active November 23, 2025 13:52
Show Gist options
  • Select an option

  • Save rahulroshan96/8d679717b6175f819dbc1b52e7dce717 to your computer and use it in GitHub Desktop.

Select an option

Save rahulroshan96/8d679717b6175f819dbc1b52e7dce717 to your computer and use it in GitHub Desktop.
user.json
{
"customer": {
"customerId": "CUST-102931",
"name": "Rahul Sharma",
"phoneNumber": "+91XXXXXXXXXX",
"email": "[email protected]"
},
"loanAccount": {
"loanAccountId": "LN-567890",
"loanType": "Personal Loan",
"loanAmount": 250000,
"interestRate": 13.5,
"tenureMonths": 36,
"sanctionedDate": "2023-04-15",
"emiAmount": 8530,
"nextDueDate": "2025-12-10",
"totalEMIs": 36,
"emiPaidCount": 18,
"emiPendingCount": 18,
"overdue": {
"isOverdue": true,
"overdueEMICount": 2,
"overdueAmount": 20000,
"lastPaymentDate": "2025-09-10",
"daysPastDue": 45
}
},
"communicationPreferences": {
"preferredLanguage": "English",
"preferredContactTime": "Evening",
"allowSMS": true,
"allowCalls": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment