# XWUIAmortizationSchedule

Interactive amortization table with extra-payment what-ifs. Principal-versus-interest is a CSS split, not a Chart* type.

## BasicUsage

Default 30-year mortgage table.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default 30-year mortgage table.
```

## ExtraPayment

Apply a monthly extra payment.

```example
file: examples/ExtraPayment.ts
html: examples/ExtraPayment.html
title: ExtraPayment
description: Apply a monthly extra payment.
```

## SetPrincipal

Change principal from the class API.

```example
file: examples/SetPrincipal.ts
html: examples/SetPrincipal.html
title: SetPrincipal
description: Change principal from the class API.
```

## ExportCsv

Read the computed CSV.

```example
file: examples/ExportCsv.ts
html: examples/ExportCsv.html
title: ExportCsv
description: Read the computed CSV.
```

```api
```
