Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-financial-services-group-census
The engine behind employer-sponsored benefits. Manages group census data, member enrollment, plan classifications, contribution structures, and contract group plans.
Published package · Latest published 1.0.1 Mar 4, 2026 · 10 datasets / 34 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
10 datasets34 measures · 121 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-financial-services-group-census
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-financial-services-group-census")
prompt = rawctx.to_prompt(
"@pasar6987/sf-financial-services-group-census",
datasets=["ContractGroupPlan", "ContractGroupPlanAttribute"],
max_tokens=2000,
)
print(model.datasets) # ["ContractGroupPlan", "ContractGroupPlanAttribute", "ContractGroupPlanGroupClass"]
print(model.measures) # [Measure(name="ContractGroupPlan.EnrollmentWaitingPeriod", ...), Measure(name="ContractGroupPlan.ProductNumber", ...), Measure(name="ContractGroupPlan.UnitPrice", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="ContractGroupParentPlanId", ...), Dimension(name="ContractId", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-financial-services-group-census
The engine behind employer-sponsored benefits. Manages group census data, member enrollment, plan classifications, contribution structures, and contract group plans.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 10 |
| Dimensions | 121 |
| Measures | 34 |
| Relationships | 0 |
Objects
- ContractGroupPlan — Represents a set of plans as part of the contract between the insurance carrier and the group. This set of plans corresponds to the plans included in the quote (as Quote Line Items). Child object of Contract.
- ContractGroupPlanAttribute — Salesforce standard object
- ContractGroupPlanGroupClass — Represents the association of a Contract Group Plan to a Group Class. Use this entity to define group classes and group class contributions at the contract group plan level.
- ContractGrpPlanGrpClsAttr — Represents a view of the attributes selected for each contract group plan group class.
- GroupCensus — Represents a snapshot of statistics about eligible members (employees or members) of a group (employer or association) and their legal dependents. Use this entity in quoting, rating, and the subsequent enrollment process. Child object of employer or group Account.
- GroupCensusMember — Represents personal information about a member, for example employee or association member, or their dependents. GroupCensusMember is used to estimate the insurance plan cost for the group. This object is also used in the enrollment process to retrieve the member and dependent details. Child object of GroupCensus.
- GroupCensusMemberPlan — Represents the association of GroupCensusMember and ContractGroupPlan. Use this entity when census data includes previous member enrollment plan details and new member plan details. You can populate GroupCensusMemberPlan by reading the enrollment census in the enrollment services before creating insurance policies.
- GroupClass — Represents the classification of group members that receive similar benefits. Example classes include executives, union, and office workers. Child object of employer or group Account.
- GroupClassContribution — Represents employer or group contributions for GroupClass members and their dependents on a per product category such as medical, dental, or vision. Child object of GroupClass.
- GrpCensusGrpClassSummary — Salesforce standard object
Install
rawctx snapshot-download @pasar6987/sf-financial-services-group-census
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
