PropChain supports lightweight tax strategy suggestions on property transactions.
These suggestions are:
- Informational only
- Non-binding
- Not legal or tax advice
- Intended to help users structure internal discussions and transaction planning
GET /transactions/:transactionId/tax-strategies
POST /transactions/:transactionId/tax-strategies
PATCH /transactions/:transactionId/tax-strategies/:strategyId{
"strategyType": "Installment sale timing",
"jurisdiction": "Austin, Texas, USA",
"estimatedTaxRate": 7.5,
"explanation": "Consider sequencing closing milestones to spread taxable recognition where appropriate.",
"metadata": {
"source": "internal-review"
}
}strategyTypeandexplanationare required.jurisdictionis optional. If omitted, the API derives a label from the property city, state, and country when available.estimatedTaxImpactis auto-calculated whenestimatedTaxRateis provided.- Suggestions are versioned. Updates increment the version unless a specific version is supplied.
- Real-time notification events are emitted through the existing notifications pipeline when suggestions are created or updated.