---
title: DELL - Dynamic Education Loan Ledger | Giftson Tensingh
description: Dynamic Education Loan Ledger with floating rate engine, daily accrual, multi-stage disbursement, moratorium logic, and bulk payment impact analysis.
image: https://giftson.fyi/favicon.png
---

# DELL — Dynamic Education Loan Ledger

**Author:** Giftson Tensingh  
**URL:** [https://giftson.fyi/emiedu.html](https://giftson.fyi/emiedu.html)

---

## Overview

**DELL (Dynamic Education Loan Ledger)** is an advanced financial calculation and simulation engine tailored specifically for the complexities of higher education loans, international student loans, and floating-rate credit facilities.

Unlike standard fixed-loan calculators, DELL simulates real-world loan lifecycles involving multi-stage disbursements (semester-by-semester), moratorium periods (course duration + grace period), simple interest accrual during study, capitalization upon repayment commencement, and historical or forecasted floating interest rate revisions.

---

## Key Capabilities

1. **Multi-Tranche Disbursement Engine:**
   - Model multi-semester or multi-phase loan releases where interest accumulates proportionally only on disbursed tranches.
2. **Moratorium & Study Period Mechanics:**
   - Full support for Simple Interest (SI) during study, Partial EMI (simple interest service), or zero-payment moratoria with post-moratorium interest capitalization into the principal.
3. **Floating Benchmark Rate Management:**
   - Simulate historical and future floating interest rate changes with exact effective dates.
4. **Daily Accrual Calculations:**
   - High-precision daily interest accrual model ($365 / 366$ day conventions) matching commercial banking standards.
5. **Bulk & Prepayment Impact Simulation:**
   - Analyze tenure reduction vs. EMI reduction when making ad-hoc bulk prepayments.
6. **Export & Reporting:**
   - Generate full downloadable amortization tables (CSV and print-optimized PDF).

---

## Financial Logic & Calculation Pipeline

1. **Disbursement Phase:** For each disbursement date $d_i$ and amount $A_i$, interest accrues on $\sum A_i$ based on the prevailing floating rate $R(t)$.
2. **Moratorium Transition:** At the end of the moratorium period:
   - If interest was unpaid: $\text{Repayment Principal } P_0 = \text{Disbursed Total} + \text{Accrued Moratorium Interest}$.
   - If interest was serviced: $\text{Repayment Principal } P_0 = \text{Disbursed Total}$.
3. **Amortization Phase:** Recalculates monthly installments dynamically as floating rate transitions or prepayments occur.

---

## Technical Specifications

- Client-side computation with reactive state management in vanilla JavaScript (`dell.js`).
- Modular CSS design system (`dell.css`, `dell-base.css`).
- Zero data transmission to third parties (complete financial confidentiality).

```json
{
  "@context": "https://schema.org",
  "@type": "WebApplication",
  "name": "DELL - Dynamic Education Loan Ledger",
  "url": "https://giftson.fyi/emiedu.html",
  "applicationCategory": "FinanceApplication",
  "operatingSystem": "All",
  "author": {
    "@type": "Person",
    "name": "Giftson Tensingh",
    "url": "https://giftson.fyi/"
  }
}
```
