Estated v0.2.0 Estated.Property.Deed View Source
Sale and mortgage data which constitute a deed record.
Link to this section Summary
Types
Second buyer first name, or null if corporate owner.
Second buyer last name, or corporate name.
Buyer mailing address.
Buyer mailing city.
Buyer first name, or null if corporate owner.
Buyer last name, or corporate name.
Buyer mailing state.
Buyer unit number.
Buyer unit type.
Buyer mailing zip code.
Buyer four digit postal zip extension.
The physical book where the deed was recorded.
The physical page where the deed was recorded.
Up to 20 years of sale and mortgage data which constitute a deed record.
An indicator to determine if the sale was deemed to be distressed.
Identifier assigned to document at the recording date.
Type of deed document.
Mortgage lender.
The type of lender.
Mortgage recorded in dollars.
The date the mortgage will be paid in full.
The interest rate type on the loan.
The interest rate of the loan.
Type of loan security.
The date the original contract was signed.
An indicator used to determine the status of the transfer.
The official date the document was recorded.
The total sale price in dollars.
A description of the sale.
The second seller first name, or null if corporate owner.
The second seller last name, or corporate name.
The seller mailing address.
The seller city.
Seller first name, or null if corporate owner.
Seller last name, or corporate name.
The seller mailing state.
The seller unit number.
Seller zip code.
Seller four digit postal zip extension.
Sale and mortgage data which constitute a deed record.
The tax amount levied by the city, county, or a combination thereof.
Link to this section Types
Second buyer first name, or null if corporate owner.
Eg. JANE
Second buyer last name, or corporate name.
Eg. SMITH
Buyer mailing address.
Eg. 123 MAIN ST
Buyer mailing city.
Eg. DENVER
Buyer first name, or null if corporate owner.
Eg. JOHN
Buyer last name, or corporate name.
Eg. SMITH
Buyer mailing state.
Eg. CO
Buyer unit number.
Eg. 1A
Buyer unit type.
Eg. APT
Buyer mailing zip code.
Eg. 80222
buyer_zip_plus_four_code()
View Source (since 0.2.0)buyer_zip_plus_four_code() :: String.t()
Buyer four digit postal zip extension.
Eg. 3019
The physical book where the deed was recorded.
Eg. 9056
The physical page where the deed was recorded.
Eg. 595
Up to 20 years of sale and mortgage data which constitute a deed record.
An indicator to determine if the sale was deemed to be distressed.
Eg. false
Identifier assigned to document at the recording date.
Eg. 93154L
Type of deed document.
Eg. WARRANTY DEED
Mortgage lender.
Eg. CITIMORTGAGE INC
The type of lender.
Eg. BANK
Mortgage recorded in dollars.
Eg. 74900
The date the mortgage will be paid in full.
Eg. 2029-10-22
The interest rate type on the loan.
Eg. FIXED RATE
The interest rate of the loan.
Eg. 2.97
Type of loan security.
Eg. CLOSED MORTGAGE
original_contract_date()
View Source (since 0.2.0)original_contract_date() :: Date.t()
The date the original contract was signed.
Eg. 2011-12-26
An indicator used to determine the status of the transfer.
Eg. NO
The official date the document was recorded.
Eg. 2011-12-28
The total sale price in dollars.
Eg. 170000
sale_price_description()
View Source (since 0.2.0)sale_price_description() :: String.t()
A description of the sale.
Eg. ESTIMATED
The second seller first name, or null if corporate owner.
Eg. JANE
The second seller last name, or corporate name.
Eg. SMITH
The seller mailing address.
Eg. 123 MAIN ST
The seller city.
Eg. PHOENIX
Seller first name, or null if corporate owner.
Eg. JOHN
Seller last name, or corporate name.
Eg. SMITH
The seller mailing state.
Eg. AZ
The seller unit number.
Eg. 1
Seller zip code.
Eg. 85024
seller_zip_plus_four_code()
View Source (since 0.2.0)seller_zip_plus_four_code() :: String.t()
Seller four digit postal zip extension.
Eg. 3019
t()
View Source (since 0.2.0)t() :: %Estated.Property.Deed{ buyer2_first_name: buyer2_first_name() | nil, buyer2_last_name: buyer2_last_name() | nil, buyer_address: buyer_address() | nil, buyer_city: buyer_city() | nil, buyer_first_name: buyer_first_name() | nil, buyer_last_name: buyer_last_name() | nil, buyer_state: buyer_state() | nil, buyer_unit_number: buyer_unit_number() | nil, buyer_unit_type: buyer_unit_type() | nil, buyer_zip_code: buyer_zip_code() | nil, buyer_zip_plus_four_code: buyer_zip_plus_four_code() | nil, deed_book: deed_book() | nil, deed_page: deed_page() | nil, distressed_sale: distressed_sale() | nil, document_id: document_id() | nil, document_type: document_type() | nil, lender_name: lender_name() | nil, lender_type: lender_type() | nil, loan_amount: loan_amount() | nil, loan_due_date: loan_due_date() | nil, loan_finance_type: loan_finance_type() | nil, loan_interest_rate: loan_interest_rate() | nil, loan_type: loan_type() | nil, original_contract_date: original_contract_date() | nil, real_estate_owned: real_estate_owned() | nil, recording_date: recording_date() | nil, sale_price: sale_price() | nil, sale_price_description: sale_price_description() | nil, seller2_first_name: seller2_first_name() | nil, seller2_last_name: seller2_last_name() | nil, seller_address: seller_address() | nil, seller_city: seller_city() | nil, seller_first_name: seller_first_name() | nil, seller_last_name: seller_last_name() | nil, seller_state: seller_state() | nil, seller_unit_number: seller_unit_number() | nil, seller_zip_code: seller_zip_code() | nil, seller_zip_plus_four_code: seller_zip_plus_four_code() | nil, transfer_tax: transfer_tax() | nil }
Sale and mortgage data which constitute a deed record.
The tax amount levied by the city, county, or a combination thereof.
Eg. 142.03