reportify-sdk 0.3.25 → 0.3.26

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/dist/index.d.mts CHANGED
@@ -835,7 +835,7 @@ declare class QuantModule {
835
835
  * Compute indicator values for given symbols
836
836
  *
837
837
  * Variables vs Functions:
838
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME (aliases: C, O, H, L, V, VOL)
838
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT (aliases: C, O, H, L, V, VOL)
839
839
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), RSI(14), MACD(), etc.
840
840
  *
841
841
  * @param params - Indicator computation parameters
@@ -867,7 +867,7 @@ declare class QuantModule {
867
867
  * Get list of available factors (variables and functions)
868
868
  *
869
869
  * Variables vs Functions:
870
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, PE_TTM, ROE_TTM, etc.
870
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT, PE_TTM, ROE_TTM, etc.
871
871
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
872
872
  *
873
873
  * @returns Array of factor definitions organized by level
@@ -879,7 +879,7 @@ declare class QuantModule {
879
879
  * Uses Mai-language syntax compatible with TongDaXin/TongHuaShun.
880
880
  *
881
881
  * Variables vs Functions:
882
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
882
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
883
883
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
884
884
  *
885
885
  * @param params - Factor computation parameters
@@ -917,7 +917,7 @@ declare class QuantModule {
917
917
  * Screen stocks based on factor formula
918
918
  *
919
919
  * Variables vs Functions:
920
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
920
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
921
921
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
922
922
  *
923
923
  * @param params - Screening parameters
@@ -1049,7 +1049,7 @@ declare class QuantModule {
1049
1049
  * Execute strategy backtest
1050
1050
  *
1051
1051
  * Variables vs Functions:
1052
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
1052
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
1053
1053
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
1054
1054
  *
1055
1055
  * @param params - Backtest parameters
package/dist/index.d.ts CHANGED
@@ -835,7 +835,7 @@ declare class QuantModule {
835
835
  * Compute indicator values for given symbols
836
836
  *
837
837
  * Variables vs Functions:
838
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME (aliases: C, O, H, L, V, VOL)
838
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT (aliases: C, O, H, L, V, VOL)
839
839
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), RSI(14), MACD(), etc.
840
840
  *
841
841
  * @param params - Indicator computation parameters
@@ -867,7 +867,7 @@ declare class QuantModule {
867
867
  * Get list of available factors (variables and functions)
868
868
  *
869
869
  * Variables vs Functions:
870
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, PE_TTM, ROE_TTM, etc.
870
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT, PE_TTM, ROE_TTM, etc.
871
871
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
872
872
  *
873
873
  * @returns Array of factor definitions organized by level
@@ -879,7 +879,7 @@ declare class QuantModule {
879
879
  * Uses Mai-language syntax compatible with TongDaXin/TongHuaShun.
880
880
  *
881
881
  * Variables vs Functions:
882
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
882
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
883
883
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
884
884
  *
885
885
  * @param params - Factor computation parameters
@@ -917,7 +917,7 @@ declare class QuantModule {
917
917
  * Screen stocks based on factor formula
918
918
  *
919
919
  * Variables vs Functions:
920
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
920
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
921
921
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
922
922
  *
923
923
  * @param params - Screening parameters
@@ -1049,7 +1049,7 @@ declare class QuantModule {
1049
1049
  * Execute strategy backtest
1050
1050
  *
1051
1051
  * Variables vs Functions:
1052
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
1052
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
1053
1053
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
1054
1054
  *
1055
1055
  * @param params - Backtest parameters
package/dist/index.js CHANGED
@@ -644,7 +644,7 @@ var QuantModule = class {
644
644
  * Compute indicator values for given symbols
645
645
  *
646
646
  * Variables vs Functions:
647
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME (aliases: C, O, H, L, V, VOL)
647
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT (aliases: C, O, H, L, V, VOL)
648
648
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), RSI(14), MACD(), etc.
649
649
  *
650
650
  * @param params - Indicator computation parameters
@@ -688,7 +688,7 @@ var QuantModule = class {
688
688
  * Get list of available factors (variables and functions)
689
689
  *
690
690
  * Variables vs Functions:
691
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, PE_TTM, ROE_TTM, etc.
691
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT, PE_TTM, ROE_TTM, etc.
692
692
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
693
693
  *
694
694
  * @returns Array of factor definitions organized by level
@@ -702,7 +702,7 @@ var QuantModule = class {
702
702
  * Uses Mai-language syntax compatible with TongDaXin/TongHuaShun.
703
703
  *
704
704
  * Variables vs Functions:
705
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
705
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
706
706
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
707
707
  *
708
708
  * @param params - Factor computation parameters
@@ -749,7 +749,7 @@ var QuantModule = class {
749
749
  * Screen stocks based on factor formula
750
750
  *
751
751
  * Variables vs Functions:
752
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
752
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
753
753
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
754
754
  *
755
755
  * @param params - Screening parameters
@@ -943,7 +943,7 @@ var QuantModule = class {
943
943
  * Execute strategy backtest
944
944
  *
945
945
  * Variables vs Functions:
946
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
946
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
947
947
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
948
948
  *
949
949
  * @param params - Backtest parameters
package/dist/index.mjs CHANGED
@@ -600,7 +600,7 @@ var QuantModule = class {
600
600
  * Compute indicator values for given symbols
601
601
  *
602
602
  * Variables vs Functions:
603
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME (aliases: C, O, H, L, V, VOL)
603
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT (aliases: C, O, H, L, V, VOL)
604
604
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), RSI(14), MACD(), etc.
605
605
  *
606
606
  * @param params - Indicator computation parameters
@@ -644,7 +644,7 @@ var QuantModule = class {
644
644
  * Get list of available factors (variables and functions)
645
645
  *
646
646
  * Variables vs Functions:
647
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, PE_TTM, ROE_TTM, etc.
647
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT, PE_TTM, ROE_TTM, etc.
648
648
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
649
649
  *
650
650
  * @returns Array of factor definitions organized by level
@@ -658,7 +658,7 @@ var QuantModule = class {
658
658
  * Uses Mai-language syntax compatible with TongDaXin/TongHuaShun.
659
659
  *
660
660
  * Variables vs Functions:
661
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
661
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
662
662
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
663
663
  *
664
664
  * @param params - Factor computation parameters
@@ -705,7 +705,7 @@ var QuantModule = class {
705
705
  * Screen stocks based on factor formula
706
706
  *
707
707
  * Variables vs Functions:
708
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
708
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
709
709
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
710
710
  *
711
711
  * @param params - Screening parameters
@@ -899,7 +899,7 @@ var QuantModule = class {
899
899
  * Execute strategy backtest
900
900
  *
901
901
  * Variables vs Functions:
902
- * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME
902
+ * - Variables (no parentheses): CLOSE, OPEN, HIGH, LOW, VOLUME, AMOUNT
903
903
  * - Functions (TongDaXin style: col first, n second): MA(CLOSE, 20), PE(), ROE(), RSI(14), etc.
904
904
  *
905
905
  * @param params - Backtest parameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reportify-sdk",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "description": "TypeScript SDK for Reportify API - Financial data and document search",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",