pub struct BlendENoteBaseLoan {Show 18 fields
pub min: Option<String>,
pub lender_loan_id: Option<String>,
pub execution_date: String,
pub execution_city: String,
pub execution_state: String,
pub property_address: Option<Value>,
pub scheduled_first_payment_date: String,
pub note_pay_to_address: Value,
pub lien_priority_type: Option<String>,
pub mortgage_type: Option<String>,
pub loan_purpose_type: Option<String>,
pub note_rate_percent: f64,
pub original_loan_amount: Option<f64>,
pub loan_maturity_date: String,
pub original_principal_and_interest_payment_amount: f64,
pub late_charge_grace_period: i64,
pub late_charge_rate: f64,
pub parties: BlendENoteParties,
}Fields§
§min: Option<String>Mortgage Identification Number. 18-digit number passed as a string whose last digit is a control digit. Required in production environment.
lender_loan_id: Option<String>The identifier assigned by the originating Lender to be referenced as the Loan ID/Number on all settlement documents, notes, riders, etc.
execution_date: String§execution_city: StringThe name of the city.
execution_state: StringThe two-character representation of the US state, US Territory, Canadian Province, Military APO FPO, or Territory.
property_address: Option<Value>The property address will be pulled from Blend if not specified.
scheduled_first_payment_date: StringThe month and year of the first scheduled mortgage payment to be made by the borrower under the terms of the mortgage. Must be in YYYY-MM format. The first day of the month is assumed.
note_pay_to_address: Value§lien_priority_type: Option<String>Specifies the priority of the lien against the subject property.
mortgage_type: Option<String>Identifies the highest level private or public sector entity under whose guidelines the mortgage is originated. The mortgage type will be pulled from Blend if not specified.
loan_purpose_type: Option<String>Specifies the purpose for which the loan proceeds will be used. The loan purpose type will be pulled from Blend if not specified.
note_rate_percent: f64§original_loan_amount: Option<f64>The amount to be repaid as disclosed on the Note. Will be pulled from Blend if not specified.
loan_maturity_date: StringThe date when the loan is scheduled to be paid in full as reflected on the Note.
original_principal_and_interest_payment_amount: f64The dollar amount of the principal and interest payment as stated on the Note. The principal and interest payment is usually obtained using the loan amount and interest rate to arrive at full amortization during the loan term.
late_charge_grace_period: i64The grace period in days for this loan before a late charge will be applied.
late_charge_rate: f64§parties: BlendENoteParties