Estateably Compatibility Guide
This guide describes how the INHERIT open estate data standard maps to Estateably's data model, based on publicly available documentation. All field mappings and API details are proposed and have not been validated against a live Estateably instance.
Estateably is a trademark of Estateably Inc.. This guide is not endorsed by, affiliated with, or sponsored by Estateably. Get in touch to collaborate on an official integration.
Conceptual mapping between Estateably's probate administration platform and INHERIT schemas, with court form data alignment.
Overview#
Estateably ↗ is a probate-focused estate administration platform that automates the preparation of court forms, executor task management, and estate accounting across the United States, Canada, and the United Kingdom. It serves estate attorneys, trust companies, and professional executors — providing structured workflows from the moment a death is reported through to final distribution and estate closure.
Estateably’s data model is built around the core entities of probate administration: the deceased, executors, beneficiaries, assets, liabilities, and distributions. It maintains a library of over 3,000 court forms across US, Canadian, and UK jurisdictions, each requiring structured estate data to populate. This probate-centric architecture makes Estateably one of the closest natural fits for INHERIT adoption — its internal entities map almost directly to INHERIT’s core schemas with minimal transformation.
Why INHERIT Matters for Estateably#
| Benefit | Detail |
|---|---|
| Data portability | Estate data entered in Estateably can be exported in a standards-compliant format, shareable with solicitors, financial advisers, tax professionals, and other platforms without manual re-entry |
| Multi-platform interoperability | Estates often involve multiple professional advisers using different systems. INHERIT provides a common language for exchanging structured estate data between Estateably and other platforms (Clio, Actionstep, wealth management tools) |
| Regulatory alignment | As probate registries modernise toward digital submissions, INHERIT’s structured format positions Estateably-managed estates for automated regulatory reporting |
| Court form data standardisation | Estateably’s 3,000+ court forms require structured data inputs. INHERIT can serve as a canonical data layer, ensuring consistency across forms regardless of jurisdiction |
| Long-term archival | Completed estates can be exported as self-describing INHERIT documents for long-term retention, independent of any single platform’s continued operation |
Who Uses Estateably#
- Estate attorneys managing probate filings across US and Canadian jurisdictions
- Trust companies administering estates at scale with professional executor obligations
- Probate solicitors in England and Wales handling grant applications, IHT submissions, and estate accounts
- Bank trust departments processing estate distributions and fiduciary accounting
Known Integration Surface#
Estateably has a confirmed internal API (evidenced by its partnership with SideDrawer, which enables document synchronisation between the two platforms). However, the API is not publicly documented at the time of writing. Estateably also offers a Clio integration that imports matter data from Clio into Estateably via a configurable field mapping interface — this one-way import demonstrates that Estateably has a structured data ingestion layer.
This guide documents conceptual mappings based on Estateably’s publicly visible features and data model. Field-level API mappings will require direct API access, which would be established through a partnership or integration agreement.
Conceptual Field Mapping#
The mappings below are based on Estateably’s publicly described features, its user interface, and the data requirements of probate administration. They represent the most likely mapping between Estateably’s internal data model and INHERIT schemas. Exact API field names are marked as [TBC – requires API access].
Deceased / person.json#
Estateably’s primary record is the deceased individual whose estate is being administered. This maps directly to an INHERIT person.json entity with roles: ["testator"].
| Estateably Concept | INHERIT Field | Notes |
|---|---|---|
| Deceased name | person.givenName, person.familyName |
Estateably captures full legal name for court filings |
| Date of birth | person.dateOfBirth |
Required for most probate applications |
| Date of death | person.dateOfDeath |
The triggering event for estate administration |
| Place of death [TBC] | person.notes |
Not a dedicated INHERIT field; record in notes or a jurisdiction extension |
| Last known address | person.contact.address |
Map to INHERIT common/address.json. Critical for determining domicile |
| Domicile | estate.domicile |
Determines applicable succession law and court jurisdiction |
| Social Security Number / Social Insurance Number [TBC] | person.identity.identifiers[] |
Store with appropriate type (ssn, sin, nino). Sensitive — apply visibility restrictions |
| Marital status at death [TBC] | – | Not directly modelled in INHERIT core; infer from relationship records or jurisdiction extensions |
| Citizenship / nationality [TBC] | person.taxResidency |
Relevant for cross-border estates and IHT calculations |
Estate Record / estate.json#
Each Estateably matter represents one estate under administration. This maps to INHERIT’s estate.json.
| Estateably Concept | INHERIT Field | Notes |
|---|---|---|
| Estate/matter ID [TBC] | estate.provenance.sourceSystemId |
Store Estateably’s internal ID for traceability |
| Estate reference number [TBC] | estate.provenance.sourceSystemRef |
Court file number or firm reference |
| Deceased link | estate.testatorPersonId |
Reference to the person.json record for the deceased |
| Jurisdiction / state / province | estate.domicile |
Map to ISO 3166-1 alpha-2 (country) or ISO 3166-2 (subdivision). Estateably supports US states, Canadian provinces, and UK jurisdictions |
| Will type (testate / intestate) [TBC] | estate.willType |
Determines the probate pathway. Map to INHERIT enum: secular, holographic, nuncupative, etc.; or null for intestate estates |
| Estate status [TBC] | estate.status |
See status mapping table below |
| Date matter opened [TBC] | estate.createdAt |
When the estate was entered into Estateably |
| Date matter closed [TBC] | Indicates estate.status: "closed" |
When administration was completed |
Status Mapping#
Estateably’s probate workflow stages map to INHERIT’s estate lifecycle as follows:
| Estateably Stage (inferred from workflow) | INHERIT estate.status |
Notes |
|---|---|---|
| Matter opened / initial information gathering | pre_probate |
Death has occurred; grant not yet applied for |
| Asset and liability identification | pre_probate |
Cataloguing the estate |
| Court filing / grant application submitted | pre_probate |
Application in progress |
| Grant issued / letters granted | in_administration |
Legal authority to administer has been granted |
| Asset collection and debt settlement | in_administration |
Calling in assets, paying liabilities |
| Distribution to beneficiaries | distributed |
Assets being transferred to beneficiaries |
| Final accounts filed / estate closed | closed |
Administration complete |
Note: Estateably’s workflow is inherently probate-focused. Unlike general practice management tools, its stages align closely with INHERIT’s post-death lifecycle (
pre_probatethroughclosed). The estate planning stages (planning,confirmed) are not typically relevant — Estateably picks up where estate planning tools leave off.
Executors / executor.json + person.json#
Estateably tracks executors (personal representatives, administrators) as key participants in estate administration. Each executor maps to both a person.json record (their identity) and an executor.json record (their role in the estate).
| Estateably Concept | INHERIT Field | Notes |
|---|---|---|
| Executor name | person.givenName, person.familyName |
Identity fields on the person record |
| Executor contact details [TBC] | person.contact.email, person.contact.phone, person.contact.address |
Required for court filings and correspondence |
| Executor type (individual / professional) [TBC] | executor.isProfessional |
Trust companies and solicitor-executors are true |
| Executor firm name [TBC] | executor.firmName |
For professional executors |
| Primary / secondary / substitute [TBC] | executor.role |
Map to INHERIT enum: primary, secondary, substitute |
| Grant reference [TBC] | executor.grantReference |
The court-issued reference number |
| Grant date [TBC] | executor.grantDate |
When the grant was issued |
| Grant type [TBC] | executor.grantType |
Map to INHERIT enum: grant_of_probate, letters_of_administration, letters_of_administration_with_will_annexed, etc. |
| Issuing court / registry [TBC] | executor.issuingCourt |
The court or probate registry that issued the grant |
Beneficiaries / person.json + bequest.json#
Estateably tracks beneficiaries and their entitlements. Each beneficiary is a person.json record; their inheritance is modelled as one or more bequest.json entries.
| Estateably Concept | INHERIT Field | Notes |
|---|---|---|
| Beneficiary name | person.givenName, person.familyName |
On the person record with roles: ["beneficiary"] |
| Beneficiary contact details [TBC] | person.contact |
Address, email, phone |
| Relationship to deceased [TBC] | kinship.kinshipType or relationship.relationshipType |
Map to INHERIT kinship or relationship types. E.g. “son” maps to kinship.kinshipType: "parent_child_biological" |
| Specific bequest [TBC] | bequest.bequestType: "specific" |
A particular item or asset left to the beneficiary |
| Pecuniary legacy [TBC] | bequest.bequestType: "pecuniary" |
A fixed monetary amount |
| Residuary share [TBC] | bequest.bequestType: "residuary" |
A percentage of the residuary estate |
| Bequest description [TBC] | bequest.description |
Free-text description of the gift |
| Bequest value / share [TBC] | bequest.value or bequest.sharePercentage |
Monetary value in minor units, or percentage for residuary bequests |
Assets / asset.json + Asset Category Schemas#
Estateably captures detailed asset information for estate valuation, court reporting, and distribution. Each asset maps to INHERIT’s asset.json with an appropriate asset category schema.
| Estateably Concept | INHERIT Schema | Notes |
|---|---|---|
| Real property / real estate | property.json |
Houses, land, commercial property. Map address, title reference, valuation |
| Bank accounts | asset-categories/financial.json |
Current accounts, savings accounts. Map institution, account reference, balance |
| Investment accounts / brokerage | asset-categories/financial.json |
Stocks, bonds, funds. Map institution, account reference, holdings value |
| Retirement accounts (401k, RRSP, pension) | asset-categories/financial.json |
Country-specific retirement vehicles. Note: many are non-probate transfers |
| Life insurance policies | insurance-policy.json |
Map insurer, policy number, death benefit, named beneficiaries |
| Motor vehicles | asset-categories/vehicle.json |
Cars, boats, aircraft. Map registration, VIN, valuation |
| Business interests | asset-categories/business.json |
Company shares, partnership interests. Map entity name, ownership percentage, valuation |
| Personal property / chattels | asset-categories/general.json |
Jewellery, artwork, collectibles, household goods |
| Digital assets [TBC] | asset-categories/digital.json |
Cryptocurrency, domain names, digital accounts |
Liabilities / liability.json#
Estateably tracks the deceased’s debts and ongoing obligations that must be settled from the estate.
| Estateably Concept | INHERIT Field | Notes |
|---|---|---|
| Creditor name [TBC] | liability.creditorName or link to organisation.json |
The entity owed money |
| Liability type [TBC] | liability.liabilityType |
Map to INHERIT enum: mortgage, loan, credit_card, tax, funeral_expenses, administration_costs, other |
| Amount owed [TBC] | liability.amount |
In integer minor units |
| Secured / unsecured [TBC] | liability.isSecured |
Whether the debt is secured against an asset |
| Linked asset [TBC] | liability.securedAgainstAssetId |
For mortgages and secured loans, reference the associated asset |
Documents / document.json#
Estateably stores estate-related documents. These map to INHERIT’s document.json.
| Estateably Concept | INHERIT document.json Field |
Notes |
|---|---|---|
| Document name [TBC] | document.title |
Direct mapping |
| Document type / category [TBC] | document.type |
Map to INHERIT enum: will, codicil, grant_of_probate, letters_of_administration, death_certificate, trust_deed, power_of_attorney, valuation_report, tax_return, estate_accounts, other |
| File format [TBC] | document.fileFormat |
Extension (pdf, docx, etc.) |
| File size [TBC] | document.fileSizeBytes |
In bytes |
| Upload date [TBC] | document.createdAt |
ISO 8601 timestamp |
| Court form output | document.type: "court_form" |
Generated court forms are a key Estateably output |
Integration Architecture#
Because Estateably’s API is not publicly documented, integration approaches must account for the current access landscape. There are three realistic architectural paths, each with different prerequisites and capabilities.
Path 1: Clio as Intermediary (Available Now)#
Estateably already integrates with Clio — importing matter data from Clio into Estateably with configurable field mapping. Since Clio has a well-documented public API (see the Clio Integration Guide ), INHERIT can reach Estateably indirectly:
Clio API (documented) Estateably-Clio integration
INHERIT document ───────────────────────► Clio ──────────────────────────────► Estateably
MatterAdvantages:
- Works today, without any Estateably API access
- Leverages existing, tested integrations on both sides
Limitations:
- One-way only (Clio to Estateably)
- Two-hop translation introduces potential data loss
- Depends on the firm using both Clio and Estateably
Path 2: Direct API Integration (Requires Partnership)#
With access to Estateably’s internal API, a direct integration eliminates the Clio intermediary and enables bi-directional data flow.
Path 3: INHERIT as a Data Exchange Format (Platform-Neutral)#
Rather than building a point-to-point integration, Estateably could adopt INHERIT as its import/export format — enabling interoperability with every INHERIT-compliant platform without custom integration code.
Recommended Architecture#
For immediate value, Path 1 (Clio intermediary) provides a working bridge today. For long-term strategic value, Path 3 (INHERIT as exchange format) is the strongest approach. Path 2 (direct API) is the natural stepping stone between the two.
If you work with Estateably or in probate administration and would like to discuss INHERIT compatibility, please get in touch .
Court Form Data Mapping#
Estateably’s library of over 3,000 court forms across US, Canadian, and UK jurisdictions is one of its most significant features. Each court form requires specific estate data fields to be populated.
How Court Forms Consume Estate Data#
| Court Form Type | Data Required | INHERIT Source Schemas |
|---|---|---|
| Grant of Probate application (England & Wales) | Deceased name, DOB, DOD, domicile, executor details, gross/net estate value, IHT position | person.json, estate.json, executor.json, valuation.json, estate jurisdiction extensions |
| Letters Testamentary petition (US) | Decedent name, date of death, county of residence, petitioner (executor) details, will date, beneficiary list | person.json, estate.json, executor.json, document.json (will), bequest.json |
| Certificate of Appointment of Estate Trustee (Ontario, Canada) | Deceased details, applicant details, estate value, beneficiary information, will details | person.json, estate.json, executor.json, valuation.json, bequest.json |
| Inventory and Appraisement (various US states) | Complete asset list with descriptions and valuations | asset.json, asset-categories/*.json, valuation.json |
| IHT400 (HMRC, England & Wales) | Comprehensive estate valuation, reliefs, exemptions, property details, gifts in the seven years before death | estate.json, asset.json, liability.json, lifetime-transfer.json, UK jurisdiction extension |
INHERIT as a Canonical Data Layer for Court Forms#
The relationship between INHERIT and Estateably’s court forms is complementary:
- INHERIT provides the structured data. An INHERIT document contains the people, assets, liabilities, bequests, and jurisdiction-specific details that court forms require.
- Estateably provides the form templates and jurisdiction logic. Estateably knows which fields each court form requires, which court rules apply, and how to format the output for filing.
- The integration point is data, not forms. INHERIT does not generate court forms. It provides the data that court forms consume.
Jurisdiction Extensions and Court Form Requirements#
| Jurisdiction | INHERIT Extension | Court-Form-Relevant Fields |
|---|---|---|
| England & Wales | extensions/uk-england-wales |
IHT threshold, nil-rate band, residence nil-rate band, TNRB claim, excepted estate status, probate registry |
| Scotland | extensions/scotland |
Confirmation, prior rights, legal rights, inventory requirements |
| US (federal estate tax) | extensions/us-estate |
Federal estate tax exemption, portability election, QTIP election, generation-skipping transfer tax |
| Canada | extensions/canada |
Provincial probate fees, deemed disposition on death, capital gains implications, RRSP/RRIF beneficiary designations |
| Australia / NZ | extensions/australia-nz |
Family provision claims, notional estate rules (NSW), relationship property (NZ) |