Module curveengine.parsing

Parsing and checking functions. The main goal of this methods is to validate that the input JSON file is correct and can be used to build curves and indexes. The functions are called by the CurveEngine class, but are available for other uses.

Expand source code
'''
    Parsing and checking functions. The main goal of this methods is to validate that the input JSON 
    file is correct and can be used to build curves and indexes. The functions are called by the 
    CurveEngine class, but are available for other uses.

'''

Sub-modules

curveengine.parsing.checks
curveengine.parsing.enums
curveengine.parsing.others
curveengine.parsing.parsers
curveengine.parsing.ratehelpers