financial_functions/validation_json_schemas.py [4:14]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "type": "object",
    "properties": {
        "rate": {
            "type": "number"
        },
        "nper": {
            "type": "number"
        },
        "pmt": {
            "type": "number"
        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



financial_functions/validation_json_schemas.py [52:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "type": "object",
    "properties": {
        "rate": {
            "type": "number"
        },
        "nper": {
            "type": "number"
        },
        "pmt": {
            "type": "number"
        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



