Bigdata company tearsheet
Returns a comprehensive company tearsheet with financial data, market intelligence, and analyst coverage. **PREREQUISITE: Call find_securities first to get rp_entity_id and listing_type.** **Tearsheet routing by security_type (from find_securities):** - security_type "COMPANY" → call this tool (bigdata_company_tearsheet) - security_type "ETF" → call bigdata_etf_tearsheet instead - security_type "BOND" → no tearsheet available **Workflow for company tearsheet:** 1. Call find_securities → check security_type. Only proceed here if security_type is "COMPANY". 2. Read "listing_type" from the result ("PUBLIC" → "Public", "PRIVATE" → "Private") — this is company_type. 3. Call this tool with rp_entity_id and company_type. 4. Optionally call bigdata_search for supporting content. **CRITICAL — Never infer company_type from training knowledge:** The listing classification comes from RavenPack's Point-in-Time (PiT) entity database — it is the authoritative source and will always be present for company entities. It may differ from your training knowledge (e.g. a company you believe is private may be listed, or may have financial data from a previous listing period). Always use the value from find_securities. Never guess. **When to Use:** Company financials, earnings, revenue, valuation, balance sheet, cash flow, analyst ratings, price targets, ESG data, risk assessment, real time sentiment and media attention, or any financial analysis. **Data Returned by Company Type:** → PUBLIC companies (from financial data APIs): • Company profile & real-time quote (price, market cap, volume) • C-level leadership: the people leading the company, including the executive directory, board composition, and management stats • Price performance (52-week range, moving averages, price changes over time) • Competitors comparison (symbol, price, market cap) • Financial statements (income, balance sheet, cash flow) • Key metrics & ratios (P/E, ROE, ROA, debt ratios, margins) • Analyst ratings & recommendations (Strong Buy/Buy/Hold/Sell/Strong Sell) • Analyst price targets (consensus, median, high, low) • Analyst estimates (forward revenue & EPS projections for next 8 quarters) • Latest earnings release (actual vs estimated, surprise %) • Earnings calendar & upcoming earnings dates • Dividend history (dates, amounts, yields, frequency) • Revenue segmentation by product and geography • Sentiment data (last 24h real-time, company-specific news) • Fund trends & institutional holdings (top buyers/sellers, position changes, options activity) • ESG performance scores (Environmental, Social, Governance scores & classifications) • ESG historical trends (yearly ESG scores, performance buckets, sector comparisons) • Workforce signals & employee trend metrics: modeled employee counts and net in/out workforce changes with time-series comparisons (MoM, YoY, trailing-12-month), enabling company growth and contraction analysis regarding job market trends. → PRIVATE companies: • Company overview (legal name, status, founded date, headcount, tags, founders, description) • Contact details (phone, email) & headquarters location (region, country, categories) • Web & social links (website, LinkedIn, Twitter/X, Facebook) • Crunchbase rank with trend changes (7/30/90-day) • Sentiment data (last 24h real-time, company-specific news) • Leadership team (executives, board members, advisors with roles and start dates) • Funding rounds (valuation, total raised, round details with investors and lead investors) • Investments made & acquisitions (target companies, amounts, status) • Founder profiles (investment activity, portfolio, exits) • Workforce signals & employee trend metrics: modeled employee counts and net in/out workforce changes with time-series comparisons (MoM, YoY, trailing-12-month), enabling company growth and contraction analysis regarding job market trends. **Filtering:** The `sections` parameter exists for cases where the user EXPLICITLY references specific sections by name or concept. Do NOT use it for general tearsheet requests — omit it to return the complete tearsheet. **Data sources (LLM instruction):** When presenting the tearsheet results to the user, identify the data sources mentioned or implied in the tool response content and add a "Data sources" section at the bottom listing them.