pub struct ReportingLenderSchema {Show 25 fields
pub user_id: String,
pub nmls_id: Option<String>,
pub branch_id: Option<String>,
pub employee_id: Option<String>,
pub full_name: String,
pub email: String,
pub user_roles: Option<String>,
pub los_username: Option<String>,
pub activation_datetime: Option<String>,
pub invited_datetime: Option<String>,
pub last_login_datetime: Option<String>,
pub total_created_applications: Option<f64>,
pub borrower_submits: Option<f64>,
pub percent_loans_submitted: Option<f64>,
pub percent_submits_with_gas: Option<f64>,
pub last_borrower_submit_datetime: Option<String>,
pub average_nps_score: Option<f64>,
pub calculated_nps_score: Option<f64>,
pub percent_loans_utilizing_followups: Option<f64>,
pub followups_manually_requested: Option<f64>,
pub followups_borrower_completed: Option<f64>,
pub followups_pending: Option<f64>,
pub followups_accepted: Option<f64>,
pub followups_rejected: Option<f64>,
pub as_of_date: Option<String>,
}
Fields§
§user_id: String
Unique User ID associated with the Lender User
nmls_id: Option<String>
The NMLS ID of the lender
branch_id: Option<String>
The Branch ID entered into the lender user profile (optional field maintained manually by the client)
employee_id: Option<String>
The lender user’s employee ID (optional field maintained manually by the client)
full_name: String
The full name of the lender
email: String
The email address of the lender
user_roles: Option<String>
A comma separated list of user roles attributed to the lender
los_username: Option<String>
The lender user’s LOS Username in Blend
activation_datetime: Option<String>
The UTC timestamp for when the lender user accepted Terms of Service
invited_datetime: Option<String>
The invitation time of the lender (in UTC)
last_login_datetime: Option<String>
The UTC timestamp for the last time the account was opened/used
total_created_applications: Option<f64>
The total number of created application applications assigned to the lender user in the last 90 days
borrower_submits: Option<f64>
The total number of loans submitted by the borrower with this lender as the primary assignee
percent_loans_submitted: Option<f64>
The percent of loans submitted out of the total number of created applications assigned to the lender user
percent_submits_with_gas: Option<f64>
The percent of submitted loans with a Generated Asset Statement on the previous date
last_borrower_submit_datetime: Option<String>
The UTC timestamp for the last time the account was opened/used
average_nps_score: Option<f64>
The average NPS score of all submitted applications assigned to the lender user
calculated_nps_score: Option<f64>
The calculated NPS score of all submitted applications assigned to the lender user
percent_loans_utilizing_followups: Option<f64>
The percent of the lender user’s loans utilizing follow-ups within the date filters provided
followups_manually_requested: Option<f64>
The number of manually requested follow-ups by the lender user within the date filters provided
followups_borrower_completed: Option<f64>
The number of follow-ups requested by this lender within the date filters provided that were completed by borrowers
followups_pending: Option<f64>
The number of follow-ups requested within the date filters that have not been completed by the borrower
followups_accepted: Option<f64>
The number of follow-ups requested within the date filters that were accepted by this lender
followups_rejected: Option<f64>
The number of follow-ups requested within the date filters that were rejected by this lender
as_of_date: Option<String>
The date that the report was generated