quantmath 0.1.0

A library of quantitative maths and a framework for quantitative valuation and risk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "Equity": {
        "id": "AZ.L",
        "credit_id": "LSE",
        "currency": "GBP",
        "settlement": {
            "BusinessDays": {
                "calendar": {
                    "WeekdayCalendar": []
                },
                "step": 2,
                "slip_forward": true
            }
        }
    }
}