financial_functions/validation_json_schemas.py [16:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "type": "number"
        },
        "type": {
            "type": "integer",
            "enum": [0, 1]
        }
    },
    "anyOf": [
        {
            "required": ["rate", "nper", "pmt"]
        },
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



financial_functions/validation_json_schemas.py [64:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "type": "number"
        },
        "type": {
            "type": "integer",
            "enum": [0, 1]
        }
    },
    "anyOf": [
        {
            "required": ["rate", "nper", "pmt"]
        },
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



