@yottagraph-app/data-model-skill 0.0.28 → 0.0.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yottagraph-app/data-model-skill",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "Data model skill documentation for AI agents - entity types, properties, and schemas from Lovelace fetch sources",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2873,35 +2873,12 @@ relationships:
2873
2873
  # by the atomizer to all financial atoms.
2874
2874
 
2875
2875
  attributes:
2876
- - property: "us_gaap:assets"
2877
- name: "filing_period"
2878
- type: string
2879
- description: "Fiscal period: FY (annual), Q1, Q2, Q3 (quarterly)"
2880
- display_name: "Filing Period"
2881
- mergeability: not_mergeable
2882
-
2883
- - property: "us_gaap:revenues"
2884
- name: "filing_period"
2885
- type: string
2886
- description: "Fiscal period: FY (annual), Q1, Q2, Q3 (quarterly)"
2887
- display_name: "Filing Period"
2888
- mergeability: not_mergeable
2889
-
2890
- - property: "us_gaap:net_income_loss"
2891
- name: "filing_period"
2892
- type: string
2893
- description: "Fiscal period: FY (annual), Q1, Q2, Q3 (quarterly)"
2894
- display_name: "Filing Period"
2895
- mergeability: not_mergeable
2896
-
2897
- - property: "total_revenue"
2898
- name: "filing_period"
2899
- type: string
2900
- description: "Fiscal period: FY (annual), Q1, Q2, Q3 (quarterly)"
2901
- display_name: "Filing Period"
2902
- mergeability: not_mergeable
2903
-
2904
- - property: "net_income"
2876
+ - properties:
2877
+ - "us_gaap:assets"
2878
+ - "us_gaap:revenues"
2879
+ - "us_gaap:net_income_loss"
2880
+ - "total_revenue"
2881
+ - "net_income"
2905
2882
  name: "filing_period"
2906
2883
  type: string
2907
2884
  description: "Fiscal period: FY (annual), Q1, Q2, Q3 (quarterly)"
@@ -2910,56 +2887,56 @@ attributes:
2910
2887
 
2911
2888
  # ── holds_position relationship attributes (13F-HR) ──
2912
2889
 
2913
- - property: "holds_position"
2890
+ - properties: ["holds_position"]
2914
2891
  name: "position_value"
2915
2892
  type: string
2916
2893
  description: "Market value of the position in thousands of USD"
2917
2894
  display_name: "Position Value"
2918
2895
  mergeability: not_mergeable
2919
2896
 
2920
- - property: "holds_position"
2897
+ - properties: ["holds_position"]
2921
2898
  name: "shares_held"
2922
2899
  type: string
2923
2900
  description: "Number of shares or principal amount held"
2924
2901
  display_name: "Shares Held"
2925
2902
  mergeability: not_mergeable
2926
2903
 
2927
- - property: "holds_position"
2904
+ - properties: ["holds_position"]
2928
2905
  name: "instrument_type"
2929
2906
  type: string
2930
2907
  description: "Type of instrument: SH (shares) or PRN (principal amount)"
2931
2908
  display_name: "Instrument Type"
2932
2909
  mergeability: not_mergeable
2933
2910
 
2934
- - property: "holds_position"
2911
+ - properties: ["holds_position"]
2935
2912
  name: "put_call"
2936
2913
  type: string
2937
2914
  description: "Option type if applicable: PUT or CALL"
2938
2915
  display_name: "Put/Call"
2939
2916
  mergeability: not_mergeable
2940
2917
 
2941
- - property: "holds_position"
2918
+ - properties: ["holds_position"]
2942
2919
  name: "investment_discretion"
2943
2920
  type: string
2944
2921
  description: "Investment discretion: SOLE, SHARED, or DEFINED"
2945
2922
  display_name: "Investment Discretion"
2946
2923
  mergeability: not_mergeable
2947
2924
 
2948
- - property: "holds_position"
2925
+ - properties: ["holds_position"]
2949
2926
  name: "voting_authority_sole"
2950
2927
  type: string
2951
2928
  description: "Shares with sole voting authority"
2952
2929
  display_name: "Voting Authority (Sole)"
2953
2930
  mergeability: not_mergeable
2954
2931
 
2955
- - property: "holds_position"
2932
+ - properties: ["holds_position"]
2956
2933
  name: "voting_authority_shared"
2957
2934
  type: string
2958
2935
  description: "Shares with shared voting authority"
