Calculating Fees...
| Fee Type | Amount | |
|---|---|---|
| Filing Fees | ${{modal.feeInformation.statutoryFees.toFixed(2)}} | |
| {{modal.sharedInfo.servicingFeeText !== undefined ? modal.sharedInfo.servicingFeeText : 'Convenience Fee'}} | ${{modal.feeInformation.servicingFees.toFixed(2)}} | |
| Processing Fees | ${{modal.feeInformation.processingFees.toFixed(2)}} | |
| Tax | ${{modal.feeInformation.taxes.toFixed(2)}} | |
| Bundle Discount | (${{modal.feeInformation.bundleDiscount.toFixed(2)}}) | |
| Total | ${{modal.totalCost.toFixed(2)}} | |
| Waived Amount | (${{modal.feeWaivedAmount.toFixed(2)}}) | |
| Conditional Total | ${{modal.conditionalTotal.toFixed(2)}} |
Fees have been conditionally waived.