Property Closing
Human ↔ HumanReal estate closing process from accepted offer through inspection, appraisal, title search, and key transfer.
7 nodes · 8 edgesreal-estate
humansystem
Visual
Offer Acceptedhuman
Seller accepts buyer's offer and both parties sign the purchase agreement.
↓sequential→ Home Inspection
Home Inspectionhuman
Licensed inspector examines the property and delivers a findings report.
↓parallel→ Appraisal
↓parallel→ Title Search
↓conditional→ Offer Accepted
Appraisalhuman
Lender-ordered appraiser determines fair market value of the property.
↓sequential→ Prepare Closing Documents
Title Searchhuman
Title company searches for liens, encumbrances, and ownership history.
↓sequential→ Prepare Closing Documents
Prepare Closing Documentshuman
Attorney or escrow agent prepares deed, settlement statement, and disclosures.
↓sequential→ Sign & Fund
Sign & Fundhuman
Buyer and seller sign documents, funds are wired, and deed is recorded.
↓sequential→ Transfer Keys
Transfer Keyshuman
Seller hands over keys, garage openers, and access codes to the buyer.
uc-property-closing.osop.yaml
osop_version: "1.0"
id: "property-closing"
name: "Property Closing"
description: "Real estate closing process from accepted offer through inspection, appraisal, title search, and key transfer."
nodes:
- id: "offer_accepted"
type: "human"
subtype: "input"
name: "Offer Accepted"
description: "Seller accepts buyer's offer and both parties sign the purchase agreement."
- id: "inspection"
type: "human"
subtype: "review"
name: "Home Inspection"
description: "Licensed inspector examines the property and delivers a findings report."
- id: "appraisal"
type: "human"
subtype: "review"
name: "Appraisal"
description: "Lender-ordered appraiser determines fair market value of the property."
- id: "title_search"
type: "human"
subtype: "input"
name: "Title Search"
description: "Title company searches for liens, encumbrances, and ownership history."
- id: "closing_docs"
type: "human"
subtype: "input"
name: "Prepare Closing Documents"
description: "Attorney or escrow agent prepares deed, settlement statement, and disclosures."
- id: "sign_and_fund"
type: "human"
subtype: "review"
name: "Sign & Fund"
description: "Buyer and seller sign documents, funds are wired, and deed is recorded."
- id: "transfer_keys"
type: "human"
subtype: "input"
name: "Transfer Keys"
description: "Seller hands over keys, garage openers, and access codes to the buyer."
edges:
- from: "offer_accepted"
to: "inspection"
mode: "sequential"
- from: "inspection"
to: "appraisal"
mode: "parallel"
- from: "inspection"
to: "title_search"
mode: "parallel"
- from: "appraisal"
to: "closing_docs"
mode: "sequential"
- from: "title_search"
to: "closing_docs"
mode: "sequential"
- from: "closing_docs"
to: "sign_and_fund"
mode: "sequential"
- from: "sign_and_fund"
to: "transfer_keys"
mode: "sequential"
- from: "inspection"
to: "offer_accepted"
mode: "conditional"
when: "issues_found == true"
label: "Renegotiate after inspection"