2959
2936
  display_name: "Voting Authority (Shared)"
2960
2937
  mergeability: not_mergeable
2961
2938
 
2962
- - property: "holds_position"
2939
+ - properties: ["holds_position"]
2963
2940
  name: "voting_authority_none"
2964
2941
  type: string
2965
2942
  description: "Shares with no voting authority"
@@ -2968,112 +2945,112 @@ attributes:
2968
2945
 
2969
2946
  # ── holds_position relationship attributes (N-PORT) ──
2970
2947
 
2971
- - property: "holds_position"
2948
+ - properties: ["holds_position"]
2972
2949
  name: "holding_pct_of_nav"
2973
2950
  type: string
2974
2951
  description: "Position value as percentage of fund net asset value"
2975
2952
  display_name: "% of NAV"
2976
2953
  mergeability: not_mergeable
2977
2954
 
2978
- - property: "holds_position"
2955
+ - properties: ["holds_position"]
2979
2956
  name: "holding_units"
2980
2957
  type: string
2981
2958
  description: "Unit type: NS (number of shares), PA (principal amount), NC (number of contracts)"
2982
2959
  display_name: "Units"
2983
2960
  mergeability: not_mergeable
2984
2961
 
2985
- - property: "holds_position"
2962
+ - properties: ["holds_position"]
2986
2963
  name: "holding_currency"
2987
2964
  type: string
2988
2965
  description: "Currency of the position (ISO 4217)"
2989
2966
  display_name: "Currency"
2990
2967
  mergeability: not_mergeable
2991
2968
 
2992
- - property: "holds_position"
2969
+ - properties: ["holds_position"]
2993
2970
  name: "payoff_profile"
2994
2971
  type: string
2995
2972
  description: "Payoff profile: Long, Short, or N/A"
2996
2973
  display_name: "Payoff Profile"
2997
2974
  mergeability: not_mergeable
2998
2975
 
2999
- - property: "holds_position"
2976
+ - properties: ["holds_position"]
3000
2977
  name: "is_on_loan"
3001
2978
  type: string
3002
2979
  description: "Whether the security is currently on loan by this fund: Y or N"
3003
2980
  display_name: "On Loan"
3004
2981
  mergeability: not_mergeable
3005
2982
 
3006
- - property: "holds_position"
2983
+ - properties: ["holds_position"]
3007
2984
  name: "derivative_category"
3008
2985
  type: string
3009
2986
  description: "Derivative type: SWP (swap), FUT (future), OPT (option), FWD (forward)"
3010
2987
  display_name: "Derivative Type"
3011
2988
  mergeability: not_mergeable
3012
2989
 
3013
- - property: "holds_position"
2990
+ - properties: ["holds_position"]
3014
2991
  name: "counterparty_name"
3015
2992
  type: string
3016
2993
  description: "Name of the derivative counterparty or exchange"
3017
2994
  display_name: "Counterparty"
3018
2995
  mergeability: not_mergeable
3019
2996
 
3020
- - property: "holds_position"
2997
+ - properties: ["holds_position"]
3021
2998
  name: "counterparty_lei"
3022
2999
  type: string
3023
3000
  description: "LEI of the derivative counterparty"
3024
3001
  display_name: "Counterparty LEI"
3025
3002
  mergeability: not_mergeable
3026
3003
 
3027
- - property: "holds_position"
3004
+ - properties: ["holds_position"]
3028
3005
  name: "derivative_notional"
3029
3006
  type: string
3030
3007
  description: "Notional amount of the derivative contract"
3031
3008
  display_name: "Notional Amount"
3032
3009
  mergeability: not_mergeable
3033
3010
 
3034
- - property: "holds_position"
3011
+ - properties: ["holds_position"]
3035
3012
  name: "derivative_expiration"
3036
3013
  type: string
3037
3014
  description: "Expiration or termination date of the derivative contract"
3038
3015
  display_name: "Expiration"
3039
3016
  mergeability: not_mergeable
3040
3017
 
3041
- - property: "holds_position"
3018
+ - properties: ["holds_position"]
3042
3019
  name: "derivative_unrealized"
3043
3020
  type: string
3044
3021
  description: "Unrealized appreciation or depreciation on the derivative (USD)"
3045
3022
  display_name: "Unrealized Gain/Loss"
3046
3023
  mergeability: not_mergeable
3047
3024
 
3048
- - property: "holds_position"
3025
+ - properties: ["holds_position"]
3049
3026
  name: "option_put_or_call"
