bugfixing
This commit is contained in:
parent
5ee7eb0043
commit
2ac7cf9e2b
@ -662,8 +662,7 @@
|
|||||||
},
|
},
|
||||||
returnOnInvestedCapital: {
|
returnOnInvestedCapital: {
|
||||||
label: "Return On Invested Capital",
|
label: "Return On Invested Capital",
|
||||||
step: ["1", "0.5", "0.2", "0.1", "0.05", "0.01"],
|
step: ["80%", "50%", "20%", "10%", "5%", "0%"],
|
||||||
|
|
||||||
defaultCondition: "over",
|
defaultCondition: "over",
|
||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
},
|
},
|
||||||
@ -794,22 +793,19 @@
|
|||||||
},
|
},
|
||||||
returnOnAssets: {
|
returnOnAssets: {
|
||||||
label: "Return on Assets",
|
label: "Return on Assets",
|
||||||
step: [1, 0.8, 0.6, 0.4, 0.2, 0.1, 0],
|
step: ["80%", "50%", "20%", "10%", "5%"],
|
||||||
|
|
||||||
defaultCondition: "over",
|
defaultCondition: "over",
|
||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
},
|
},
|
||||||
returnOnEquity: {
|
returnOnEquity: {
|
||||||
label: "Return on Equity",
|
label: "Return on Equity",
|
||||||
step: [10, 8, 6, 4, 2, 1, 0, -2, -4, -6, -8, -10],
|
step: ["80%", "50%", "20%", "10%", "5%"],
|
||||||
|
|
||||||
defaultCondition: "over",
|
defaultCondition: "over",
|
||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
},
|
},
|
||||||
returnOnTangibleAssets: {
|
returnOnTangibleAssets: {
|
||||||
label: "Return on Tangible Assets",
|
label: "Return on Tangible Assets",
|
||||||
step: [10, 8, 6, 4, 2, 1, 0, -2, -4, -6, -8, -10],
|
step: ["80%", "50%", "20%", "10%", "5%"],
|
||||||
|
|
||||||
defaultCondition: "over",
|
defaultCondition: "over",
|
||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
},
|
},
|
||||||
@ -996,19 +992,7 @@
|
|||||||
|
|
||||||
freeCashFlowMargin: {
|
freeCashFlowMargin: {
|
||||||
label: "FCF Margin",
|
label: "FCF Margin",
|
||||||
step: [
|
step: ["80%", "50%", "20%", "10%", "5%"],
|
||||||
"80%",
|
|
||||||
"50%",
|
|
||||||
"20%",
|
|
||||||
"10%",
|
|
||||||
"5%",
|
|
||||||
"0%",
|
|
||||||
"-5%",
|
|
||||||
"-10%",
|
|
||||||
"-20%",
|
|
||||||
"-50%",
|
|
||||||
],
|
|
||||||
|
|
||||||
defaultCondition: "over",
|
defaultCondition: "over",
|
||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
category: "Margins",
|
category: "Margins",
|
||||||
@ -1021,13 +1005,6 @@
|
|||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
category: "Debt",
|
category: "Debt",
|
||||||
},
|
},
|
||||||
cashFlowToDebtRatio: {
|
|
||||||
label: "Cash Flow / Debt",
|
|
||||||
step: [50, 40, 30, 20, 10, 5, 1],
|
|
||||||
defaultCondition: "over",
|
|
||||||
defaultValue: "any",
|
|
||||||
category: "Debt",
|
|
||||||
},
|
|
||||||
operatingCashFlowSalesRatio: {
|
operatingCashFlowSalesRatio: {
|
||||||
label: "Operating Cash Flow / Sales",
|
label: "Operating Cash Flow / Sales",
|
||||||
step: [5, 3, 1, 0.5, 0],
|
step: [5, 3, 1, 0.5, 0],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user