Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-revenue-tax-finance
Tax engine integration, general ledger account mapping, legal entity management, accounting periods, revenue transaction logging, and document sequencing.
Published package · Latest published 1.0.1 Mar 4, 2026 · 18 datasets / 25 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
18 datasets25 measures · 200 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-revenue-tax-finance
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-revenue-tax-finance")
prompt = rawctx.to_prompt(
"@pasar6987/sf-revenue-tax-finance",
datasets=["AccountingPeriod", "GeneralLdgrAcctPrdSummary"],
max_tokens=2000,
)
print(model.datasets) # ["AccountingPeriod", "GeneralLdgrAcctPrdSummary", "GeneralLedgerAccount"]
print(model.measures) # [Measure(name="AccountingPeriod.TotalAssetsAmount", ...), Measure(name="AccountingPeriod.TotalEquitiesAmount", ...), Measure(name="AccountingPeriod.TotalExpensesAmount", ...)]
print(model.dimensions) # [Dimension(name="EndDate", ...), Dimension(name="FinancialYear", ...), Dimension(name="LastReferencedDate", ...)]
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-revenue-tax-finance
Tax engine integration, general ledger account mapping, legal entity management, accounting periods, revenue transaction logging, and document sequencing.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 18 |
| Dimensions | 200 |
| Measures | 25 |
| Relationships | 0 |
Objects
- AccountingPeriod — Represents information about a time period for which businesses prepare reports and analyze performance. Each billing transaction is associated with an accounting period.
- GeneralLdgrAcctPrdSummary — Represents a junction between a general ledger account and a legal entity accounting period. Stores information about the total credit amount, total debit amount, opening balance, and closing balance of a general ledger account for a specific legal entity accounting period.
- GeneralLedgerAccount — Salesforce standard object
- GeneralLedgerAcctAsgntRule — Salesforce standard object
- GeneralLedgerJrnlEntryRule — Represents information about the transaction journal entry rule, based on which transaction journals are created for the selected credit and debit general ledger accounts, transaction amount field, and percentage.
- LegalEntity — Represents the way an organization is structured. An organization can be a single legal entity or it can comprise more than one legal entity.
- LegalEntyAccountingPeriod — Represents a junction between a legal entity and an accounting period.
- RevenueTransactionErrorLog — Represents the details of errors that occurred during the processing of a request. The error record persists until a new error with the same category, primary record, and, if necessary, related record occurs.
- SeqPolicySelectionCondition — Represents the condition used to determine which sequence policy is applied to a record.
- SequenceAssignedEvent — Represents the notification to customers about the assignment of a sequence to a target record. This process is initiated by the /sequences/actions/assign request.
- SequenceGapReconciliation — Represents a missing sequence value identified during reconciliation, which can be used later to ensure there are no gaps in the sequence policy numbers.
- SequencePolicy — Represents the configuration of rules and parameters for generating unique, sequential numbers for records. Stores settings such as numbering patterns, prefixes, suffixes, sequence start numbers, increment values, and filter criteria to ensure accurate and compliant numbering.
- TaxEngine — Represents information about an instance of a tax engine provider as well as the merchant credentials for that specific instance.
- TaxEngineInteractionLog — Represents a record of a communication with an external tax engine following a tax calculation request.
- TaxEngineProvider — Represents general information about a service that manages a tax engine. Tax engine providers have a one-to-many relationship with tax engines, where the tax engine record represents a specific configuration of a tax engine that can be assigned to multiple order items.
- TaxPolicy — Represents information about a group of tax treatments, where each treatment represents parameters to determine how a particular product is taxed for a transaction line item. Tax policies are related to products, which pass the policy on to the resulting order items and in turn the billing schedules.
- TaxTreatment — Represents information about tax calculation by external engines. Each product requires a tax policy to determine whether to apply tax. Each tax policy requires at least one tax treatment. The tax treatments determine how taxable products are taxed.
- TransactionProcessingType — Represents the settings to configure the processing constraints for a request.
Install
rawctx snapshot-download @pasar6987/sf-revenue-tax-finance
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.