3050
3027
  type: string
3051
3028
  description: "Whether the option is a Put or Call"
3052
3029
  display_name: "Put/Call"
3053
3030
  mergeability: not_mergeable
3054
3031
 
3055
- - property: "holds_position"
3032
+ - properties: ["holds_position"]
3056
3033
  name: "option_written_or_purchased"
3057
3034
  type: string
3058
3035
  description: "Whether the option was Written (sold) or Purchased (bought)"
3059
3036
  display_name: "Written/Purchased"
3060
3037
  mergeability: not_mergeable
3061
3038
 
3062
- - property: "holds_position"
3039
+ - properties: ["holds_position"]
3063
3040
  name: "option_strike_price"
3064
3041
  type: string
3065
3042
  description: "Strike price of the option contract"
3066
3043
  display_name: "Strike Price"
3067
3044
  mergeability: not_mergeable
3068
3045
 
3069
- - property: "holds_position"
3046
+ - properties: ["holds_position"]
3070
3047
  name: "option_delta"
3071
3048
  type: string
3072
3049
  description: "Option delta (sensitivity to underlying price)"
3073
3050
  display_name: "Delta"
3074
3051
  mergeability: not_mergeable
3075
3052
 
3076
- - property: "holds_position"
3053
+ - properties: ["holds_position"]
3077
3054
  name: "cash_collateral_value"
3078
3055
  type: string
3079
3056
  description: "Cash collateral value for securities on loan (USD)"
@@ -3082,7 +3059,7 @@ attributes:
3082
3059
 
3083
3060
  # ── lends_securities_to relationship attributes (N-PORT) ──
3084
3061
 
3085
- - property: "lends_securities_to"
3062
+ - properties: ["lends_securities_to"]
3086
3063
  name: "aggregate_lending_value"
3087
3064
  type: string
3088
3065
  description: "Aggregate value of securities lent to this borrower (USD)"
@@ -3091,14 +3068,14 @@ attributes:
3091
3068
 
3092
3069
  # ── has_major_customer relationship attributes (10-K XBRL) ──
3093
3070
 
3094
- - property: "has_major_customer"
3071
+ - properties: ["has_major_customer"]
3095
3072
  name: "customer_revenue_concentration"
3096
3073
  type: string
3097
3074
  description: "Fraction of revenue (or receivables) attributable to this customer, as reported (e.g. \"0.18\" = 18%). Stored as a decimal string consistent with other numeric relationship attributes. Source: us-gaap:ConcentrationRiskPercentage1."
3098
3075
  display_name: "Customer Revenue Concentration"
3099
3076
  mergeability: not_mergeable
3100
3077
 
3101
- - property: "has_major_customer"
3078
+ - properties: ["has_major_customer"]
3102
3079
  name: "concentration_benchmark"
3103
3080
  type: string
3104
3081
  description: "What the concentration percentage is measured against (e.g. 'Revenue', 'Trade receivables'). Derived from the ConcentrationRiskByBenchmarkAxis member label."
@@ -3107,7 +3084,7 @@ attributes:
3107
3084
 
3108
3085
  # ── custodied_by relationship attributes (N-CEN) ──
3109
3086
 
3110
- - property: "custodied_by"
3087
+ - properties: ["custodied_by"]
3111
3088
  name: "custody_type"
3112
3089
  type: string
3113
3090
  description: "Custodian's role per N-CEN (e.g. SECURITIES, CASH, BANK_CUSTODIAN)"
@@ -3116,7 +3093,7 @@ attributes:
3116
3093
 
3117
3094
  # ── sub_advised_by relationship attributes (N-CEN) ──
3118
3095
 
3119
- - property: "sub_advised_by"
3096
+ - properties: ["sub_advised_by"]
3120
3097
  name: "is_sub_adviser_affiliated"
3121
3098
  type: string
3122
3099
  description: "Whether the sub-adviser is affiliated with the registrant or primary adviser (Y or N) per N-CEN"
@@ -3125,7 +3102,7 @@ attributes:
3125
3102
 
3126
3103
  # ── has_administrator relationship attributes (N-CEN) ──
3127
3104
 
3128
- - property: "has_administrator"
3105
+ - properties: ["has_administrator"]
3129
3106
  name: "is_admin_affiliated"
3130
3107
  type: string
3131
3108
  description: "Whether the fund administrator is affiliated with the registrant (Y or N) per N-CEN"
