@yottagraph-app/data-model-skill 0.0.24 → 0.0.25

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.24",
3
+ "version": "0.0.25",
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",
@@ -2631,6 +2631,22 @@ relationships:
2631
2631
  target_flavors: ["organization"]
2632
2632
  passive: true
2633
2633
 
2634
+ - name: "has_major_customer"
2635
+ description: "Link from a reporting company to a customer that represents a material concentration of revenue or receivables, as disclosed in the 10-K XBRL concentration risk schedule (srt:MajorCustomersAxis). The relationship attribute customer_revenue_concentration holds the disclosed percentage."
2636
+ display_name: "Has Major Customer"
2637
+ mergeability: not_mergeable
2638
+ domain_flavors: ["organization"]
2639
+ target_flavors: ["organization"]
2640
+ passive: true
2641
+
2642
+ - name: "is_major_customer_of"
2643
+ description: "Inverse of has_major_customer. Link from a customer organization to the reporting company for which it is a major customer."
2644
+ display_name: "Is Major Customer Of"
2645
+ mergeability: not_mergeable
2646
+ domain_flavors: ["organization"]
2647
+ target_flavors: ["organization"]
2648
+ passive: true
2649
+
2634
2650
  - name: "is_part_of"
2635
2651
  description: "An organization is a part of a larger organization, e.g., a subdivision or subsidiary within a larger company"
2636
2652
  display_name: "Part Of"
@@ -3073,6 +3089,22 @@ attributes:
3073
3089
  display_name: "Lending Value"
3074
3090
  mergeability: not_mergeable
3075
3091
 
3092
+ # ── has_major_customer relationship attributes (10-K XBRL) ──
3093
+
3094
+ - property: "has_major_customer"
3095
+ name: "customer_revenue_concentration"
3096
+ type: string
3097
+ 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
+ display_name: "Customer Revenue Concentration"
3099
+ mergeability: not_mergeable
3100
+
3101
+ - property: "has_major_customer"
3102
+ name: "concentration_benchmark"
3103
+ type: string
3104
+ description: "What the concentration percentage is measured against (e.g. 'Revenue', 'Trade receivables'). Derived from the ConcentrationRiskByBenchmarkAxis member label."
3105
+ display_name: "Concentration Benchmark"
3106
+ mergeability: not_mergeable
3107
+
3076
3108
  # ── custodied_by relationship attributes (N-CEN) ──
3077
3109
 
3078
3110
  - property: "custodied_by"