|
340 | 340 | } |
341 | 341 | } |
342 | 342 | }, |
343 | | - "gaap_diluted_earning_per_share_for_this_quarter": { |
| 343 | + "gaap_diluted_earnings_per_share_for_this_quarter": { |
344 | 344 | "type": ["object", "null"], |
345 | | - "description": "Diluted Earnings per share (EPS) for the current quarter, as disclosed in the transcript. This may appear as 'diluted earnings per share' or 'diluted earnings per ADS'. Return null if unavailable.", |
| 345 | + "description": "GAAP Diluted Earnings per share (EPS) for the current quarter, as disclosed in the transcript. This may appear as 'diluted earnings per share' or 'diluted earnings per ADS'. Return null if unavailable.", |
346 | 346 | "properties": { |
347 | 347 | "value_vocabulary": { |
348 | 348 | "type": "number", |
|
366 | 366 | } |
367 | 367 | } |
368 | 368 | }, |
369 | | - "non_gaap_diluted_earning_per_share_for_this_quarter": { |
| 369 | + "non_gaap_diluted_earnings_per_share_for_this_quarter": { |
370 | 370 | "type": ["object", "null"], |
371 | 371 | "description": "Non-GAAP Diluted Earnings per share (EPS) for the current quarter, as disclosed in the transcript. This may appear as 'Non-GAAP diluted earnings per share' or 'Non-GAAP diluted earnings per ADS'. Return null if unavailable.", |
372 | 372 | "properties": { |
|
618 | 618 | } |
619 | 619 | } |
620 | 620 | }, |
621 | | - "gaap_earning_per_share_forecast_for_next_quarter": { |
| 621 | + "gaap_earnings_per_share_forecast_for_next_quarter": { |
622 | 622 | "type": ["object", "null"], |
623 | | - "description": "Earning per share forecast for the next quarter. This may appear as 'earnings per share' or 'earnings per ADS'. Return null if unavailable.", |
| 623 | + "description": "GAAP Earning per share forecast for the next quarter. This may appear as 'earnings per share' or 'earnings per ADS'. Return null if unavailable.", |
624 | 624 | "properties": { |
625 | 625 | "value_vocabulary": { |
626 | 626 | "type": "number", |
|
644 | 644 | } |
645 | 645 | } |
646 | 646 | }, |
647 | | - "non_gaap_earning_per_share_forecast_for_next_quarter": { |
| 647 | + "non_gaap_earnings_per_share_forecast_for_next_quarter": { |
648 | 648 | "type": ["object", "null"], |
649 | 649 | "description": "Non-GAAP earnings per share forecast for the next quarter. In transcripts, this may appear as 'non-GAAP EPS', 'non-GAAP earnings per share' 'non-GAAP earnings per share', or 'non-GAAP earnings per ADS'. Return null if unavailable.", |
650 | 650 | "properties": { |
|
695 | 695 | "description": "Sequential paragraph number in the transcript where this information was mentioned." |
696 | 696 | } |
697 | 697 | } |
| 698 | + }, |
| 699 | + "total_revenue_forecast_for_full_fiscal_year": { |
| 700 | + "type": ["object", "null"], |
| 701 | + "description": "Total revenue forecast for the full fiscal year (FY) as a single numerical value. Return null if unavailable.", |
| 702 | + "properties": { |
| 703 | + "value_vocabulary": { |
| 704 | + "type": "number", |
| 705 | + "description": "Numerical value extracted from transcript. Can be positive or negative. For example: -3.8, 1.8, 7.4.. If a range is provided (min/max), return the midpoint as the value." |
| 706 | + }, |
| 707 | + "unit": { |
| 708 | + "type": "string", |
| 709 | + "description": "Magnitude unit of the number, e.g., million, billion, thousand" |
| 710 | + }, |
| 711 | + "currency_code": { |
| 712 | + "type": "string", |
| 713 | + "description": "ISO 4217 currency code, e.g., USD, CNY, EUR" |
| 714 | + }, |
| 715 | + "speaker": { |
| 716 | + "type": "string", |
| 717 | + "description": "Name or role of the speaker who provided this number in the transcript, e.g., 'CFO', 'CEO', or 'John Smith'." |
| 718 | + }, |
| 719 | + "paragraph_number": { |
| 720 | + "type": "number", |
| 721 | + "description": "The sequential number of the paragraph in the transcript where this information was mentioned. Useful for traceability." |
| 722 | + } |
| 723 | + } |
| 724 | + }, |
| 725 | + "gaap_earnings_per_share_forecast_for_full_fiscal_year": { |
| 726 | + "type": ["object", "null"], |
| 727 | + "description": "GAAP Earning per share forecast for the full fiscal year (FY). Return null if unavailable.", |
| 728 | + "properties": { |
| 729 | + "value_vocabulary": { |
| 730 | + "type": "number", |
| 731 | + "description": "Numerical value extracted from transcript. Can be positive or negative. For example: -3.8, 1.8, 7.4.. If a range is provided (min/max), return the midpoint as the value." |
| 732 | + }, |
| 733 | + "unit": { |
| 734 | + "type": "string", |
| 735 | + "description": "Always use 'per_share' to indicate EPS is measured per share." |
| 736 | + }, |
| 737 | + "currency_code": { |
| 738 | + "type": "string", |
| 739 | + "description": "ISO 4217 currency code, e.g., USD, CNY, EUR" |
| 740 | + }, |
| 741 | + "speaker": { |
| 742 | + "type": "string", |
| 743 | + "description": "Name or role of the speaker who provided this number in the transcript, e.g., 'CFO', 'CEO', or 'John Smith'." |
| 744 | + }, |
| 745 | + "paragraph_number": { |
| 746 | + "type": "number", |
| 747 | + "description": "The sequential number of the paragraph in the transcript where this information was mentioned. Useful for traceability." |
| 748 | + } |
| 749 | + } |
| 750 | + }, |
| 751 | + "non_gaap_earnings_per_share_forecast_for_full_fiscal_year": { |
| 752 | + "type": ["object", "null"], |
| 753 | + "description": "Non-GAAP earnings per share forecast for the full fiscal year (FY). Return null if unavailable.", |
| 754 | + "properties": { |
| 755 | + "value_vocabulary": { |
| 756 | + "type": "number", |
| 757 | + "description": "Numerical value extracted from transcript. Can be positive or negative. For example: -3.8, 1.8, 7.4.. If a range is provided (min/max), return the midpoint as the value." |
| 758 | + }, |
| 759 | + "unit": { |
| 760 | + "type": "string", |
| 761 | + "description": "Always use 'per_share' to indicate EPS is measured per share." |
| 762 | + }, |
| 763 | + "currency_code": { |
| 764 | + "type": "string", |
| 765 | + "description": "ISO 4217 currency code, e.g., USD, CNY, EUR" |
| 766 | + }, |
| 767 | + "speaker": { |
| 768 | + "type": "string", |
| 769 | + "description": "Name or role of the speaker who provided this number in the transcript, e.g., 'CFO', 'CEO', or 'John Smith'." |
| 770 | + }, |
| 771 | + "paragraph_number": { |
| 772 | + "type": "number", |
| 773 | + "description": "The sequential number of the paragraph in the transcript where this information was mentioned. Useful for traceability." |
| 774 | + } |
| 775 | + } |
698 | 776 | } |
699 | 777 | }, |
700 | 778 | "required": [ |
|
711 | 789 | "non_gaap_net_income_for_this_quarter", |
712 | 790 | "ebitda_for_this_quarter", |
713 | 791 | "adjusted_ebitda_for_this_quarter", |
714 | | - "gaap_diluted_earning_per_share_for_this_quarter", |
715 | | - "non_gaap_diluted_earning_per_share_for_this_quarter", |
| 792 | + "gaap_diluted_earnings_per_share_for_this_quarter", |
| 793 | + "non_gaap_diluted_earnings_per_share_for_this_quarter", |
716 | 794 | "fcf_for_this_quarter", |
717 | 795 | "total_cash_position_for_this_quarter", |
718 | 796 | "share_repurchase_for_this_quarter", |
|
722 | 800 | "non_gaap_gross_margin_forecast_for_next_quarter", |
723 | 801 | "gaap_operating_expense_forecast_for_next_quarter", |
724 | 802 | "non_gaap_operating_expense_forecast_for_next_quarter", |
725 | | - "gaap_earning_per_share_forecast_for_next_quarter", |
726 | | - "non_gaap_earning_per_share_forecast_for_next_quarter", |
727 | | - "capex_forecast_for_next_quarter" |
| 803 | + "gaap_earnings_per_share_forecast_for_next_quarter", |
| 804 | + "non_gaap_earnings_per_share_forecast_for_next_quarter", |
| 805 | + "capex_forecast_for_next_quarter", |
| 806 | + "total_revenue_forecast_for_full_fiscal_year", |
| 807 | + "gaap_earnings_per_share_forecast_for_full_fiscal_year", |
| 808 | + "non_gaap_earnings_per_share_forecast_for_full_fiscal_year" |
728 | 809 | ] |
729 | 810 | } |
730 | 811 | }, |
|
0 commit comments