@@ -3134,7 +3111,7 @@ attributes:
3134
3111
 
3135
3112
  # ── has_broker_dealer relationship attributes (N-CEN Item E.2) ──
3136
3113
 
3137
- - property: "has_broker_dealer"
3114
+ - properties: ["has_broker_dealer"]
3138
3115
  name: "broker_dealer_commission"
3139
3116
  type: string
3140
3117
  description: "Commission paid to this broker-dealer for principal trades during the reporting period (USD) per N-CEN"
@@ -3143,7 +3120,7 @@ attributes:
3143
3120
 
3144
3121
  # ── is_director relationship attributes (N-CEN) ──
3145
3122
 
3146
- - property: "is_director"
3123
+ - properties: ["is_director"]
3147
3124
  name: "is_interested_person"
3148
3125
  type: string
3149
3126
  description: "Whether the director is an 'interested person' (Y or N) of the registrant under section 2(a)(19) of the Investment Company Act per N-CEN Item B.9. Distinguishes affiliated/inside directors from independents."
@@ -3152,7 +3129,7 @@ attributes:
3152
3129
 
3153
3130
  # ── is_chief_compliance_officer relationship attributes (N-CEN) ──
3154
3131
 
3155
- - property: "is_chief_compliance_officer"
3132
+ - properties: ["is_chief_compliance_officer"]
3156
3133
  name: "is_changed_since_last_filing"
3157
3134
  type: string
3158
3135
  description: "Whether the CCO changed since the registrant's last N-CEN filing (Y or N) per Item B.10"
@@ -200,7 +200,7 @@ relationships:
200
200
  passive: true
201
201
 
202
202
  attributes:
203
- - property: "filing_period"
203
+ - properties: ["filing_period"]
204
204
  property_namespace: "lda"
205
205
  name: "filing_period_display"
206
206
  type: string
@@ -208,7 +208,7 @@ attributes:
208
208
  display_name: "LDA Filing Period"
209
209
  mergeability: not_mergeable
210
210
 
211
- - property: "filing_type"
211
+ - properties: ["filing_type"]
212
212
  property_namespace: "lda"
213
213
  name: "filing_type_display"
214
214
  type: string
@@ -217,7 +217,7 @@ attributes:
217
217
  mergeability: not_mergeable
218
218
 
219
219
  # Narrative for one lobbying issue row. Stored as a quad attribute on each lobbying_causes atom.
220
- - property: "lobbying_causes"
220
+ - properties: ["lobbying_causes"]
221
221
  property_namespace: "lda"
222
222
  name: "lobbying_cause_description"
223
223
  type: string
@@ -488,42 +488,42 @@ properties:
488
488
  # =============================================================================
489
489
 
490
490
  attributes:
491
- - property: "appears_in"
491
+ - properties: ["appears_in"]
492
492
  name: "source"
493
493
  type: string
494
494
  description: "Source document identifier"
495
495
  display_name: "Source"
496
496
  mergeability: not_mergeable
497
497
 
498
- - property: "appears_in"
498
+ - properties: ["appears_in"]
499
499
  name: "url"
500
500
  type: string
501
501
  description: "URL of the source document"
502
502
  display_name: "URL"
503
503
  mergeability: not_mergeable
504
504
 
505
- - property: "appears_in"
505
+ - properties: ["appears_in"]
506
506
  name: "batch"
507
507
  type: string
508
508
  description: "Batch identifier for the extraction run"
509
509
  display_name: "Batch"
510
510
  mergeability: not_mergeable
511
511
 
512
- - property: "appears_in"
512
+ - properties: ["appears_in"]
513
513
  name: "trustworthiness"
514
514
  type: float
515
515
  description: "Trustworthiness score for the source publication"
516
516
  display_name: "Trustworthiness"
517
517
  mergeability: not_mergeable
518
518
 
519
- - property: "appears_in"
519
+ - properties: ["appears_in"]
520
520
  name: "sentiment"
521
521
  type: float
522
522
  description: "Entity-level sentiment in the context of the source document"
523
523
  display_name: "Sentiment"
524
524
  mergeability: not_mergeable
525
525
 
526
- - property: "sentiment"
526
+ - properties: ["sentiment"]
527
527
  name: "reasoning"
528
528
  type: string
529
529
  description: "Reasoning behind the sentiment score"
@@ -148,7 +148,7 @@ relationships:
148
148
  # Human-readable CPC code description. Stored as a quad attribute on each
