What Oregon Requires
Oregon has one statute governing resale certificates for planned communities. ORS 94.670 defines 13 required disclosure items that must be provided to buyers within 10 days of a request.
Required Disclosure Items
The statutory items that must be included in the resale certificate, mapped to the specific subsection of law. This is the checklist title officers and board members use to verify completeness.
The Problem with Manual Assembly
Most Oregon associations still produce resale certificates by hand — pulling numbers from accounting software, hunting for insurance certificates, checking violation logs, and copying it all into a Word document. The 10-day deadline makes this a recurring fire drill that creates real liability.
| Manual Process | System-Generated | |
|---|---|---|
| Turnaround | 3–7 business days | Minutes |
| Data accuracy | Depends on who prepares it | Live from ledger |
| Statute mapping | Manual checklist, easy to miss items | Every item mapped to subsection |
| Balance sheet | May be months old | Current within 120 days (enforced) |
| Verifiability | None — Word doc or scanned PDF | SHA-256 content hash, QR verification |
| Risk flags | Not surfaced | Deterministic (stale data, delinquency, gaps) |
| Audit trail | Email chain, maybe | Immutable packet with event log |
Sample Certificate
A sample resale certificate generated for a fictional Oregon planned community using ORS 94.670. The same format, structure, and compliance mapping used in production — with demo data.
- Cover page with compliance profile and statutory reference
- Compliance matrix showing status of all 13 required items
- Deferred maintenance disclosure from reserve component data
- Reserve fund status with percent funded
- Insurance coverage summary
- Risk flags panel with severity-based indicators
- SHA-256 content hash and verification section
- Branded footer with QR verification code
How It Works
From request to delivery. Title companies can submit requests via API or form. The board reviews disclosures before generation. The certificate is generated from live ledger data and delivered with an HMAC-signed callback.
POST /api/v1/rc/request/),
public form, or board initiates directly. Property address matched to HOA and unit.
Multi-State Coverage
Oregon is one of six states with active compliance profiles. The same compliance-profile-driven architecture supports all states through a shared generation engine.
| State | Statute | Profile | Items | Status |
|---|---|---|---|---|
| WA | RCW 64.34.425 | Condominium Act | 20 | Production |
| WA | RCW 64.90.640 | WUCIOA | 26 | Production |
| CA | Cal. Civ. Code §4525-4530 | Davis-Stirling Act | 15 | Active |
| OR | ORS 94.670 | Planned Community Act | 13 | Active |
| FL | Fla. Stat. §720.30851 | HOA Act | 19 | Active |
| FL | Fla. Stat. §718.116 | Condominium Act | 19 | Active |
| TX | Tex. Prop. Code §207 | HOA Act | 10 | Active |
| TX | Tex. Prop. Code §82.157 | Condominium Act | 10 | Active |
A resale certificate is only as trustworthy as the data behind it. When the certificate is generated from the same system of record that processes payments, tracks reserves, and enforces governance controls, every figure is verifiable back to the source transaction.