@yottagraph-app/data-model-skill 0.0.19 → 0.0.20
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 +1 -1
- package/skill/edgar/schema.yaml +45 -0
package/package.json
CHANGED
package/skill/edgar/schema.yaml
CHANGED
|
@@ -2763,6 +2763,33 @@ relationships:
|
|
|
2763
2763
|
target_flavors: ["organization"]
|
|
2764
2764
|
passive: true
|
|
2765
2765
|
|
|
2766
|
+
- name: "has_administrator"
|
|
2767
|
+
description: "Link from a fund series to its fund administrator (N-CEN). Sub-admins are excluded (mirrors the custodied_by sub-custodian filter); the is_admin_affiliated attribute distinguishes in-family from third-party admin relationships."
|
|
2768
|
+
display_name: "Has Administrator"
|
|
2769
|
+
mergeability: not_mergeable
|
|
2770
|
+
domain_flavors: ["financial_instrument"]
|
|
2771
|
+
target_flavors: ["organization"]
|
|
2772
|
+
passive: true
|
|
2773
|
+
|
|
2774
|
+
# has_broker (N-CEN Item E.1, agency-execution brokers) is intentionally
|
|
2775
|
+
# NOT modelled. A day of evals showed it produced ~6.5k edges — 5.8x the
|
|
2776
|
+
# volume of advised_by — and the source XML reports broker names in ALL
|
|
2777
|
+
# CAPS while every other section uses mixed case, so the same firm gets
|
|
2778
|
+
# fragmented into two organization entities. High volume + bad merge
|
|
2779
|
+
# quality + low query value (top-10 brokers are the same big banks for
|
|
2780
|
+
# every active equity fund) → the data isn't worth surfacing in the graph.
|
|
2781
|
+
# has_broker_dealer (Item E.2, principal trades) is kept because
|
|
2782
|
+
# principal-trade counterparties are economically distinct, the lists are
|
|
2783
|
+
# short, the names dedup cleanly, and the captive-distributor pattern is
|
|
2784
|
+
# genuinely informative.
|
|
2785
|
+
- name: "has_broker_dealer"
|
|
2786
|
+
description: "Link from a fund series to a broker-dealer that the fund traded with on a principal basis during the reporting period (N-CEN Item E.2). Broker-dealers act as principals in the trade — they take the other side of it — so this captures market-making and captive-distributor relationships rather than mere agency execution."
|
|
2787
|
+
display_name: "Has Broker-Dealer"
|
|
2788
|
+
mergeability: not_mergeable
|
|
2789
|
+
domain_flavors: ["financial_instrument"]
|
|
2790
|
+
target_flavors: ["organization"]
|
|
2791
|
+
passive: true
|
|
2792
|
+
|
|
2766
2793
|
- name: "has_master_fund"
|
|
2767
2794
|
description: "Link from a feeder fund to its master fund in a master-feeder structure (N-CEN Item C.3). The feeder invests substantially all assets in the master, so resolving this edge is required to see the feeder's true portfolio (which lives on the master's N-PORT)."
|
|
2768
2795
|
display_name: "Has Master Fund"
|
|
@@ -3064,6 +3091,24 @@ attributes:
|
|
|
3064
3091
|
display_name: "Sub-Adviser Affiliated"
|
|
3065
3092
|
mergeability: not_mergeable
|
|
3066
3093
|
|
|
3094
|
+
# ── has_administrator relationship attributes (N-CEN) ──
|
|
3095
|
+
|
|
3096
|
+
- property: "has_administrator"
|
|
3097
|
+
name: "is_admin_affiliated"
|
|
3098
|
+
type: string
|
|
3099
|
+
description: "Whether the fund administrator is affiliated with the registrant (Y or N) per N-CEN"
|
|
3100
|
+
display_name: "Admin Affiliated"
|
|
3101
|
+
mergeability: not_mergeable
|
|
3102
|
+
|
|
3103
|
+
# ── has_broker_dealer relationship attributes (N-CEN Item E.2) ──
|
|
3104
|
+
|
|
3105
|
+
- property: "has_broker_dealer"
|
|
3106
|
+
name: "broker_dealer_commission"
|
|
3107
|
+
type: string
|
|
3108
|
+
description: "Commission paid to this broker-dealer for principal trades during the reporting period (USD) per N-CEN"
|
|
3109
|
+
display_name: "Broker-Dealer Commission"
|
|
3110
|
+
mergeability: not_mergeable
|
|
3111
|
+
|
|
3067
3112
|
# ── is_director relationship attributes (N-CEN) ──
|
|
3068
3113
|
|
|
3069
3114
|
- property: "is_director"
|