149
149
  # cpc_code atom when known.
150
150
  attributes:
151
- - property: "cpc_code"
151
+ - properties: ["cpc_code"]
152
152
  name: "cpc_description"
153
153
  type: string
154
154
  description: "CPC taxonomy title path for this code (from patents-public-data.cpc.definition); omitted when the code is missing from the map"
@@ -537,21 +537,21 @@ properties:
537
537
  # =============================================================================
538
538
 
539
539
  attributes:
540
- - property: "appears_in"
540
+ - properties: ["appears_in"]
541
541
  name: "event_id"
542
542
  type: string
543
543
  description: "Polymarket event ID"
544
544
  display_name: "Event ID"
545
545
  mergeability: not_mergeable
546
546
 
547
- - property: "appears_in"
547
+ - properties: ["appears_in"]
548
548
  name: "sentiment"
549
549
  type: float
550
550
  description: "Entity-level sentiment in the context of the source document"
551
551
  display_name: "Sentiment"
552
552
  mergeability: not_mergeable
553
553
 
554
- - property: "sentiment"
554
+ - properties: ["sentiment"]
555
555
  name: "reasoning"
556
556
  type: string
557
557
  description: "Reasoning behind the sentiment score"
@@ -556,7 +556,7 @@ relationships:
556
556
  passive: true
557
557
 
558
558
  attributes:
559
- - property: "sanction_program"
559
+ - properties: ["sanction_program"]
560
560
  name: "authority"
561
561
  type: string
562
562
  description: "Name of the sanctioning authority"
@@ -564,7 +564,7 @@ attributes:
564
564
  mergeability: not_mergeable
565
565
  passive: true
566
566
 
567
- - property: "sanction_program"
567
+ - properties: ["sanction_program"]
568
568
  name: "reason"
569
569
  type: string
570
570
  description: "Reason(s) for the sanctions designation"
@@ -572,7 +572,7 @@ attributes:
572
572
  mergeability: not_mergeable
573
573
  passive: true
574
574
 
575
- - property: "sanction_program"
575
+ - properties: ["sanction_program"]
576
576
  name: "listing_date"
577
577
  type: string
578
578
  description: "Date when the entity was listed under this program"
@@ -580,7 +580,7 @@ attributes:
580
580
  mergeability: not_mergeable
581
581
  passive: true
582
582
 
583
- - property: "sanction_program"
583
+ - properties: ["sanction_program"]
584
584
  name: "start_date"
585
585
  type: string
586
586
  description: "Start date of the sanctions measures"
@@ -588,7 +588,7 @@ attributes:
588
588
  mergeability: not_mergeable
589
589
  passive: true
590
590
 
591
- - property: "sanction_program"
591
+ - properties: ["sanction_program"]
592
592
  name: "end_date"
593
593
  type: string
594
594
  description: "End date of the sanctions measures, if lifted"
@@ -596,7 +596,7 @@ attributes:
596
596
  mergeability: not_mergeable
597
597
  passive: true
598
598
 
599
- - property: "sanction_program"
599
+ - properties: ["sanction_program"]
600
600
  name: "status"
601
601
  type: string
602
602
  description: "Current status of the designation"
@@ -604,7 +604,7 @@ attributes:
604
604
  mergeability: not_mergeable
605
605
  passive: true
606
606
 
607
- - property: "sanction_program"
607
+ - properties: ["sanction_program"]
608
608
  name: "provisions"
609
609
  type: string
610
610
  description: "Legal provisions under which the entity is designated"
@@ -612,7 +612,7 @@ attributes:
612
612
  mergeability: not_mergeable
613
613
  passive: true
614
614
 
615
- - property: "sanction_program"
615
+ - properties: ["sanction_program"]
616
616
  name: "summary"
617
617
  type: string
618
618
  description: "Summary of the sanctions designation"
@@ -620,7 +620,7 @@ attributes:
620
620
  mergeability: not_mergeable
621
621
  passive: true
622
622
 
623
- - property: "family_member"
623
+ - properties: ["family_member"]
624
624
  name: "relationship_type"
625
625
  type: string
626
626
  description: "Type of family relationship (e.g. spouse, child, parent, sibling)"
@@ -628,7 +628,7 @@ attributes:
628
628
  mergeability: not_mergeable
629
629
  passive: true
630
630
 
631
- - property: "associated_with"
631
+ - properties: ["associated_with"]
632
632
  name: "role"
