financial_functions/validation_json_schemas.py [244:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "type": "number"
        },
        "pmt": {
            "type": "number"
        },
        "pv": {
            "type": "number"
        },
        "fv": {
            "type": "number"
        },
        "type": {
            "type": "integer",
            "enum": [0, 1]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



financial_functions/validation_json_schemas.py [275:288]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "type": "number"
        },
        "pmt": {
            "type": "number"
        },
        "pv": {
            "type": "number"
        },
        "fv": {
            "type": "number"
        },
        "type": {
            "type": "integer",
            "enum": [0, 1]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



