HubPublic
Package control recordPublished package

@pasar6987/sf-financial-services-product-pricing

The product catalog for financial services. Defines coverage types, product fees, list rates, surcharges, quote line items, and the attributes that shape what gets offered and at what price.

Published package · Latest published 1.0.1 Mar 4, 2026 · 11 datasets / 11 measures in the latest review · Updated Mar 11, 2026

Release path

1.0.1Published Mar 4, 2026

Publisher

@pasar6987Published Mar 4, 2026

Structure snapshot

11 datasets11 measures · 106 dimensions

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

OSI

Upstream

developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference

Repository

Not linked

Owner

@pasar6987

Organization

Independent

License

MIT

Visibility

Public hub listing

Publisher

@pasar6987Published Mar 4, 2026

Latest published version

1.0.1Published Mar 4, 2026

Tags

salesforcecrmfinancial-servicesproduct-pricing

Schema preview

Schema 0.1.1

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-product-pricing

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-product-pricing")
prompt = rawctx.to_prompt(
    "@pasar6987/sf-financial-services-product-pricing",
    datasets=["CoverageType", "IndexRate"],
    max_tokens=2000,
)

print(model.datasets)        # ["CoverageType", "IndexRate", "ProdtAttrMappedScope"]
print(model.measures)        # [Measure(name="CoverageType.DeductibleAmount", ...), Measure(name="CoverageType.Discount", ...), Measure(name="CoverageType.LimitAmount", ...)]
print(model.dimensions)      # [Dimension(name="BenefitPaymentFrequency", ...), Dimension(name="Category", ...), Dimension(name="CategoryCode", ...)]
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-product-pricing

The product catalog for financial services. Defines coverage types, product fees, list rates, surcharges, quote line items, and the attributes that shape what gets offered and at what price.

Overview

Count
Objects (Datasets)11
Dimensions106
Measures11
Relationships0

Objects

  • CoverageType — Represents the type of coverage, such as liability, earthquake, or collision damage. You see this object only if you have enabled the Access Master List of Coverage Types org pref.
  • IndexRate — Represents a base rate that’s defined by an authority.
  • ProdtAttrMappedScope — Represents a junction between the product attribute scope and the product classification attribute.
  • ProdtAttrScope — Represents the scope definition for a product attribute so that it can be used during claims processing.
  • ProductCoverage — A junction object that associates the Product object with the CoverageType object. You see this object only if you have enabled the Access Master List of Coverage Types org pref.
  • ProductFee — Represents the base fee associated with a product.
  • ProductListRate — Represents the list rate of the product.
  • ProductSurcharge — Represents an association between a product and a surcharge.
  • QuoteLineItemGroupClass — Represents the association of a Quote Line Item to GroupClass. Use this entity for large group quoting process when multiple group classes are attributed on a single quote line item. Child object of Quote.
  • QuoteLineItemRelatedObject — Represents the junction between a Quote Line Item and a related object. The values of the attributes from the related object are referenced by the relevant product attributes on the Quote LIne Item
  • Surcharge — Represents the details about a surcharge calculation.

Install

rawctx snapshot-download @pasar6987/sf-financial-services-product-pricing

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.

Models1
Datasets11
Measures11
Dimensions106
Relationships0
AI context1
models/sf-financial-services-product-pricing.osi.yamlAI context included
11 datasets11 measures106 dimensions0 relationships

Topology

Semantic graph

Use the graph last, once provenance, documentation, and the runnable path are already clear.

Semantic Graph

Topology counts appear after the graph loads.

Loading graph

Semantic topology is still loading

Counts and graph nodes appear after the latest published summary has been fetched.