aiden-shared-calculations-unified 1.0.65 → 1.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* It uses the distribution of P&L from 'pnl_distribution_per_stock'
|
|
8
8
|
* to calculate variance (risk).
|
|
9
9
|
*/
|
|
10
|
-
const { loadInstrumentMappings } = require('
|
|
10
|
+
const { loadInstrumentMappings } = require('../../utils/sector_mapping_provider');
|
|
11
11
|
|
|
12
12
|
class CrowdSharpeRatioProxy {
|
|
13
13
|
constructor() {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* This calculation *depends* on 'user_expectancy_score'
|
|
8
8
|
* to identify the cohort.
|
|
9
9
|
*/
|
|
10
|
-
const { loadInstrumentMappings } = require('
|
|
10
|
+
const { loadInstrumentMappings } = require('../../utils/sector_mapping_provider');
|
|
11
11
|
|
|
12
12
|
class NegativeExpectancyCohortFlow {
|
|
13
13
|
constructor() {
|