diff --git a/src/routes/stock-screener/+page.svelte b/src/routes/stock-screener/+page.svelte index 1b3cf231..4ee28be4 100644 --- a/src/routes/stock-screener/+page.svelte +++ b/src/routes/stock-screener/+page.svelte @@ -206,12 +206,10 @@ price: { label: "Stock Price", step: [1000, 500, 400, 300, 200, 150, 100, 80, 60, 50, 20, 10, 5, 1], - defaultCondition: "over", defaultValue: "any", category: "Price & Volume", }, - change1W: { label: "Price Change 1W", step: ["20%", "10%", "5%", "1%", "-1%", "-5%", "-10%", "-20%"], @@ -323,7 +321,6 @@ marketCap: { label: "Market Cap", step: ["100B", "50B", "10B", "1B", "300M", "100M", "10M"], - defaultCondition: "over", defaultValue: "any", category: ["Most Popular", "Valuation & Ratios"], @@ -338,7 +335,6 @@ totalAssets: { label: "Total Assets", step: ["500B", "200B", "100B", "50B", "10B", "1B", "100M", "10M"], - defaultCondition: "over", defaultValue: "any", }, @@ -352,7 +348,6 @@ revenue: { label: "Revenue", step: ["100B", "50B", "10B", "1B", "300M", "100M", "10M"], - defaultCondition: "over", defaultValue: "any", category: "Revenue / Sales", @@ -360,7 +355,6 @@ revenueGrowthYears: { label: "Revenue Growth Years", step: ["10", "5", "3", "1"], - defaultCondition: "over", defaultValue: "any", category: "Revenue / Sales", @@ -368,7 +362,6 @@ epsGrowthYears: { label: "EPS Growth Years", step: ["10", "5", "3", "1"], - defaultCondition: "over", defaultValue: "any", category: "Valuation & Ratios", @@ -376,7 +369,6 @@ netIncomeGrowthYears: { label: "Net Income Growth Years", step: ["10", "5", "3", "1"], - defaultCondition: "over", defaultValue: "any", category: "Net Income", @@ -384,7 +376,6 @@ grossProfitGrowthYears: { label: "Gross Profit Growth Years", step: ["10", "5", "3", "1"], - defaultCondition: "over", defaultValue: "any", category: "Other Profits", @@ -392,9 +383,9 @@ growthRevenue: { label: "Revenue Growth", step: ["200%", "100%", "50%", "20%", "10%", "5%", "1%"], - defaultCondition: "over", defaultValue: "any", + varType: "percentSign", category: ["Most Popular", "Revenue / Sales"], }, costOfRevenue: { @@ -426,7 +417,6 @@ netIncome: { label: "Net Income", step: ["100B", "50B", "10B", "1B", "300M", "100M", "10M"], - defaultCondition: "over", defaultValue: "any", category: "Net Income", @@ -470,23 +460,22 @@ payoutRatio: { label: "Payout Ratio", step: ["100%", "80%", "60%", "40%", "20%", "0%", "-20%", "-40%"], - defaultCondition: "over", defaultValue: "any", + varType: "percent", category: "Dividends", }, dividendYield: { label: "Dividend Yield", step: ["50%", "20%", "10%", "5%", "1%"], - defaultCondition: "over", defaultValue: "any", + varType: "percent", category: ["Most Popular", "Dividends"], }, annualDividend: { label: "Annual Dividend", step: [10, 5, 3, 2, 1, 0], - defaultCondition: "over", defaultValue: "any", category: "Dividends", @@ -555,7 +544,6 @@ operatingIncome: { label: "Operating Income", step: ["100B", "50B", "10B", "1B", "300M", "100M", "10M"], - defaultCondition: "over", defaultValue: "any", category: "Other Profits", @@ -705,7 +693,6 @@ defaultValue: "any", category: "Valuation & Ratios", }, - priceToBookRatio: { label: "PB Ratio", step: [50, 40, 30, 20, 10, 5, 1], @@ -2589,7 +2576,7 @@ const handleKeyDown = (event) => {