@ariva-mds/mds 2.61.0 → 2.63.0
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.
- package/lib/cjs/api/MdsConnection.js +21 -9
- package/lib/cjs/models/FiscalYearValue.js +52 -0
- package/lib/cjs/models/FiscalYearValueAllOf.js +52 -0
- package/lib/cjs/models/FwwTimeseriesGet200ResponseInner.js +53 -0
- package/lib/cjs/models/FwwTimeseriesGet200ResponseInnerMeta.js +54 -0
- package/lib/cjs/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.js +44 -0
- package/lib/cjs/models/GeneralInformationInstrumentChangesGet200Response.js +51 -0
- package/lib/cjs/models/InstrumentChangeData.js +54 -0
- package/lib/cjs/models/InstrumentsGet200Response.js +0 -2
- package/lib/cjs/models/KpiData.js +145 -110
- package/lib/cjs/models/KpiDataAllOf.js +145 -110
- package/lib/cjs/models/MovingAverage.js +53 -0
- package/lib/cjs/models/MovingAverageAllOf.js +53 -0
- package/lib/cjs/models/OfficialSymbols.js +2 -0
- package/lib/cjs/models/Oscillator.js +64 -0
- package/lib/cjs/models/OscillatorAllOf.js +64 -0
- package/lib/cjs/models/Resolution.js +2 -0
- package/lib/cjs/models/WebSocketCommandListMasterdata.js +50 -0
- package/lib/cjs/models/WebSocketRequest.js +3 -0
- package/lib/cjs/models/index.js +12 -1
- package/lib/esm/api/MdsConnection.js +22 -10
- package/lib/esm/models/FiscalYearValue.js +45 -0
- package/lib/esm/models/FiscalYearValueAllOf.js +45 -0
- package/lib/esm/models/FwwTimeseriesGet200ResponseInner.js +46 -0
- package/lib/esm/models/FwwTimeseriesGet200ResponseInnerMeta.js +47 -0
- package/lib/esm/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.js +38 -0
- package/lib/esm/models/GeneralInformationInstrumentChangesGet200Response.js +44 -0
- package/lib/esm/models/InstrumentChangeData.js +47 -0
- package/lib/esm/models/InstrumentsGet200Response.js +0 -2
- package/lib/esm/models/KpiData.js +145 -110
- package/lib/esm/models/KpiDataAllOf.js +145 -110
- package/lib/esm/models/MovingAverage.js +46 -0
- package/lib/esm/models/MovingAverageAllOf.js +46 -0
- package/lib/esm/models/OfficialSymbols.js +2 -0
- package/lib/esm/models/Oscillator.js +57 -0
- package/lib/esm/models/OscillatorAllOf.js +57 -0
- package/lib/esm/models/Resolution.js +2 -0
- package/lib/esm/models/WebSocketCommandListMasterdata.js +43 -0
- package/lib/esm/models/WebSocketRequest.js +3 -0
- package/lib/esm/models/index.js +12 -1
- package/lib/types/api/MdsConnection.d.ts +10 -5
- package/lib/types/api/MdsConnection.d.ts.map +1 -1
- package/lib/types/models/FiscalYearValue.d.ts +38 -0
- package/lib/types/models/FiscalYearValue.d.ts.map +1 -0
- package/lib/types/models/FiscalYearValueAllOf.d.ts +38 -0
- package/lib/types/models/FiscalYearValueAllOf.d.ts.map +1 -0
- package/lib/types/models/FwwTimeseriesGet200ResponseInner.d.ts +40 -0
- package/lib/types/models/FwwTimeseriesGet200ResponseInner.d.ts.map +1 -0
- package/lib/types/models/FwwTimeseriesGet200ResponseInnerMeta.d.ts +44 -0
- package/lib/types/models/FwwTimeseriesGet200ResponseInnerMeta.d.ts.map +1 -0
- package/lib/types/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.d.ts +21 -0
- package/lib/types/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.d.ts.map +1 -0
- package/lib/types/models/GeneralInformationInstrumentChangesGet200Response.d.ts +33 -0
- package/lib/types/models/GeneralInformationInstrumentChangesGet200Response.d.ts.map +1 -0
- package/lib/types/models/InstrumentChangeData.d.ts +44 -0
- package/lib/types/models/InstrumentChangeData.d.ts.map +1 -0
- package/lib/types/models/InstrumentsGet200Response.d.ts +0 -6
- package/lib/types/models/InstrumentsGet200Response.d.ts.map +1 -1
- package/lib/types/models/KpiData.d.ts +224 -125
- package/lib/types/models/KpiData.d.ts.map +1 -1
- package/lib/types/models/KpiDataAllOf.d.ts +224 -125
- package/lib/types/models/KpiDataAllOf.d.ts.map +1 -1
- package/lib/types/models/MovingAverage.d.ts +39 -0
- package/lib/types/models/MovingAverage.d.ts.map +1 -0
- package/lib/types/models/MovingAverageAllOf.d.ts +39 -0
- package/lib/types/models/MovingAverageAllOf.d.ts.map +1 -0
- package/lib/types/models/OfficialSymbols.d.ts +6 -0
- package/lib/types/models/OfficialSymbols.d.ts.map +1 -1
- package/lib/types/models/Oscillator.d.ts +51 -0
- package/lib/types/models/Oscillator.d.ts.map +1 -0
- package/lib/types/models/OscillatorAllOf.d.ts +51 -0
- package/lib/types/models/OscillatorAllOf.d.ts.map +1 -0
- package/lib/types/models/Resolution.d.ts +2 -0
- package/lib/types/models/Resolution.d.ts.map +1 -1
- package/lib/types/models/WebSocketCommandListMasterdata.d.ts +32 -0
- package/lib/types/models/WebSocketCommandListMasterdata.d.ts.map +1 -0
- package/lib/types/models/WebSocketRequest.d.ts +7 -0
- package/lib/types/models/WebSocketRequest.d.ts.map +1 -1
- package/lib/types/models/index.d.ts +12 -1
- package/lib/types/models/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
+
import { FiscalYearValueFromJSON, FiscalYearValueToJSON, } from './FiscalYearValue';
|
|
16
|
+
import { MovingAverageFromJSON, MovingAverageToJSON, } from './MovingAverage';
|
|
17
|
+
import { OscillatorFromJSON, OscillatorToJSON, } from './Oscillator';
|
|
15
18
|
/**
|
|
16
19
|
* Check if a given object implements the KpiData interface.
|
|
17
20
|
*/
|
|
@@ -34,67 +37,83 @@ export function KpiDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
37
|
'listingVariant': !exists(json, 'listingVariant') ? undefined : json['listingVariant'],
|
|
35
38
|
'kpiSourceId': !exists(json, 'kpiSourceId') ? undefined : json['kpiSourceId'],
|
|
36
39
|
'divYield': !exists(json, 'divYield') ? undefined : json['divYield'],
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'
|
|
40
|
-
'
|
|
41
|
-
'
|
|
42
|
-
'
|
|
43
|
-
'
|
|
44
|
-
'
|
|
45
|
-
'divPayoutRatio': !exists(json, 'divPayoutRatio') ? undefined : json['divPayoutRatio'],
|
|
40
|
+
'divYield5Y': !exists(json, 'divYield5Y') ? undefined : json['divYield5Y'],
|
|
41
|
+
'divYield10Y': !exists(json, 'divYield10Y') ? undefined : json['divYield10Y'],
|
|
42
|
+
'dpsGrowth': !exists(json, 'dpsGrowth') ? undefined : FiscalYearValueFromJSON(json['dpsGrowth']),
|
|
43
|
+
'dpsGrowth5Y': !exists(json, 'dpsGrowth5Y') ? undefined : FiscalYearValueFromJSON(json['dpsGrowth5Y']),
|
|
44
|
+
'dpsGrowth10Y': !exists(json, 'dpsGrowth10Y') ? undefined : FiscalYearValueFromJSON(json['dpsGrowth10Y']),
|
|
45
|
+
'contDivPayment': !exists(json, 'contDivPayment') ? undefined : FiscalYearValueFromJSON(json['contDivPayment']),
|
|
46
|
+
'contDivGrowth': !exists(json, 'contDivGrowth') ? undefined : FiscalYearValueFromJSON(json['contDivGrowth']),
|
|
47
|
+
'divPayoutRatio': !exists(json, 'divPayoutRatio') ? undefined : FiscalYearValueFromJSON(json['divPayoutRatio']),
|
|
46
48
|
'marketCap': !exists(json, 'marketCap') ? undefined : json['marketCap'],
|
|
47
|
-
'
|
|
48
|
-
'
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'priceToCashFlowRatio': !exists(json, 'priceToCashFlowRatio') ? undefined : json['priceToCashFlowRatio'],
|
|
55
|
-
'cashDebtRatio': !exists(json, 'cashDebtRatio') ? undefined : json['cashDebtRatio'],
|
|
56
|
-
'operatingMargin': !exists(json, 'operatingMargin') ? undefined : json['operatingMargin'],
|
|
57
|
-
'ebitdaGrowth': !exists(json, 'ebitdaGrowth') ? undefined : json['ebitdaGrowth'],
|
|
58
|
-
'epsGrowth': !exists(json, 'epsGrowth') ? undefined : json['epsGrowth'],
|
|
59
|
-
'freeCashFlowGrowth': !exists(json, 'freeCashFlowGrowth') ? undefined : json['freeCashFlowGrowth'],
|
|
60
|
-
'grossProfitGrowth': !exists(json, 'grossProfitGrowth') ? undefined : json['grossProfitGrowth'],
|
|
61
|
-
'revenueGrowth': !exists(json, 'revenueGrowth') ? undefined : json['revenueGrowth'],
|
|
62
|
-
'totalDebtGrowth': !exists(json, 'totalDebtGrowth') ? undefined : json['totalDebtGrowth'],
|
|
63
|
-
'pretaxMargin': !exists(json, 'pretaxMargin') ? undefined : json['pretaxMargin'],
|
|
64
|
-
'cfRatio': !exists(json, 'cfRatio') ? undefined : json['cfRatio'],
|
|
65
|
-
'fcfMargin': !exists(json, 'fcfMargin') ? undefined : json['fcfMargin'],
|
|
66
|
-
'roa': !exists(json, 'roa') ? undefined : json['roa'],
|
|
67
|
-
'roe': !exists(json, 'roe') ? undefined : json['roe'],
|
|
68
|
-
'roic': !exists(json, 'roic') ? undefined : json['roic'],
|
|
69
|
-
'rdRatio': !exists(json, 'rdRatio') ? undefined : json['rdRatio'],
|
|
70
|
-
'sgARatio': !exists(json, 'sgARatio') ? undefined : json['sgARatio'],
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'quickRatio': !exists(json, 'quickRatio') ? undefined : json['quickRatio'],
|
|
79
|
-
'debtToEquityRatio': !exists(json, 'debtToEquityRatio') ? undefined : json['debtToEquityRatio'],
|
|
80
|
-
'grossProfitMargin': !exists(json, 'grossProfitMargin') ? undefined : json['grossProfitMargin'],
|
|
81
|
-
'priceToSalesRatio': !exists(json, 'priceToSalesRatio') ? undefined : json['priceToSalesRatio'],
|
|
82
|
-
'priceToBookRatio': !exists(json, 'priceToBookRatio') ? undefined : json['priceToBookRatio'],
|
|
83
|
-
'priceToFreeCashFlowRatio': !exists(json, 'priceToFreeCashFlowRatio') ? undefined : json['priceToFreeCashFlowRatio'],
|
|
84
|
-
'priceToCashRatio': !exists(json, 'priceToCashRatio') ? undefined : json['priceToCashRatio'],
|
|
85
|
-
'rsi': !exists(json, 'rsi') ? undefined : json['rsi'],
|
|
86
|
-
'stochastic': !exists(json, 'stochastic') ? undefined : json['stochastic'],
|
|
87
|
-
'commodityChannelIndex': !exists(json, 'commodityChannelIndex') ? undefined : json['commodityChannelIndex'],
|
|
49
|
+
'volatility1MO': !exists(json, 'volatility1MO') ? undefined : json['volatility1MO'],
|
|
50
|
+
'volatility3MO': !exists(json, 'volatility3MO') ? undefined : json['volatility3MO'],
|
|
51
|
+
'volatility1Y': !exists(json, 'volatility1Y') ? undefined : json['volatility1Y'],
|
|
52
|
+
'avgTradingVolume1MO': !exists(json, 'avgTradingVolume1MO') ? undefined : json['avgTradingVolume1MO'],
|
|
53
|
+
'avgTradingVolume3MO': !exists(json, 'avgTradingVolume3MO') ? undefined : json['avgTradingVolume3MO'],
|
|
54
|
+
'priceToEarningsRatio': !exists(json, 'priceToEarningsRatio') ? undefined : FiscalYearValueFromJSON(json['priceToEarningsRatio']),
|
|
55
|
+
'priceToEarningsGrowthRatio': !exists(json, 'priceToEarningsGrowthRatio') ? undefined : FiscalYearValueFromJSON(json['priceToEarningsGrowthRatio']),
|
|
56
|
+
'priceToCashFlowRatio': !exists(json, 'priceToCashFlowRatio') ? undefined : FiscalYearValueFromJSON(json['priceToCashFlowRatio']),
|
|
57
|
+
'cashDebtRatio': !exists(json, 'cashDebtRatio') ? undefined : FiscalYearValueFromJSON(json['cashDebtRatio']),
|
|
58
|
+
'operatingMargin': !exists(json, 'operatingMargin') ? undefined : FiscalYearValueFromJSON(json['operatingMargin']),
|
|
59
|
+
'ebitdaGrowth': !exists(json, 'ebitdaGrowth') ? undefined : FiscalYearValueFromJSON(json['ebitdaGrowth']),
|
|
60
|
+
'epsGrowth': !exists(json, 'epsGrowth') ? undefined : FiscalYearValueFromJSON(json['epsGrowth']),
|
|
61
|
+
'freeCashFlowGrowth': !exists(json, 'freeCashFlowGrowth') ? undefined : FiscalYearValueFromJSON(json['freeCashFlowGrowth']),
|
|
62
|
+
'grossProfitGrowth': !exists(json, 'grossProfitGrowth') ? undefined : FiscalYearValueFromJSON(json['grossProfitGrowth']),
|
|
63
|
+
'revenueGrowth': !exists(json, 'revenueGrowth') ? undefined : FiscalYearValueFromJSON(json['revenueGrowth']),
|
|
64
|
+
'totalDebtGrowth': !exists(json, 'totalDebtGrowth') ? undefined : FiscalYearValueFromJSON(json['totalDebtGrowth']),
|
|
65
|
+
'pretaxMargin': !exists(json, 'pretaxMargin') ? undefined : FiscalYearValueFromJSON(json['pretaxMargin']),
|
|
66
|
+
'cfRatio': !exists(json, 'cfRatio') ? undefined : FiscalYearValueFromJSON(json['cfRatio']),
|
|
67
|
+
'fcfMargin': !exists(json, 'fcfMargin') ? undefined : FiscalYearValueFromJSON(json['fcfMargin']),
|
|
68
|
+
'roa': !exists(json, 'roa') ? undefined : FiscalYearValueFromJSON(json['roa']),
|
|
69
|
+
'roe': !exists(json, 'roe') ? undefined : FiscalYearValueFromJSON(json['roe']),
|
|
70
|
+
'roic': !exists(json, 'roic') ? undefined : FiscalYearValueFromJSON(json['roic']),
|
|
71
|
+
'rdRatio': !exists(json, 'rdRatio') ? undefined : FiscalYearValueFromJSON(json['rdRatio']),
|
|
72
|
+
'sgARatio': !exists(json, 'sgARatio') ? undefined : FiscalYearValueFromJSON(json['sgARatio']),
|
|
73
|
+
'stockPricePerformance3MO': !exists(json, 'stockPricePerformance3MO') ? undefined : json['stockPricePerformance3MO'],
|
|
74
|
+
'stockPricePerformance6MO': !exists(json, 'stockPricePerformance6MO') ? undefined : json['stockPricePerformance6MO'],
|
|
75
|
+
'stockPricePerformance1Y': !exists(json, 'stockPricePerformance1Y') ? undefined : json['stockPricePerformance1Y'],
|
|
76
|
+
'stockPricePerformance3Y': !exists(json, 'stockPricePerformance3Y') ? undefined : json['stockPricePerformance3Y'],
|
|
77
|
+
'marketCapPerformance6MO': !exists(json, 'marketCapPerformance6MO') ? undefined : json['marketCapPerformance6MO'],
|
|
78
|
+
'marketCapPerformance1Y': !exists(json, 'marketCapPerformance1Y') ? undefined : json['marketCapPerformance1Y'],
|
|
79
|
+
'marketCapPerformance3Y': !exists(json, 'marketCapPerformance3Y') ? undefined : json['marketCapPerformance3Y'],
|
|
80
|
+
'quickRatio': !exists(json, 'quickRatio') ? undefined : FiscalYearValueFromJSON(json['quickRatio']),
|
|
81
|
+
'debtToEquityRatio': !exists(json, 'debtToEquityRatio') ? undefined : FiscalYearValueFromJSON(json['debtToEquityRatio']),
|
|
82
|
+
'grossProfitMargin': !exists(json, 'grossProfitMargin') ? undefined : FiscalYearValueFromJSON(json['grossProfitMargin']),
|
|
83
|
+
'priceToSalesRatio': !exists(json, 'priceToSalesRatio') ? undefined : FiscalYearValueFromJSON(json['priceToSalesRatio']),
|
|
84
|
+
'priceToBookRatio': !exists(json, 'priceToBookRatio') ? undefined : FiscalYearValueFromJSON(json['priceToBookRatio']),
|
|
85
|
+
'priceToFreeCashFlowRatio': !exists(json, 'priceToFreeCashFlowRatio') ? undefined : FiscalYearValueFromJSON(json['priceToFreeCashFlowRatio']),
|
|
86
|
+
'priceToCashRatio': !exists(json, 'priceToCashRatio') ? undefined : FiscalYearValueFromJSON(json['priceToCashRatio']),
|
|
87
|
+
'rsi': !exists(json, 'rsi') ? undefined : OscillatorFromJSON(json['rsi']),
|
|
88
|
+
'stochastic': !exists(json, 'stochastic') ? undefined : OscillatorFromJSON(json['stochastic']),
|
|
89
|
+
'commodityChannelIndex': !exists(json, 'commodityChannelIndex') ? undefined : OscillatorFromJSON(json['commodityChannelIndex']),
|
|
88
90
|
'averageDirectionalIndex': !exists(json, 'averageDirectionalIndex') ? undefined : json['averageDirectionalIndex'],
|
|
89
91
|
'awesomeOscillator': !exists(json, 'awesomeOscillator') ? undefined : json['awesomeOscillator'],
|
|
90
92
|
'momentum': !exists(json, 'momentum') ? undefined : json['momentum'],
|
|
91
|
-
'macd': !exists(json, 'macd') ? undefined : json['macd'],
|
|
92
|
-
'
|
|
93
|
-
'
|
|
93
|
+
'macd': !exists(json, 'macd') ? undefined : OscillatorFromJSON(json['macd']),
|
|
94
|
+
'macdSignal': !exists(json, 'macdSignal') ? undefined : json['macdSignal'],
|
|
95
|
+
'stochasticRsi': !exists(json, 'stochasticRsi') ? undefined : OscillatorFromJSON(json['stochasticRsi']),
|
|
96
|
+
'williamsPercentRange': !exists(json, 'williamsPercentRange') ? undefined : OscillatorFromJSON(json['williamsPercentRange']),
|
|
94
97
|
'bullsPower': !exists(json, 'bullsPower') ? undefined : json['bullsPower'],
|
|
95
98
|
'bearsPower': !exists(json, 'bearsPower') ? undefined : json['bearsPower'],
|
|
96
|
-
'
|
|
97
|
-
'
|
|
99
|
+
'bullsBearsPower': !exists(json, 'bullsBearsPower') ? undefined : OscillatorFromJSON(json['bullsBearsPower']),
|
|
100
|
+
'ultimateOscillator': !exists(json, 'ultimateOscillator') ? undefined : OscillatorFromJSON(json['ultimateOscillator']),
|
|
101
|
+
'oscillatorAverage': !exists(json, 'oscillatorAverage') ? undefined : OscillatorFromJSON(json['oscillatorAverage']),
|
|
102
|
+
'ma5': !exists(json, 'ma5') ? undefined : MovingAverageFromJSON(json['ma5']),
|
|
103
|
+
'ma10': !exists(json, 'ma10') ? undefined : MovingAverageFromJSON(json['ma10']),
|
|
104
|
+
'ma20': !exists(json, 'ma20') ? undefined : MovingAverageFromJSON(json['ma20']),
|
|
105
|
+
'ma50': !exists(json, 'ma50') ? undefined : MovingAverageFromJSON(json['ma50']),
|
|
106
|
+
'ma100': !exists(json, 'ma100') ? undefined : MovingAverageFromJSON(json['ma100']),
|
|
107
|
+
'ma200': !exists(json, 'ma200') ? undefined : MovingAverageFromJSON(json['ma200']),
|
|
108
|
+
'tripleMovingAverageCrossover': !exists(json, 'tripleMovingAverageCrossover') ? undefined : OscillatorFromJSON(json['tripleMovingAverageCrossover']),
|
|
109
|
+
'longTermMovingAverageCrossover': !exists(json, 'longTermMovingAverageCrossover') ? undefined : OscillatorFromJSON(json['longTermMovingAverageCrossover']),
|
|
110
|
+
'allMovingAveragesRating': !exists(json, 'allMovingAveragesRating') ? undefined : OscillatorFromJSON(json['allMovingAveragesRating']),
|
|
111
|
+
'tenkanSen': !exists(json, 'tenkanSen') ? undefined : json['tenkanSen'],
|
|
112
|
+
'kijunSen': !exists(json, 'kijunSen') ? undefined : json['kijunSen'],
|
|
113
|
+
'senkouSpanA': !exists(json, 'senkouSpanA') ? undefined : json['senkouSpanA'],
|
|
114
|
+
'senkouSpanB': !exists(json, 'senkouSpanB') ? undefined : json['senkouSpanB'],
|
|
115
|
+
'chikouSpan': !exists(json, 'chikouSpan') ? undefined : json['chikouSpan'],
|
|
116
|
+
'ichimokuInterpretation': !exists(json, 'ichimokuInterpretation') ? undefined : OscillatorFromJSON(json['ichimokuInterpretation']),
|
|
98
117
|
};
|
|
99
118
|
}
|
|
100
119
|
export function KpiDataToJSON(value) {
|
|
@@ -112,66 +131,82 @@ export function KpiDataToJSON(value) {
|
|
|
112
131
|
'listingVariant': value.listingVariant,
|
|
113
132
|
'kpiSourceId': value.kpiSourceId,
|
|
114
133
|
'divYield': value.divYield,
|
|
115
|
-
'
|
|
116
|
-
'
|
|
117
|
-
'
|
|
118
|
-
'
|
|
119
|
-
'
|
|
120
|
-
'
|
|
121
|
-
'
|
|
122
|
-
'
|
|
123
|
-
'divPayoutRatio': value.divPayoutRatio,
|
|
134
|
+
'divYield5Y': value.divYield5Y,
|
|
135
|
+
'divYield10Y': value.divYield10Y,
|
|
136
|
+
'dpsGrowth': FiscalYearValueToJSON(value.dpsGrowth),
|
|
137
|
+
'dpsGrowth5Y': FiscalYearValueToJSON(value.dpsGrowth5Y),
|
|
138
|
+
'dpsGrowth10Y': FiscalYearValueToJSON(value.dpsGrowth10Y),
|
|
139
|
+
'contDivPayment': FiscalYearValueToJSON(value.contDivPayment),
|
|
140
|
+
'contDivGrowth': FiscalYearValueToJSON(value.contDivGrowth),
|
|
141
|
+
'divPayoutRatio': FiscalYearValueToJSON(value.divPayoutRatio),
|
|
124
142
|
'marketCap': value.marketCap,
|
|
125
|
-
'
|
|
126
|
-
'
|
|
127
|
-
'
|
|
128
|
-
'
|
|
129
|
-
'
|
|
130
|
-
'
|
|
131
|
-
'
|
|
132
|
-
'priceToCashFlowRatio': value.priceToCashFlowRatio,
|
|
133
|
-
'cashDebtRatio': value.cashDebtRatio,
|
|
134
|
-
'operatingMargin': value.operatingMargin,
|
|
135
|
-
'ebitdaGrowth': value.ebitdaGrowth,
|
|
136
|
-
'epsGrowth': value.epsGrowth,
|
|
137
|
-
'freeCashFlowGrowth': value.freeCashFlowGrowth,
|
|
138
|
-
'grossProfitGrowth': value.grossProfitGrowth,
|
|
139
|
-
'revenueGrowth': value.revenueGrowth,
|
|
140
|
-
'totalDebtGrowth': value.totalDebtGrowth,
|
|
141
|
-
'pretaxMargin': value.pretaxMargin,
|
|
142
|
-
'cfRatio': value.cfRatio,
|
|
143
|
-
'fcfMargin': value.fcfMargin,
|
|
144
|
-
'roa': value.roa,
|
|
145
|
-
'roe': value.roe,
|
|
146
|
-
'roic': value.roic,
|
|
147
|
-
'rdRatio': value.rdRatio,
|
|
148
|
-
'sgARatio': value.sgARatio,
|
|
149
|
-
'
|
|
150
|
-
'
|
|
151
|
-
'
|
|
152
|
-
'
|
|
153
|
-
'
|
|
154
|
-
'
|
|
155
|
-
'
|
|
156
|
-
'quickRatio': value.quickRatio,
|
|
157
|
-
'debtToEquityRatio': value.debtToEquityRatio,
|
|
158
|
-
'grossProfitMargin': value.grossProfitMargin,
|
|
159
|
-
'priceToSalesRatio': value.priceToSalesRatio,
|
|
160
|
-
'priceToBookRatio': value.priceToBookRatio,
|
|
161
|
-
'priceToFreeCashFlowRatio': value.priceToFreeCashFlowRatio,
|
|
162
|
-
'priceToCashRatio': value.priceToCashRatio,
|
|
163
|
-
'rsi': value.rsi,
|
|
164
|
-
'stochastic': value.stochastic,
|
|
165
|
-
'commodityChannelIndex': value.commodityChannelIndex,
|
|
143
|
+
'volatility1MO': value.volatility1MO,
|
|
144
|
+
'volatility3MO': value.volatility3MO,
|
|
145
|
+
'volatility1Y': value.volatility1Y,
|
|
146
|
+
'avgTradingVolume1MO': value.avgTradingVolume1MO,
|
|
147
|
+
'avgTradingVolume3MO': value.avgTradingVolume3MO,
|
|
148
|
+
'priceToEarningsRatio': FiscalYearValueToJSON(value.priceToEarningsRatio),
|
|
149
|
+
'priceToEarningsGrowthRatio': FiscalYearValueToJSON(value.priceToEarningsGrowthRatio),
|
|
150
|
+
'priceToCashFlowRatio': FiscalYearValueToJSON(value.priceToCashFlowRatio),
|
|
151
|
+
'cashDebtRatio': FiscalYearValueToJSON(value.cashDebtRatio),
|
|
152
|
+
'operatingMargin': FiscalYearValueToJSON(value.operatingMargin),
|
|
153
|
+
'ebitdaGrowth': FiscalYearValueToJSON(value.ebitdaGrowth),
|
|
154
|
+
'epsGrowth': FiscalYearValueToJSON(value.epsGrowth),
|
|
155
|
+
'freeCashFlowGrowth': FiscalYearValueToJSON(value.freeCashFlowGrowth),
|
|
156
|
+
'grossProfitGrowth': FiscalYearValueToJSON(value.grossProfitGrowth),
|
|
157
|
+
'revenueGrowth': FiscalYearValueToJSON(value.revenueGrowth),
|
|
158
|
+
'totalDebtGrowth': FiscalYearValueToJSON(value.totalDebtGrowth),
|
|
159
|
+
'pretaxMargin': FiscalYearValueToJSON(value.pretaxMargin),
|
|
160
|
+
'cfRatio': FiscalYearValueToJSON(value.cfRatio),
|
|
161
|
+
'fcfMargin': FiscalYearValueToJSON(value.fcfMargin),
|
|
162
|
+
'roa': FiscalYearValueToJSON(value.roa),
|
|
163
|
+
'roe': FiscalYearValueToJSON(value.roe),
|
|
164
|
+
'roic': FiscalYearValueToJSON(value.roic),
|
|
165
|
+
'rdRatio': FiscalYearValueToJSON(value.rdRatio),
|
|
166
|
+
'sgARatio': FiscalYearValueToJSON(value.sgARatio),
|
|
167
|
+
'stockPricePerformance3MO': value.stockPricePerformance3MO,
|
|
168
|
+
'stockPricePerformance6MO': value.stockPricePerformance6MO,
|
|
169
|
+
'stockPricePerformance1Y': value.stockPricePerformance1Y,
|
|
170
|
+
'stockPricePerformance3Y': value.stockPricePerformance3Y,
|
|
171
|
+
'marketCapPerformance6MO': value.marketCapPerformance6MO,
|
|
172
|
+
'marketCapPerformance1Y': value.marketCapPerformance1Y,
|
|
173
|
+
'marketCapPerformance3Y': value.marketCapPerformance3Y,
|
|
174
|
+
'quickRatio': FiscalYearValueToJSON(value.quickRatio),
|
|
175
|
+
'debtToEquityRatio': FiscalYearValueToJSON(value.debtToEquityRatio),
|
|
176
|
+
'grossProfitMargin': FiscalYearValueToJSON(value.grossProfitMargin),
|
|
177
|
+
'priceToSalesRatio': FiscalYearValueToJSON(value.priceToSalesRatio),
|
|
178
|
+
'priceToBookRatio': FiscalYearValueToJSON(value.priceToBookRatio),
|
|
179
|
+
'priceToFreeCashFlowRatio': FiscalYearValueToJSON(value.priceToFreeCashFlowRatio),
|
|
180
|
+
'priceToCashRatio': FiscalYearValueToJSON(value.priceToCashRatio),
|
|
181
|
+
'rsi': OscillatorToJSON(value.rsi),
|
|
182
|
+
'stochastic': OscillatorToJSON(value.stochastic),
|
|
183
|
+
'commodityChannelIndex': OscillatorToJSON(value.commodityChannelIndex),
|
|
166
184
|
'averageDirectionalIndex': value.averageDirectionalIndex,
|
|
167
185
|
'awesomeOscillator': value.awesomeOscillator,
|
|
168
186
|
'momentum': value.momentum,
|
|
169
|
-
'macd': value.macd,
|
|
170
|
-
'
|
|
171
|
-
'
|
|
187
|
+
'macd': OscillatorToJSON(value.macd),
|
|
188
|
+
'macdSignal': value.macdSignal,
|
|
189
|
+
'stochasticRsi': OscillatorToJSON(value.stochasticRsi),
|
|
190
|
+
'williamsPercentRange': OscillatorToJSON(value.williamsPercentRange),
|
|
172
191
|
'bullsPower': value.bullsPower,
|
|
173
192
|
'bearsPower': value.bearsPower,
|
|
174
|
-
'
|
|
175
|
-
'
|
|
193
|
+
'bullsBearsPower': OscillatorToJSON(value.bullsBearsPower),
|
|
194
|
+
'ultimateOscillator': OscillatorToJSON(value.ultimateOscillator),
|
|
195
|
+
'oscillatorAverage': OscillatorToJSON(value.oscillatorAverage),
|
|
196
|
+
'ma5': MovingAverageToJSON(value.ma5),
|
|
197
|
+
'ma10': MovingAverageToJSON(value.ma10),
|
|
198
|
+
'ma20': MovingAverageToJSON(value.ma20),
|
|
199
|
+
'ma50': MovingAverageToJSON(value.ma50),
|
|
200
|
+
'ma100': MovingAverageToJSON(value.ma100),
|
|
201
|
+
'ma200': MovingAverageToJSON(value.ma200),
|
|
202
|
+
'tripleMovingAverageCrossover': OscillatorToJSON(value.tripleMovingAverageCrossover),
|
|
203
|
+
'longTermMovingAverageCrossover': OscillatorToJSON(value.longTermMovingAverageCrossover),
|
|
204
|
+
'allMovingAveragesRating': OscillatorToJSON(value.allMovingAveragesRating),
|
|
205
|
+
'tenkanSen': value.tenkanSen,
|
|
206
|
+
'kijunSen': value.kijunSen,
|
|
207
|
+
'senkouSpanA': value.senkouSpanA,
|
|
208
|
+
'senkouSpanB': value.senkouSpanB,
|
|
209
|
+
'chikouSpan': value.chikouSpan,
|
|
210
|
+
'ichimokuInterpretation': OscillatorToJSON(value.ichimokuInterpretation),
|
|
176
211
|
};
|
|
177
212
|
}
|