File size: 12,139 Bytes
38171fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
test_data = {
    1: {
        "quotes": {"expenseRatio": 0.023399999999999997, "lastTurnoverRatio": 0.1568},
        "holdings": {
            "equityHoldingPage": {
                "pageSize": 100,
                "totalPage": 1,
                "pageNumber": 1,
                "holdingList": [
                    {
                        "isin": "INE280A01028",
                        "weighting": 9.3,
                    },
                    {
                        "isin": "INE002A01018",
                        "weighting": 7.1,
                    },
                    {"isin": "INE090A01021", "weighting": 2.4},
                    {"isin": "INE040A01034", "weighting": 1.1},
                ],
            },
        },
        "list_info": {"isin": "MF123"},
        "risk_measures": {
            "cur": "INR",
            "fundName": "Testing fund 2",
            "indexName": "Morningstar India GR INR",
            "categoryName": "Large-Cap",
            "fundRiskVolatility": {
                "endDate": "2023-11-30T06:00:00.000",
                "for1Year": {
                    "beta": 1.002,
                    "alpha": 4.464,
                    "rSquared": 98.8,
                    "sharpeRatio": 0.877,
                    "standardDeviation": 11.355,
                },
                "for3Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for5Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for10Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for15Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "bestFitIndexName": None,
                "forLongestTenure": None,
                "bestFitBetaFor3Year": None,
                "primaryIndexNameNew": "S&P BSE 100 India TR INR",
                "bestFitAlphaFor3Year": None,
                "bestFitRSquaredFor3Year": None,
            },
        },
    },
    2: {
        "quotes": {"expenseRatio": 0.023399999999999997, "lastTurnoverRatio": 0.5158},
        "holdings": {
            "equityHoldingPage": {
                "pageSize": 100,
                "totalPage": 1,
                "pageNumber": 1,
                "holdingList": [
                    {"isin": "INE040A01034", "weighting": 7.6},
                    {"isin": "INE154A01025", "weighting": 1.1},
                    {"isin": "INE018A01030", "weighting": 3.2},
                    {"isin": "INE154A01025", "weighting": 3.1},
                ],
            },
        },
        "list_info": {"isin": "MF123"},
        "risk_measures": {
            "cur": "INR",
            "fundName": "Testing fund 2",
            "indexName": "Morningstar India GR INR",
            "categoryName": "Large-Cap",
            "fundRiskVolatility": {
                "endDate": "2023-11-30T06:00:00.000",
                "for1Year": {
                    "beta": 0.994,
                    "alpha": 0.337,
                    "rSquared": 98.8,
                    "sharpeRatio": 0.341,
                    "standardDeviation": 11.355,
                },
                "for3Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for5Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for10Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for15Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "bestFitIndexName": None,
                "forLongestTenure": None,
                "bestFitBetaFor3Year": None,
                "primaryIndexNameNew": "S&P BSE 100 India TR INR",
                "bestFitAlphaFor3Year": None,
                "bestFitRSquaredFor3Year": None,
            },
        },
    },
    3: {
        "quotes": {"expenseRatio": 0.0106, "lastTurnoverRatio": 0.3109},
        "holdings": {
            "equityHoldingPage": {
                "pageSize": 100,
                "totalPage": 1,
                "pageNumber": 1,
                "holdingList": [
                    {"isin": "INE280A01028", "weighting": 11.2},
                    {"isin": "INE090A01021", "weighting": 7.1},
                    {"isin": "INE040A01034", "weighting": 2.4},
                ],
            },
        },
        "list_info": {"isin": "MF123"},
        "risk_measures": {
            "cur": "INR",
            "fundName": "Testing fund 2",
            "indexName": "Morningstar India GR INR",
            "categoryName": "Large-Cap",
            "fundRiskVolatility": {
                "endDate": "2023-11-30T06:00:00.000",
                "for1Year": {
                    "beta": 0.954,
                    "alpha": -0.645,
                    "rSquared": 98.8,
                    "sharpeRatio": 0.251,
                    "standardDeviation": 11.355,
                },
                "for3Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for5Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for10Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for15Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "bestFitIndexName": None,
                "forLongestTenure": None,
                "bestFitBetaFor3Year": None,
                "primaryIndexNameNew": "S&P BSE 100 India TR INR",
                "bestFitAlphaFor3Year": None,
                "bestFitRSquaredFor3Year": None,
            },
        },
    },
    4: {
        "quotes": {"expenseRatio": 0.0158, "lastTurnoverRatio": 0.5451},
        "holdings": {
            "equityHoldingPage": {
                "pageSize": 100,
                "totalPage": 1,
                "pageNumber": 1,
                "holdingList": [
                    {"isin": "INE280A01028", "weighting": 10.2},
                    {"isin": "INE002A01018", "weighting": 9.2},
                ],
            },
        },
        "list_info": {"isin": "MF123"},
        "risk_measures": {
            "cur": "INR",
            "fundName": "Testing fund 2",
            "indexName": "Morningstar India GR INR",
            "categoryName": "Large-Cap",
            "fundRiskVolatility": {
                "endDate": "2023-11-30T06:00:00.000",
                "for1Year": {
                    "beta": 1.137,
                    "alpha": 5.675,
                    "rSquared": 98.8,
                    "sharpeRatio": 0.735,
                    "standardDeviation": 11.355,
                },
                "for3Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for5Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for10Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for15Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "bestFitIndexName": None,
                "forLongestTenure": None,
                "bestFitBetaFor3Year": None,
                "primaryIndexNameNew": "S&P BSE 100 India TR INR",
                "bestFitAlphaFor3Year": None,
                "bestFitRSquaredFor3Year": None,
            },
        },
    },
    5: {
        "quotes": {"expenseRatio": 0.0216, "lastTurnoverRatio": 0.2025},
        "holdings": {
            "equityHoldingPage": {
                "pageSize": 100,
                "totalPage": 1,
                "pageNumber": 1,
                "holdingList": [
                    {"isin": "INE002A01018", "weighting": 13.2},
                    {"isin": "INE090A01021", "weighting": 7.4},
                    {"isin": "INE040A01034", "weighting": 3.4},
                ],
            },
        },
        "list_info": {"isin": "MF123"},
        "risk_measures": {
            "cur": "INR",
            "fundName": "Testing fund 2",
            "indexName": "Morningstar India GR INR",
            "categoryName": "Large-Cap",
            "fundRiskVolatility": {
                "endDate": "2023-11-30T06:00:00.000",
                "for1Year": {
                    "beta": 1.041,
                    "alpha": 0.521,
                    "rSquared": 98.8,
                    "sharpeRatio": 0.354,
                    "standardDeviation": 11.355,
                },
                "for3Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for5Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for10Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "for15Year": {
                    "beta": None,
                    "alpha": None,
                    "rSquared": None,
                    "sharpeRatio": None,
                    "standardDeviation": None,
                },
                "bestFitIndexName": None,
                "forLongestTenure": None,
                "bestFitBetaFor3Year": None,
                "primaryIndexNameNew": "S&P BSE 100 India TR INR",
                "bestFitAlphaFor3Year": None,
                "bestFitRSquaredFor3Year": None,
            },
        },
    },
}