633
633
  type: string
634
634
  description: "Role or nature of the association"
@@ -636,7 +636,7 @@ attributes:
636
636
  mergeability: not_mergeable
637
637
  passive: true
638
638
 
639
- - property: "associated_with"
639
+ - properties: ["associated_with"]
640
640
  name: "relationship_type"
641
641
  type: string
642
642
  description: "Type of association (e.g. partner in business, significant person)"
@@ -644,7 +644,7 @@ attributes:
644
644
  mergeability: not_mergeable
645
645
  passive: true
646
646
 
647
- - property: "represents"
647
+ - properties: ["represents"]
648
648
  name: "role"
649
649
  type: string
650
650
  description: "Nature of the representation (e.g. lawyer, diplomat)"
@@ -652,7 +652,7 @@ attributes:
652
652
  mergeability: not_mergeable
653
653
  passive: true
654
654
 
655
- - property: "is_member"
655
+ - properties: ["is_member"]
656
656
  name: "role"
657
657
  type: string
658
658
  description: "Role within the organization"
@@ -660,7 +660,7 @@ attributes:
660
660
  mergeability: not_mergeable
661
661
  passive: true
662
662
 
663
- - property: "employed_by"
663
+ - properties: ["employed_by"]
664
664
  name: "role"
665
665
  type: string
666
666
  description: "Job title or role"
@@ -668,7 +668,7 @@ attributes:
668
668
  mergeability: not_mergeable
669
669
  passive: true
670
670
 
671
- - property: "paid"
671
+ - properties: ["paid"]
672
672
  name: "summary"
673
673
  type: string
674
674
  description: "Description of the payment"
@@ -676,7 +676,7 @@ attributes:
676
676
  mergeability: not_mergeable
677
677
  passive: true
678
678
 
679
- - property: "owes_debt"
679
+ - properties: ["owes_debt"]
680
680
  name: "summary"
681
681
  type: string
682
682
  description: "Description of the debt"
@@ -135,35 +135,12 @@ relationships:
135
135
  # attribute is added dynamically by the atomizer to all price/volume atoms.
136
136
 
137
137
  attributes:
138
- - property: "open_price"
139
- name: "candle_interval"
140
- type: string
141
- description: "Time period covered by this candle: '1day' for daily end-of-day, '15min'/'5min'/'1min' for intraday"
142
- display_name: "Candle Interval"
143
- mergeability: not_mergeable
144
-
145
- - property: "high_price"
146
- name: "candle_interval"
147
- type: string
148
- description: "Time period covered by this candle: '1day' for daily end-of-day, '15min'/'5min'/'1min' for intraday"
149
- display_name: "Candle Interval"
150
- mergeability: not_mergeable
151
-
152
- - property: "low_price"
153
- name: "candle_interval"
154
- type: string
155
- description: "Time period covered by this candle: '1day' for daily end-of-day, '15min'/'5min'/'1min' for intraday"
156
- display_name: "Candle Interval"
157
- mergeability: not_mergeable
158
-
159
- - property: "close_price"
160
- name: "candle_interval"
161
- type: string
162
- description: "Time period covered by this candle: '1day' for daily end-of-day, '15min'/'5min'/'1min' for intraday"
163
- display_name: "Candle Interval"
164
- mergeability: not_mergeable
165
-
166
- - property: "trading_volume"
138
+ - properties:
139
+ - "open_price"
140
+ - "high_price"
141
+ - "low_price"
142
+ - "close_price"
143
+ - "trading_volume"
167
144
  name: "candle_interval"
168
145
  type: string
169
146
  description: "Time period covered by this candle: '1day' for daily end-of-day, '15min'/'5min'/'1min' for intraday"
@@ -56,14 +56,14 @@ properties:
56
56
  domain_flavors: ["schema::flavor::event"]
57
57
 
58
58
  attributes:
59
- - property: "schema::relationship::participant"
59
+ - properties: ["schema::relationship::participant"]
60
60
  name: "role"
61
61
  type: string
62
62
  description: "The entity's role in the event (e.g., acquirer, target, plaintiff)"
63
63
  display_name: "Role"
64
64
  mergeability: not_mergeable
65
65
 
66
- - property: "schema::relationship::participant"
66
+ - properties: ["schema::relationship::participant"]
67
67
  name: "sentiment"
68
68
  type: float
69
69
  description: "Impact score for this entity's involvement in the event"