austinmcconnell/mortgage

View on GitHub
mortgage/loan.py

Summary

Maintainability
A
45 mins
Test Coverage
A
99%

Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, principal, interest, term, term_unit='years', compounded='monthly', currency='$'):
Severity: Minor
Found in mortgage/loan.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status