financial_functions/validation_json_schemas.py [61:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "type": "number"
        },
        "fv": {
            "type": "number"
        },
        "type": {
            "type": "integer",
            "enum": [0, 1]
        }
    },
    "anyOf": [
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



financial_functions/validation_json_schemas.py [250:261]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "type": "number"
        },
        "fv": {
            "type": "number"
        },
        "type": {
            "type": "integer",
            "enum": [0, 1]
        }
    },
    "anyOf": [
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



