POST dosconnect/deal-pull

Request Information

URI Parameters

None.

Body Parameters

DealPullInput
NameDescriptionTypeAdditional information
APIKey

string

None.

From

date

None.

To

date

None.

Channels

Collection of string

None.

ApplicationId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "APIKey": "sample string 1",
  "From": "2025-04-11T07:27:54.5883317-04:00",
  "To": "2025-04-11T07:27:54.5883317-04:00",
  "Channels": [
    "sample string 1",
    "sample string 2"
  ],
  "ApplicationId": "sample string 2"
}

application/xml, text/xml

Sample:
<DealPullInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.API.DOS">
  <ApplicationId>sample string 2</ApplicationId>
  <Channels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Channels>
  <From>2025-04-11T07:27:54.5883317-04:00</From>
  <To>2025-04-11T07:27:54.5883317-04:00</To>
  <APIKey>sample string 1</APIKey>
</DealPullInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DealPullInput'.

Response Information

Resource Description

DealsOutput
NameDescriptionTypeAdditional information
Deals

Collection of UniversalDealModel

None.

ReturnStatus

ReturnStatusModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Deals": [
    {
      "MortgageApplication": {
        "MortgageApplicationID": 1,
        "ApplicationDate": "2025-04-11T07:27:54.5983875-04:00",
        "UserProfileID": 2,
        "MortgageApplicationLinkID": 1,
        "ApplicantAccountID": 1,
        "LastUpdate": "2025-04-11T07:27:54.5983875-04:00",
        "MortgageApplicationStatusDD": 3,
        "LockFlag": true,
        "StatusDate": "2025-04-11T07:27:54.5983875-04:00",
        "ApplicantSourceID": "sample string 4",
        "ApplicationSourceDD": 1,
        "MPPStatusDD": 1,
        "MPPRequestDate": "2025-04-11T07:27:54.5983875-04:00",
        "PipelineIDList": [
          1,
          2
        ],
        "FxLinkSubmissions": [
          {
            "SourceApplicationID": "sample string 1",
            "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00"
          },
          {
            "SourceApplicationID": "sample string 1",
            "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00"
          }
        ],
        "AgentOnDeal": {
          "UserProfileID": 1,
          "NotificationEmailAddress": "sample string 2",
          "BranchID": 3,
          "LicenseNumber": "sample string 4",
          "CreditBureauID": "sample string 5",
          "CreditBureauSecurityCode": "sample string 6",
          "FilogixAccountAgentProfileID": "sample string 7",
          "FilogixAccountUserName": "sample string 8",
          "FirmCode": "sample string 9",
          "Contact": {
            "Address": {
              "AddressID": 1,
              "UnitNumber": "sample string 2",
              "StreetNumber": "sample string 3",
              "StreetName": "sample string 4",
              "StreetTypeDD": 1,
              "StreetDirectionDD": 1,
              "City": "sample string 5",
              "ProvinceDD": 1,
              "InternationalPostalCode": "sample string 6",
              "PostalFsa": "sample string 7",
              "PostalLdu": "sample string 8",
              "CountryTypeDD": 1,
              "strStreetType": "sample string 9",
              "strStreetDirection": "sample string 10",
              "strProvince": "sample string 11",
              "strCountryType": "sample string 12",
              "strFullAddress": "sample string 13"
            },
            "ContactEmailAddress": "sample string 1",
            "ContactName": {
              "SalutationDD": 1,
              "FirstName": "sample string 1",
              "LastName": "sample string 2",
              "MiddleInitial": "sample string 3",
              "strSalutation": "sample string 4"
            },
            "ContactPhones": [
              {
                "PhoneTypeDD": 1,
                "PhoneNumber": "sample string 1",
                "PhoneExtension": "sample string 2",
                "strPhoneTypeDD": "sample string 3"
              },
              {
                "PhoneTypeDD": 1,
                "PhoneNumber": "sample string 1",
                "PhoneExtension": "sample string 2",
                "strPhoneTypeDD": "sample string 3"
              }
            ],
            "PreferredContactMethodDD": 1,
            "strPreferredContactMethod": "sample string 2"
          },
          "BranchName": "sample string 10"
        },
        "MortgageDeal": {
          "MortgageDealID": 1,
          "ApplicationNumber": "sample string 2",
          "MortgageApplicationID": 3,
          "DealPurposeDD": 4,
          "ApplicationTypeDD": 5,
          "SubmissionUserProfileID": 1,
          "CombinedGDS": 1.0,
          "CombinedTDS": 1.0,
          "CombinedLTV": 1.0,
          "CoAgentUserProfileID": 1,
          "SubmissionAgent": {
            "UserProfileID": 1,
            "NotificationEmailAddress": "sample string 2",
            "BranchID": 3,
            "LicenseNumber": "sample string 4",
            "CreditBureauID": "sample string 5",
            "CreditBureauSecurityCode": "sample string 6",
            "FilogixAccountAgentProfileID": "sample string 7",
            "FilogixAccountUserName": "sample string 8",
            "FirmCode": "sample string 9",
            "Contact": {
              "Address": {
                "AddressID": 1,
                "UnitNumber": "sample string 2",
                "StreetNumber": "sample string 3",
                "StreetName": "sample string 4",
                "StreetTypeDD": 1,
                "StreetDirectionDD": 1,
                "City": "sample string 5",
                "ProvinceDD": 1,
                "InternationalPostalCode": "sample string 6",
                "PostalFsa": "sample string 7",
                "PostalLdu": "sample string 8",
                "CountryTypeDD": 1,
                "strStreetType": "sample string 9",
                "strStreetDirection": "sample string 10",
                "strProvince": "sample string 11",
                "strCountryType": "sample string 12",
                "strFullAddress": "sample string 13"
              },
              "ContactEmailAddress": "sample string 1",
              "ContactName": {
                "SalutationDD": 1,
                "FirstName": "sample string 1",
                "LastName": "sample string 2",
                "MiddleInitial": "sample string 3",
                "strSalutation": "sample string 4"
              },
              "ContactPhones": [
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                },
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                }
              ],
              "PreferredContactMethodDD": 1,
              "strPreferredContactMethod": "sample string 2"
            },
            "BranchName": "sample string 10"
          },
          "CoAgent": {
            "UserProfileID": 1,
            "NotificationEmailAddress": "sample string 2",
            "BranchID": 3,
            "LicenseNumber": "sample string 4",
            "CreditBureauID": "sample string 5",
            "CreditBureauSecurityCode": "sample string 6",
            "FilogixAccountAgentProfileID": "sample string 7",
            "FilogixAccountUserName": "sample string 8",
            "FirmCode": "sample string 9",
            "Contact": {
              "Address": {
                "AddressID": 1,
                "UnitNumber": "sample string 2",
                "StreetNumber": "sample string 3",
                "StreetName": "sample string 4",
                "StreetTypeDD": 1,
                "StreetDirectionDD": 1,
                "City": "sample string 5",
                "ProvinceDD": 1,
                "InternationalPostalCode": "sample string 6",
                "PostalFsa": "sample string 7",
                "PostalLdu": "sample string 8",
                "CountryTypeDD": 1,
                "strStreetType": "sample string 9",
                "strStreetDirection": "sample string 10",
                "strProvince": "sample string 11",
                "strCountryType": "sample string 12",
                "strFullAddress": "sample string 13"
              },
              "ContactEmailAddress": "sample string 1",
              "ContactName": {
                "SalutationDD": 1,
                "FirstName": "sample string 1",
                "LastName": "sample string 2",
                "MiddleInitial": "sample string 3",
                "strSalutation": "sample string 4"
              },
              "ContactPhones": [
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                },
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                }
              ],
              "PreferredContactMethodDD": 1,
              "strPreferredContactMethod": "sample string 2"
            },
            "BranchName": "sample string 10"
          },
          "DealOwner": {
            "UserProfileID": 1,
            "NotificationEmailAddress": "sample string 2",
            "BranchID": 3,
            "LicenseNumber": "sample string 4",
            "CreditBureauID": "sample string 5",
            "CreditBureauSecurityCode": "sample string 6",
            "FilogixAccountAgentProfileID": "sample string 7",
            "FilogixAccountUserName": "sample string 8",
            "FirmCode": "sample string 9",
            "Contact": {
              "Address": {
                "AddressID": 1,
                "UnitNumber": "sample string 2",
                "StreetNumber": "sample string 3",
                "StreetName": "sample string 4",
                "StreetTypeDD": 1,
                "StreetDirectionDD": 1,
                "City": "sample string 5",
                "ProvinceDD": 1,
                "InternationalPostalCode": "sample string 6",
                "PostalFsa": "sample string 7",
                "PostalLdu": "sample string 8",
                "CountryTypeDD": 1,
                "strStreetType": "sample string 9",
                "strStreetDirection": "sample string 10",
                "strProvince": "sample string 11",
                "strCountryType": "sample string 12",
                "strFullAddress": "sample string 13"
              },
              "ContactEmailAddress": "sample string 1",
              "ContactName": {
                "SalutationDD": 1,
                "FirstName": "sample string 1",
                "LastName": "sample string 2",
                "MiddleInitial": "sample string 3",
                "strSalutation": "sample string 4"
              },
              "ContactPhones": [
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                },
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                }
              ],
              "PreferredContactMethodDD": 1,
              "strPreferredContactMethod": "sample string 2"
            },
            "BranchName": "sample string 10"
          },
          "DownpaymentSources": [
            {
              "DownPaymentSourceID": 1,
              "DownPaymentSourceTypeDD": 1,
              "Amount": 1.0,
              "PropertyID": 1,
              "AssetID": 1,
              "Description": "sample string 2",
              "strDownPaymentSourceType": "sample string 3"
            },
            {
              "DownPaymentSourceID": 1,
              "DownPaymentSourceTypeDD": 1,
              "Amount": 1.0,
              "PropertyID": 1,
              "AssetID": 1,
              "Description": "sample string 2",
              "strDownPaymentSourceType": "sample string 3"
            }
          ],
          "strDealPurpose": "sample string 6",
          "strApplicationType": "sample string 7"
        },
        "strMortgageApplicationStatus": "sample string 5",
        "strApplicationSource": "sample string 6"
      },
      "ApplicantGroups": [
        {
          "ApplicantGroupID": 1,
          "ApplicantGroupTypeDD": 2,
          "ApplicantsHasSameAddressFlag": true,
          "TotalAssets": 1.0,
          "TotalLiabilities": 1.0,
          "NetWorth": 1.0,
          "TotalPropertyValue": 1.0,
          "TotalMortgages": 1.0,
          "TotalMortgageMonthlyPayments": 1.0,
          "TotalExpenses": 1.0,
          "RentalIncome": 1.0,
          "RentalExpenses": 1.0,
          "TotalIncome": 1.0,
          "MailingAddressTypeDD": 1,
          "MailingAddress": {
            "AddressID": 1,
            "UnitNumber": "sample string 2",
            "StreetNumber": "sample string 3",
            "StreetName": "sample string 4",
            "StreetTypeDD": 1,
            "StreetDirectionDD": 1,
            "City": "sample string 5",
            "ProvinceDD": 1,
            "InternationalPostalCode": "sample string 6",
            "PostalFsa": "sample string 7",
            "PostalLdu": "sample string 8",
            "CountryTypeDD": 1,
            "strStreetType": "sample string 9",
            "strStreetDirection": "sample string 10",
            "strProvince": "sample string 11",
            "strCountryType": "sample string 12",
            "strFullAddress": "sample string 13"
          },
          "Applicants": [
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            },
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            }
          ],
          "OtherIncomes": [
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            },
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            }
          ],
          "strApplicantGroupType": "sample string 4"
        },
        {
          "ApplicantGroupID": 1,
          "ApplicantGroupTypeDD": 2,
          "ApplicantsHasSameAddressFlag": true,
          "TotalAssets": 1.0,
          "TotalLiabilities": 1.0,
          "NetWorth": 1.0,
          "TotalPropertyValue": 1.0,
          "TotalMortgages": 1.0,
          "TotalMortgageMonthlyPayments": 1.0,
          "TotalExpenses": 1.0,
          "RentalIncome": 1.0,
          "RentalExpenses": 1.0,
          "TotalIncome": 1.0,
          "MailingAddressTypeDD": 1,
          "MailingAddress": {
            "AddressID": 1,
            "UnitNumber": "sample string 2",
            "StreetNumber": "sample string 3",
            "StreetName": "sample string 4",
            "StreetTypeDD": 1,
            "StreetDirectionDD": 1,
            "City": "sample string 5",
            "ProvinceDD": 1,
            "InternationalPostalCode": "sample string 6",
            "PostalFsa": "sample string 7",
            "PostalLdu": "sample string 8",
            "CountryTypeDD": 1,
            "strStreetType": "sample string 9",
            "strStreetDirection": "sample string 10",
            "strProvince": "sample string 11",
            "strCountryType": "sample string 12",
            "strFullAddress": "sample string 13"
          },
          "Applicants": [
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            },
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            }
          ],
          "OtherIncomes": [
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            },
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            }
          ],
          "strApplicantGroupType": "sample string 4"
        }
      ],
      "Participants": [
        {
          "ParticipantID": 1,
          "SharedWithBranchFlag": true,
          "ActiveFlag": true,
          "PartyTypeDD": 4,
          "Note": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "CompanyName": "sample string 9",
          "WorkPhone": "sample string 10",
          "Fax": "sample string 11",
          "MobileNumber": "sample string 12",
          "Email": "sample string 13",
          "AddressLine1": "sample string 14",
          "AddressLine2": "sample string 15",
          "City": "sample string 16",
          "ProvinceDD": 1,
          "PostalCodeFsa": "sample string 17",
          "PostalCodeLdu": "sample string 18",
          "OptedInEmailImpliedMarketing": true,
          "OptedInEmailImpliedBusiness": true,
          "OptedInEmailExpressMarketing": true,
          "OptedInEmailExpressBusiness": true,
          "ConsentEmail": true,
          "ConsentPhone": true,
          "ConsentEmailDate": "2025-04-11T07:27:54.5983875-04:00",
          "ConsentPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
          "CCEmail": true,
          "CCPhone": true
        },
        {
          "ParticipantID": 1,
          "SharedWithBranchFlag": true,
          "ActiveFlag": true,
          "PartyTypeDD": 4,
          "Note": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "CompanyName": "sample string 9",
          "WorkPhone": "sample string 10",
          "Fax": "sample string 11",
          "MobileNumber": "sample string 12",
          "Email": "sample string 13",
          "AddressLine1": "sample string 14",
          "AddressLine2": "sample string 15",
          "City": "sample string 16",
          "ProvinceDD": 1,
          "PostalCodeFsa": "sample string 17",
          "PostalCodeLdu": "sample string 18",
          "OptedInEmailImpliedMarketing": true,
          "OptedInEmailImpliedBusiness": true,
          "OptedInEmailExpressMarketing": true,
          "OptedInEmailExpressBusiness": true,
          "ConsentEmail": true,
          "ConsentPhone": true,
          "ConsentEmailDate": "2025-04-11T07:27:54.5983875-04:00",
          "ConsentPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
          "CCEmail": true,
          "CCPhone": true
        }
      ],
      "SubjectProperty": {
        "PropertyID": 1,
        "MortgageDealID": 1,
        "ApplicantID": 1,
        "AddressID": 2,
        "OccupancyTypeDD": 1,
        "PropertyValue": 1.0,
        "OriginalValue": 1.0,
        "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
        "RentalOffsetOptionDD": 1,
        "SubjectPropertyFlag": true,
        "IncludeInTDSCalculationFlag": true,
        "RentalInclusionOffsetPercentage": 1.0,
        "Lot": "sample string 5",
        "Block": "sample string 6",
        "Township": "sample string 7",
        "MLSListingFlag": true,
        "NewConstructionDD": 1,
        "PropertyTypeDD": 1,
        "DwellingTypeDD": 1,
        "LivingSpaceUnitOfMeasureDD": 1,
        "LivingSpace": 1,
        "LotSizeUnitOfMeasureDD": 1,
        "LotSize": 1,
        "HeatTypeDD": 1,
        "WaterTypeDD": 1,
        "NumberOfUnits": 1,
        "DwellingStyleDD": 1,
        "Age": 1,
        "GarageSizeDD": 1,
        "GarageTypeDD": 1,
        "EnvironmentalHazardFlag": true,
        "SewageTypeDD": 1,
        "PropertyUsageTypeDD": 1,
        "ZoningTypeDD": 1,
        "AnnualTaxes": 1.0,
        "TaxYear": 1,
        "TaxPayorDD": 1,
        "PurchasePrice": 1.0,
        "RentalIncome": 1.0,
        "EstimatedValue": 1.0,
        "AppraisedValue": 1.0,
        "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
        "PropertyValueDD": 1,
        "ExpHydro": 1.0,
        "ExpInsurance": 1.0,
        "ExpMgmt": 1.0,
        "ExpRepairs": 1.0,
        "ExpInterest": 1.0,
        "ExpOther": 1.0,
        "CondoFees": 1.0,
        "IncludePercentCondoFees": 1.0,
        "Heating": 1.0,
        "DownPayment": 1.0,
        "PropertySearchStatusDD": 1,
        "Address": {
          "AddressID": 1,
          "UnitNumber": "sample string 2",
          "StreetNumber": "sample string 3",
          "StreetName": "sample string 4",
          "StreetTypeDD": 1,
          "StreetDirectionDD": 1,
          "City": "sample string 5",
          "ProvinceDD": 1,
          "InternationalPostalCode": "sample string 6",
          "PostalFsa": "sample string 7",
          "PostalLdu": "sample string 8",
          "CountryTypeDD": 1,
          "strStreetType": "sample string 9",
          "strStreetDirection": "sample string 10",
          "strProvince": "sample string 11",
          "strCountryType": "sample string 12",
          "strFullAddress": "sample string 13"
        },
        "PropertyMortgage": {
          "PropertyMortgageID": 1,
          "PropertyID": 2,
          "ClosingDate": "2025-04-11T07:27:54.5983875-04:00",
          "FinancingWaiverDate": "2025-04-11T07:27:54.5983875-04:00",
          "Purpose": "sample string 3",
          "ImprovementsFlag": true,
          "Improvements": "sample string 4",
          "ImprovementValues": 1.0,
          "ExistingMortgages": [
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "RedemptionStatusDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "NetRate": 1.0,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "MIRef": "sample string 3",
              "MortgageInsurerDD": 1,
              "MIFlag": true,
              "PropertyMortgageID": 4,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 5",
              "Balance": 1.0,
              "MortgageNumber": "sample string 6",
              "OriginalMortgageAmount": 1.0,
              "strMortgageType": "sample string 7",
              "strPaymentFrequency": "sample string 8",
              "strRateType": "sample string 9",
              "strTermType": "sample string 10",
              "strMortgagePayoffType": "sample string 11",
              "strLoanType": "sample string 12",
              "strMortgageInsurer": "sample string 13",
              "strRequestMortgageType": "sample string 14"
            },
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "RedemptionStatusDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "NetRate": 1.0,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "MIRef": "sample string 3",
              "MortgageInsurerDD": 1,
              "MIFlag": true,
              "PropertyMortgageID": 4,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 5",
              "Balance": 1.0,
              "MortgageNumber": "sample string 6",
              "OriginalMortgageAmount": 1.0,
              "strMortgageType": "sample string 7",
              "strPaymentFrequency": "sample string 8",
              "strRateType": "sample string 9",
              "strTermType": "sample string 10",
              "strMortgagePayoffType": "sample string 11",
              "strLoanType": "sample string 12",
              "strMortgageInsurer": "sample string 13",
              "strRequestMortgageType": "sample string 14"
            }
          ],
          "RequestedMortgages": [
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "MortgageInsurancePayorDD": 1,
              "IADDate": "2025-04-11T07:27:54.5983875-04:00",
              "IADValue": 1.0,
              "FirstPaymentDate": "2025-04-11T07:27:54.5983875-04:00",
              "LineOfBusinessDD": 1,
              "ProgressAdvanceFlag": true,
              "ClassificationCommercialFlag": true,
              "ClassificationConstructionFlag": true,
              "ClassificationReverseFlag": true,
              "ClassificationSubPrimeFlag": true,
              "ClassificationHELOCFlag": true,
              "InterestRate": 1.0,
              "DiscountRate": 1.0,
              "PremiumRate": 1.0,
              "BuyDownRate": 1.0,
              "NetRate": 1.0,
              "VariableToPrime": "sample string 3",
              "InterestCompoundTypeDD": 1,
              "TermInMonth": 1,
              "AmortizationInMonth": 1,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "QDInterestRate": 1.0,
              "QDInterestCompoundTypeDD": 1,
              "QDInterestOnlyFlag": true,
              "QDAmortizationInMonth": 1,
              "CashBackPercentage": 1.0,
              "CashBackAmount": 1.0,
              "CashBackOverrideFlag": true,
              "MortgageStatusDD": 1,
              "MIRef": "sample string 4",
              "MortgageInsurerDD": 1,
              "MIIncludedFlag": true,
              "MIPremiumRate": 1.0,
              "MIFlag": true,
              "MIPremiumRateOverrideFlag": true,
              "LOCRepaymentTypeDD": 1,
              "MIPremiumAmount": 1.0,
              "PropertyMortgageID": 5,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 6",
              "RequestedMortgageAmount": 1.0,
              "Balance": 1.0,
              "TotalLoanAmount": 1.0,
              "MortgageNumber": "sample string 7",
              "LTV": 1.0,
              "ScarlettLenderID": 1,
              "ScarlettLenderProductID": 1,
              "QualifyingGDS": 1.0,
              "QualifyingTDS": 1.0,
              "AcceptedFxLinkResponseID": 1,
              "AcceptedDate": "2025-04-11T07:27:54.5983875-04:00",
              "OtherLenderName": "sample string 8",
              "MortgageApplicantAssigned": [
                1,
                2
              ],
              "LenderSubmissions": [
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "Fees": {
                "PrincipalAmount": 1.0,
                "TotalDeductibleFees": 1.0,
                "NetAdvanceOfFunds": 1.0,
                "APR": 1.0,
                "FeeItems": [
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  },
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  }
                ]
              },
              "strMortgageType": "sample string 9",
              "strPaymentFrequency": "sample string 10",
              "strRateType": "sample string 11",
              "strTermType": "sample string 12",
              "strMortgagePayoffType": "sample string 13",
              "strLoanType": "sample string 14",
              "strMortgageInsurancePayor": "sample string 15",
              "strLineOfBusiness": "sample string 16",
              "strInterestCompoundType": "sample string 17",
              "strQDInterestCompoundType": "sample string 18",
              "strMortgageStatus": "sample string 19",
              "strMortgageInsurer": "sample string 20",
              "strLOCRepaymentType": "sample string 21",
              "strRequestMortgageType": "sample string 22",
              "MaturityDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "IADDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "FirstPaymentDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              }
            },
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "MortgageInsurancePayorDD": 1,
              "IADDate": "2025-04-11T07:27:54.5983875-04:00",
              "IADValue": 1.0,
              "FirstPaymentDate": "2025-04-11T07:27:54.5983875-04:00",
              "LineOfBusinessDD": 1,
              "ProgressAdvanceFlag": true,
              "ClassificationCommercialFlag": true,
              "ClassificationConstructionFlag": true,
              "ClassificationReverseFlag": true,
              "ClassificationSubPrimeFlag": true,
              "ClassificationHELOCFlag": true,
              "InterestRate": 1.0,
              "DiscountRate": 1.0,
              "PremiumRate": 1.0,
              "BuyDownRate": 1.0,
              "NetRate": 1.0,
              "VariableToPrime": "sample string 3",
              "InterestCompoundTypeDD": 1,
              "TermInMonth": 1,
              "AmortizationInMonth": 1,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "QDInterestRate": 1.0,
              "QDInterestCompoundTypeDD": 1,
              "QDInterestOnlyFlag": true,
              "QDAmortizationInMonth": 1,
              "CashBackPercentage": 1.0,
              "CashBackAmount": 1.0,
              "CashBackOverrideFlag": true,
              "MortgageStatusDD": 1,
              "MIRef": "sample string 4",
              "MortgageInsurerDD": 1,
              "MIIncludedFlag": true,
              "MIPremiumRate": 1.0,
              "MIFlag": true,
              "MIPremiumRateOverrideFlag": true,
              "LOCRepaymentTypeDD": 1,
              "MIPremiumAmount": 1.0,
              "PropertyMortgageID": 5,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 6",
              "RequestedMortgageAmount": 1.0,
              "Balance": 1.0,
              "TotalLoanAmount": 1.0,
              "MortgageNumber": "sample string 7",
              "LTV": 1.0,
              "ScarlettLenderID": 1,
              "ScarlettLenderProductID": 1,
              "QualifyingGDS": 1.0,
              "QualifyingTDS": 1.0,
              "AcceptedFxLinkResponseID": 1,
              "AcceptedDate": "2025-04-11T07:27:54.5983875-04:00",
              "OtherLenderName": "sample string 8",
              "MortgageApplicantAssigned": [
                1,
                2
              ],
              "LenderSubmissions": [
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "Fees": {
                "PrincipalAmount": 1.0,
                "TotalDeductibleFees": 1.0,
                "NetAdvanceOfFunds": 1.0,
                "APR": 1.0,
                "FeeItems": [
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  },
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  }
                ]
              },
              "strMortgageType": "sample string 9",
              "strPaymentFrequency": "sample string 10",
              "strRateType": "sample string 11",
              "strTermType": "sample string 12",
              "strMortgagePayoffType": "sample string 13",
              "strLoanType": "sample string 14",
              "strMortgageInsurancePayor": "sample string 15",
              "strLineOfBusiness": "sample string 16",
              "strInterestCompoundType": "sample string 17",
              "strQDInterestCompoundType": "sample string 18",
              "strMortgageStatus": "sample string 19",
              "strMortgageInsurer": "sample string 20",
              "strLOCRepaymentType": "sample string 21",
              "strRequestMortgageType": "sample string 22",
              "MaturityDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "IADDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "FirstPaymentDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              }
            }
          ]
        },
        "strOccupancyType": "sample string 8",
        "strRentalOffsetOption": "sample string 9",
        "strNewConstruction": "sample string 10",
        "strPropertyType": "sample string 11",
        "strDwellingType": "sample string 12",
        "strLivingSpaceUnitOfMeasure": "sample string 13",
        "strLotSizeUnitOfMeasure": "sample string 14",
        "strHeatType": "sample string 15",
        "strWaterType": "sample string 16",
        "strDwellingStyle": "sample string 17",
        "strGarageSize": "sample string 18",
        "strGarageType": "sample string 19",
        "strSewageType": "sample string 20",
        "strTaxPayor": "sample string 21",
        "strPropertyValue": "sample string 22",
        "strPropertySearchStatus": "sample string 23"
      },
      "DealNotes": [
        {
          "NoteID": 1,
          "DealNotesCategoryDD": 2,
          "EntryDate": "2025-04-11T07:27:54.5983875-04:00",
          "Text": "sample string 4",
          "strDealNotesCategory": "sample string 5"
        },
        {
          "NoteID": 1,
          "DealNotesCategoryDD": 2,
          "EntryDate": "2025-04-11T07:27:54.5983875-04:00",
          "Text": "sample string 4",
          "strDealNotesCategory": "sample string 5"
        }
      ],
      "Tags": [
        "sample string 1",
        "sample string 2"
      ],
      "Activities": [
        {
          "ActivityID": 1,
          "DueDate": "2025-04-11T07:27:54.5983875-04:00",
          "DueDateValue": {
            "Day": 1,
            "Year": 2,
            "Month": 3,
            "WeekDay": 4,
            "DayOfYear": 5,
            "Timestamp": 6.1
          },
          "OwnerID": 1,
          "strOwner": "sample string 2",
          "StatusDD": 3,
          "TypeDD": 4,
          "Subject": "sample string 5"
        },
        {
          "ActivityID": 1,
          "DueDate": "2025-04-11T07:27:54.5983875-04:00",
          "DueDateValue": {
            "Day": 1,
            "Year": 2,
            "Month": 3,
            "WeekDay": 4,
            "DayOfYear": 5,
            "Timestamp": 6.1
          },
          "OwnerID": 1,
          "strOwner": "sample string 2",
          "StatusDD": 3,
          "TypeDD": 4,
          "Subject": "sample string 5"
        }
      ],
      "Commissions": {
        "CommissionMortgagesLst": [
          {
            "MortgageID": 1,
            "CommissionRecordID": 2,
            "MortgageCommissionsData": {
              "CommissionRecordID": 1,
              "MortgageFeesLst": [
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                },
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                }
              ],
              "DeductionsLst": [
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                },
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                }
              ],
              "CommissionDetails": {
                "DeductFeesOrderDD": 1,
                "IsDeductFeesBefore": true,
                "SplitsList": [
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  },
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  }
                ]
              },
              "Notes": "sample string 2",
              "AutomatedCommissionFeeTypeIds": [
                1,
                2
              ],
              "Split2SumError": true,
              "TotalFees": 2.0,
              "TotalDeductions": 2.0,
              "TotalNetFees": 0.0,
              "MaxFundsReceivedDate": "2025-04-12T00:00:00Z"
            }
          },
          {
            "MortgageID": 1,
            "CommissionRecordID": 2,
            "MortgageCommissionsData": {
              "CommissionRecordID": 1,
              "MortgageFeesLst": [
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                },
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                }
              ],
              "DeductionsLst": [
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                },
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                }
              ],
              "CommissionDetails": {
                "DeductFeesOrderDD": 1,
                "IsDeductFeesBefore": true,
                "SplitsList": [
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  },
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  }
                ]
              },
              "Notes": "sample string 2",
              "AutomatedCommissionFeeTypeIds": [
                1,
                2
              ],
              "Split2SumError": true,
              "TotalFees": 2.0,
              "TotalDeductions": 2.0,
              "TotalNetFees": 0.0,
              "MaxFundsReceivedDate": "2025-04-12T00:00:00Z"
            }
          }
        ]
      }
    },
    {
      "MortgageApplication": {
        "MortgageApplicationID": 1,
        "ApplicationDate": "2025-04-11T07:27:54.5983875-04:00",
        "UserProfileID": 2,
        "MortgageApplicationLinkID": 1,
        "ApplicantAccountID": 1,
        "LastUpdate": "2025-04-11T07:27:54.5983875-04:00",
        "MortgageApplicationStatusDD": 3,
        "LockFlag": true,
        "StatusDate": "2025-04-11T07:27:54.5983875-04:00",
        "ApplicantSourceID": "sample string 4",
        "ApplicationSourceDD": 1,
        "MPPStatusDD": 1,
        "MPPRequestDate": "2025-04-11T07:27:54.5983875-04:00",
        "PipelineIDList": [
          1,
          2
        ],
        "FxLinkSubmissions": [
          {
            "SourceApplicationID": "sample string 1",
            "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00"
          },
          {
            "SourceApplicationID": "sample string 1",
            "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00"
          }
        ],
        "AgentOnDeal": {
          "UserProfileID": 1,
          "NotificationEmailAddress": "sample string 2",
          "BranchID": 3,
          "LicenseNumber": "sample string 4",
          "CreditBureauID": "sample string 5",
          "CreditBureauSecurityCode": "sample string 6",
          "FilogixAccountAgentProfileID": "sample string 7",
          "FilogixAccountUserName": "sample string 8",
          "FirmCode": "sample string 9",
          "Contact": {
            "Address": {
              "AddressID": 1,
              "UnitNumber": "sample string 2",
              "StreetNumber": "sample string 3",
              "StreetName": "sample string 4",
              "StreetTypeDD": 1,
              "StreetDirectionDD": 1,
              "City": "sample string 5",
              "ProvinceDD": 1,
              "InternationalPostalCode": "sample string 6",
              "PostalFsa": "sample string 7",
              "PostalLdu": "sample string 8",
              "CountryTypeDD": 1,
              "strStreetType": "sample string 9",
              "strStreetDirection": "sample string 10",
              "strProvince": "sample string 11",
              "strCountryType": "sample string 12",
              "strFullAddress": "sample string 13"
            },
            "ContactEmailAddress": "sample string 1",
            "ContactName": {
              "SalutationDD": 1,
              "FirstName": "sample string 1",
              "LastName": "sample string 2",
              "MiddleInitial": "sample string 3",
              "strSalutation": "sample string 4"
            },
            "ContactPhones": [
              {
                "PhoneTypeDD": 1,
                "PhoneNumber": "sample string 1",
                "PhoneExtension": "sample string 2",
                "strPhoneTypeDD": "sample string 3"
              },
              {
                "PhoneTypeDD": 1,
                "PhoneNumber": "sample string 1",
                "PhoneExtension": "sample string 2",
                "strPhoneTypeDD": "sample string 3"
              }
            ],
            "PreferredContactMethodDD": 1,
            "strPreferredContactMethod": "sample string 2"
          },
          "BranchName": "sample string 10"
        },
        "MortgageDeal": {
          "MortgageDealID": 1,
          "ApplicationNumber": "sample string 2",
          "MortgageApplicationID": 3,
          "DealPurposeDD": 4,
          "ApplicationTypeDD": 5,
          "SubmissionUserProfileID": 1,
          "CombinedGDS": 1.0,
          "CombinedTDS": 1.0,
          "CombinedLTV": 1.0,
          "CoAgentUserProfileID": 1,
          "SubmissionAgent": {
            "UserProfileID": 1,
            "NotificationEmailAddress": "sample string 2",
            "BranchID": 3,
            "LicenseNumber": "sample string 4",
            "CreditBureauID": "sample string 5",
            "CreditBureauSecurityCode": "sample string 6",
            "FilogixAccountAgentProfileID": "sample string 7",
            "FilogixAccountUserName": "sample string 8",
            "FirmCode": "sample string 9",
            "Contact": {
              "Address": {
                "AddressID": 1,
                "UnitNumber": "sample string 2",
                "StreetNumber": "sample string 3",
                "StreetName": "sample string 4",
                "StreetTypeDD": 1,
                "StreetDirectionDD": 1,
                "City": "sample string 5",
                "ProvinceDD": 1,
                "InternationalPostalCode": "sample string 6",
                "PostalFsa": "sample string 7",
                "PostalLdu": "sample string 8",
                "CountryTypeDD": 1,
                "strStreetType": "sample string 9",
                "strStreetDirection": "sample string 10",
                "strProvince": "sample string 11",
                "strCountryType": "sample string 12",
                "strFullAddress": "sample string 13"
              },
              "ContactEmailAddress": "sample string 1",
              "ContactName": {
                "SalutationDD": 1,
                "FirstName": "sample string 1",
                "LastName": "sample string 2",
                "MiddleInitial": "sample string 3",
                "strSalutation": "sample string 4"
              },
              "ContactPhones": [
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                },
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                }
              ],
              "PreferredContactMethodDD": 1,
              "strPreferredContactMethod": "sample string 2"
            },
            "BranchName": "sample string 10"
          },
          "CoAgent": {
            "UserProfileID": 1,
            "NotificationEmailAddress": "sample string 2",
            "BranchID": 3,
            "LicenseNumber": "sample string 4",
            "CreditBureauID": "sample string 5",
            "CreditBureauSecurityCode": "sample string 6",
            "FilogixAccountAgentProfileID": "sample string 7",
            "FilogixAccountUserName": "sample string 8",
            "FirmCode": "sample string 9",
            "Contact": {
              "Address": {
                "AddressID": 1,
                "UnitNumber": "sample string 2",
                "StreetNumber": "sample string 3",
                "StreetName": "sample string 4",
                "StreetTypeDD": 1,
                "StreetDirectionDD": 1,
                "City": "sample string 5",
                "ProvinceDD": 1,
                "InternationalPostalCode": "sample string 6",
                "PostalFsa": "sample string 7",
                "PostalLdu": "sample string 8",
                "CountryTypeDD": 1,
                "strStreetType": "sample string 9",
                "strStreetDirection": "sample string 10",
                "strProvince": "sample string 11",
                "strCountryType": "sample string 12",
                "strFullAddress": "sample string 13"
              },
              "ContactEmailAddress": "sample string 1",
              "ContactName": {
                "SalutationDD": 1,
                "FirstName": "sample string 1",
                "LastName": "sample string 2",
                "MiddleInitial": "sample string 3",
                "strSalutation": "sample string 4"
              },
              "ContactPhones": [
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                },
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                }
              ],
              "PreferredContactMethodDD": 1,
              "strPreferredContactMethod": "sample string 2"
            },
            "BranchName": "sample string 10"
          },
          "DealOwner": {
            "UserProfileID": 1,
            "NotificationEmailAddress": "sample string 2",
            "BranchID": 3,
            "LicenseNumber": "sample string 4",
            "CreditBureauID": "sample string 5",
            "CreditBureauSecurityCode": "sample string 6",
            "FilogixAccountAgentProfileID": "sample string 7",
            "FilogixAccountUserName": "sample string 8",
            "FirmCode": "sample string 9",
            "Contact": {
              "Address": {
                "AddressID": 1,
                "UnitNumber": "sample string 2",
                "StreetNumber": "sample string 3",
                "StreetName": "sample string 4",
                "StreetTypeDD": 1,
                "StreetDirectionDD": 1,
                "City": "sample string 5",
                "ProvinceDD": 1,
                "InternationalPostalCode": "sample string 6",
                "PostalFsa": "sample string 7",
                "PostalLdu": "sample string 8",
                "CountryTypeDD": 1,
                "strStreetType": "sample string 9",
                "strStreetDirection": "sample string 10",
                "strProvince": "sample string 11",
                "strCountryType": "sample string 12",
                "strFullAddress": "sample string 13"
              },
              "ContactEmailAddress": "sample string 1",
              "ContactName": {
                "SalutationDD": 1,
                "FirstName": "sample string 1",
                "LastName": "sample string 2",
                "MiddleInitial": "sample string 3",
                "strSalutation": "sample string 4"
              },
              "ContactPhones": [
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                },
                {
                  "PhoneTypeDD": 1,
                  "PhoneNumber": "sample string 1",
                  "PhoneExtension": "sample string 2",
                  "strPhoneTypeDD": "sample string 3"
                }
              ],
              "PreferredContactMethodDD": 1,
              "strPreferredContactMethod": "sample string 2"
            },
            "BranchName": "sample string 10"
          },
          "DownpaymentSources": [
            {
              "DownPaymentSourceID": 1,
              "DownPaymentSourceTypeDD": 1,
              "Amount": 1.0,
              "PropertyID": 1,
              "AssetID": 1,
              "Description": "sample string 2",
              "strDownPaymentSourceType": "sample string 3"
            },
            {
              "DownPaymentSourceID": 1,
              "DownPaymentSourceTypeDD": 1,
              "Amount": 1.0,
              "PropertyID": 1,
              "AssetID": 1,
              "Description": "sample string 2",
              "strDownPaymentSourceType": "sample string 3"
            }
          ],
          "strDealPurpose": "sample string 6",
          "strApplicationType": "sample string 7"
        },
        "strMortgageApplicationStatus": "sample string 5",
        "strApplicationSource": "sample string 6"
      },
      "ApplicantGroups": [
        {
          "ApplicantGroupID": 1,
          "ApplicantGroupTypeDD": 2,
          "ApplicantsHasSameAddressFlag": true,
          "TotalAssets": 1.0,
          "TotalLiabilities": 1.0,
          "NetWorth": 1.0,
          "TotalPropertyValue": 1.0,
          "TotalMortgages": 1.0,
          "TotalMortgageMonthlyPayments": 1.0,
          "TotalExpenses": 1.0,
          "RentalIncome": 1.0,
          "RentalExpenses": 1.0,
          "TotalIncome": 1.0,
          "MailingAddressTypeDD": 1,
          "MailingAddress": {
            "AddressID": 1,
            "UnitNumber": "sample string 2",
            "StreetNumber": "sample string 3",
            "StreetName": "sample string 4",
            "StreetTypeDD": 1,
            "StreetDirectionDD": 1,
            "City": "sample string 5",
            "ProvinceDD": 1,
            "InternationalPostalCode": "sample string 6",
            "PostalFsa": "sample string 7",
            "PostalLdu": "sample string 8",
            "CountryTypeDD": 1,
            "strStreetType": "sample string 9",
            "strStreetDirection": "sample string 10",
            "strProvince": "sample string 11",
            "strCountryType": "sample string 12",
            "strFullAddress": "sample string 13"
          },
          "Applicants": [
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            },
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            }
          ],
          "OtherIncomes": [
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            },
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            }
          ],
          "strApplicantGroupType": "sample string 4"
        },
        {
          "ApplicantGroupID": 1,
          "ApplicantGroupTypeDD": 2,
          "ApplicantsHasSameAddressFlag": true,
          "TotalAssets": 1.0,
          "TotalLiabilities": 1.0,
          "NetWorth": 1.0,
          "TotalPropertyValue": 1.0,
          "TotalMortgages": 1.0,
          "TotalMortgageMonthlyPayments": 1.0,
          "TotalExpenses": 1.0,
          "RentalIncome": 1.0,
          "RentalExpenses": 1.0,
          "TotalIncome": 1.0,
          "MailingAddressTypeDD": 1,
          "MailingAddress": {
            "AddressID": 1,
            "UnitNumber": "sample string 2",
            "StreetNumber": "sample string 3",
            "StreetName": "sample string 4",
            "StreetTypeDD": 1,
            "StreetDirectionDD": 1,
            "City": "sample string 5",
            "ProvinceDD": 1,
            "InternationalPostalCode": "sample string 6",
            "PostalFsa": "sample string 7",
            "PostalLdu": "sample string 8",
            "CountryTypeDD": 1,
            "strStreetType": "sample string 9",
            "strStreetDirection": "sample string 10",
            "strProvince": "sample string 11",
            "strCountryType": "sample string 12",
            "strFullAddress": "sample string 13"
          },
          "Applicants": [
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            },
            {
              "ApplicantID": 1,
              "SalutationDD": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "MiddleInitial": "sample string 4",
              "SuffixDD": 1,
              "DateOfBirth": "2025-04-11T07:27:54.5983875-04:00",
              "SIN": "sample string 5",
              "MaritalStatusDD": 1,
              "EmailAddress": "sample string 6",
              "PreferredContactMethodDD": 1,
              "Dependents": "sample string 7",
              "LanguagePreferenceDD": 1,
              "ExistingClientFlag": true,
              "ClientNumber": "sample string 8",
              "FirstTimeBuyerFlag": true,
              "RelationshipDD": 1,
              "PrimaryFlag": true,
              "CreditScore": 1,
              "WorkPhone": "sample string 10",
              "WorkPhoneExt": "sample string 11",
              "CellPhone": "sample string 12",
              "FAX": "sample string 13",
              "HomePhone": "sample string 14",
              "CitizenshipTypeDD": 1,
              "Identifications": [
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                },
                {
                  "IdentificationID": 1,
                  "ApplicantID": 2,
                  "IdentificationTypeDD": 1,
                  "Country": "sample string 3",
                  "IdentificationNumber": "sample string 4",
                  "strIdentificationType": "sample string 5"
                }
              ],
              "Addresses": [
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                },
                {
                  "ApplicantAddressID": 1,
                  "ApplicantID": 2,
                  "ApplicantAddressTypeDD": 1,
                  "AddressID": 3,
                  "MonthsAtAddress": 1,
                  "RentPayment": 1.0,
                  "AddressStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "strApplicantAddressType": "sample string 4",
                  "strAddressStatus": "sample string 5"
                }
              ],
              "EmploymentHistories": [
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                },
                {
                  "EmploymentHistoryID": 1,
                  "ApplicantID": 2,
                  "EmployerName": "sample string 3",
                  "EmploymentHistoryStatusDD": 1,
                  "EmploymentHistoryTypeDD": 1,
                  "IndustrySectorDD": 1,
                  "JobTitle": "sample string 4",
                  "MonthsOfService": 1,
                  "OccupationDD": 1,
                  "AddressID": 5,
                  "EmailAddress": "sample string 6",
                  "OperatingAsDD": 1,
                  "SelfEmployedFlag": true,
                  "CompanyType": "sample string 7",
                  "GrossRevenue": 1.0,
                  "MonthsAtJob": 1,
                  "MonthsInInd": 1,
                  "IncomeID": 1,
                  "Phone": "sample string 8",
                  "PhoneExt": "sample string 9",
                  "FAX": "sample string 10",
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Income": {
                    "IncomeID": 1,
                    "IncomeTypeDD": 1,
                    "IncomePeriodDD": 1,
                    "IncomeAmount": 2.0,
                    "AnnualIncomeAmount": 3.0,
                    "IncomeDescription": "sample string 4",
                    "PropertyID": 1,
                    "EmploymentHistoryID": 1,
                    "ApplicantGroupID": 1,
                    "StartDate": "2025-04-11T07:27:54.5983875-04:00",
                    "EndDate": "2025-04-11T07:27:54.5983875-04:00",
                    "strIncomeType": "sample string 5",
                    "strIncomePeriod": "sample string 6"
                  },
                  "strEmploymentHistoryStatus": "sample string 11",
                  "strEmploymentHistoryType": "sample string 12",
                  "strIndustrySector": "sample string 13",
                  "strOccupation": "sample string 14",
                  "strOperatingAs": "sample string 15"
                }
              ],
              "Assets": [
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                },
                {
                  "AssetID": 1,
                  "ApplicantID": 1,
                  "AssetTypeDD": 1,
                  "AssetValue": 1.0,
                  "AssetDescription": "sample string 2",
                  "PropertyID": 1,
                  "strAssetType": "sample string 3"
                }
              ],
              "Liabilities": [
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "LiabilityID": 1,
                  "ApplicantID": 1,
                  "LiabilityTypeDD": 1,
                  "CBFlag": true,
                  "Limit": 1.0,
                  "Balance": 1.0,
                  "Description": "sample string 2",
                  "OvrFlag": true,
                  "Payment": 1.0,
                  "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                  "LiabilityPayOffTypeDD": 1,
                  "MortgageID": 1,
                  "CreditReportRequestDetailID": 1,
                  "strLiabilityType": "sample string 3",
                  "strLiabilityPayOffType": "sample string 4",
                  "MaturityDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "OtherProperties": [
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "PropertyID": 1,
                  "ApplicantID": 1,
                  "AddressID": 2,
                  "OccupancyTypeDD": 1,
                  "PropertyValue": 1.0,
                  "OriginalValue": 1.0,
                  "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
                  "RentalOffsetOptionDD": 1,
                  "SubjectPropertyFlag": true,
                  "IncludeInTDSCalculationFlag": true,
                  "RentalInclusionOffsetPercentage": 1.0,
                  "Lot": "sample string 5",
                  "Block": "sample string 6",
                  "Township": "sample string 7",
                  "MLSListingFlag": true,
                  "NewConstructionDD": 1,
                  "PropertyTypeDD": 1,
                  "DwellingTypeDD": 1,
                  "LivingSpaceUnitOfMeasureDD": 1,
                  "LivingSpace": 1,
                  "LotSizeUnitOfMeasureDD": 1,
                  "LotSize": 1,
                  "HeatTypeDD": 1,
                  "WaterTypeDD": 1,
                  "NumberOfUnits": 1,
                  "DwellingStyleDD": 1,
                  "Age": 1,
                  "GarageSizeDD": 1,
                  "GarageTypeDD": 1,
                  "EnvironmentalHazardFlag": true,
                  "SewageTypeDD": 1,
                  "AnnualTaxes": 1.0,
                  "TaxYear": 1,
                  "TaxPayorDD": 1,
                  "PurchasePrice": 1.0,
                  "RentalIncome": 1.0,
                  "EstimatedValue": 1.0,
                  "AppraisedValue": 1.0,
                  "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
                  "PropertyValueDD": 1,
                  "ExpHydro": 1.0,
                  "ExpInsurance": 1.0,
                  "ExpMgmt": 1.0,
                  "ExpRepairs": 1.0,
                  "ExpInterest": 1.0,
                  "ExpOther": 1.0,
                  "CondoFees": 1.0,
                  "IncludePercentCondoFees": 1.0,
                  "Heating": 1.0,
                  "DownPayment": 1.0,
                  "PropertySearchStatusDD": 1,
                  "Address": {
                    "AddressID": 1,
                    "UnitNumber": "sample string 2",
                    "StreetNumber": "sample string 3",
                    "StreetName": "sample string 4",
                    "StreetTypeDD": 1,
                    "StreetDirectionDD": 1,
                    "City": "sample string 5",
                    "ProvinceDD": 1,
                    "InternationalPostalCode": "sample string 6",
                    "PostalFsa": "sample string 7",
                    "PostalLdu": "sample string 8",
                    "CountryTypeDD": 1,
                    "strStreetType": "sample string 9",
                    "strStreetDirection": "sample string 10",
                    "strProvince": "sample string 11",
                    "strCountryType": "sample string 12",
                    "strFullAddress": "sample string 13"
                  },
                  "Mortgages": [
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    },
                    {
                      "MortgageID": 1,
                      "MortgageTypeDD": 1,
                      "Payment": 1.0,
                      "PaymentFrequencyDD": 1,
                      "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
                      "RateTypeDD": 1,
                      "RedemptionStatusDD": 1,
                      "TermTypeDD": 1,
                      "MortgageHolder": "sample string 2",
                      "MortgagePayoffTypeDD": 1,
                      "LoanTypeDD": 1,
                      "PAndIPayment": 1.0,
                      "NetRate": 1.0,
                      "BlendedAmortFlag": true,
                      "InterestOnlyFlag": true,
                      "MIRef": "sample string 3",
                      "MortgageInsurerDD": 1,
                      "MIFlag": true,
                      "PropertyMortgageID": 4,
                      "RequestMortgageTypeDD": 1,
                      "AdditionalInfo": "sample string 5",
                      "Balance": 1.0,
                      "MortgageNumber": "sample string 6",
                      "OriginalMortgageAmount": 1.0,
                      "strMortgageType": "sample string 7",
                      "strPaymentFrequency": "sample string 8",
                      "strRateType": "sample string 9",
                      "strTermType": "sample string 10",
                      "strMortgagePayoffType": "sample string 11",
                      "strLoanType": "sample string 12",
                      "strMortgageInsurer": "sample string 13",
                      "strRequestMortgageType": "sample string 14"
                    }
                  ],
                  "strOccupancyType": "sample string 8",
                  "strRentalOffsetOption": "sample string 9",
                  "strNewConstruction": "sample string 10",
                  "strPropertyType": "sample string 11",
                  "strDwellingType": "sample string 12",
                  "strLivingSpaceUnitOfMeasure": "sample string 13",
                  "strLotSizeUnitOfMeasure": "sample string 14",
                  "strHeatType": "sample string 15",
                  "strWaterType": "sample string 16",
                  "strDwellingStyle": "sample string 17",
                  "strGarageSize": "sample string 18",
                  "strGarageType": "sample string 19",
                  "strSewageType": "sample string 20",
                  "strTaxPayor": "sample string 21",
                  "PurchaseDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "strSalutation": "sample string 15",
              "strSuffix": "sample string 16",
              "strMaritalStatus": "sample string 17",
              "strPreferredContactMethod": "sample string 18",
              "strRelationship": "sample string 19",
              "strCitizenshipType": "sample string 20",
              "DateOfBirthValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "OptedInEmailImpliedMarketing": true,
              "OptedInEmailImpliedBusiness": true,
              "OptedInEmailExpressMarketing": true,
              "OptedInEmailExpressBusiness": true,
              "SourceApplicantID": 1,
              "CCEmail": true,
              "CCPhone": true,
              "CCEmailDate": "2025-04-11T07:27:54.5983875-04:00",
              "CCPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
              "TotalAssets": 1.0,
              "TotalLiabilities": 1.0,
              "NetWorth": 1.0,
              "TotalPropertyValue": 1.0,
              "TotalMortgages": 1.0,
              "TotalMortgagePayments": 1.0,
              "TotalExpenses": 1.0,
              "TotalRentalIncome": 1.0,
              "TotalRentalExpenses": 1.0,
              "TotalCurrentIncome": 1.0
            }
          ],
          "OtherIncomes": [
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            },
            {
              "IncomeID": 1,
              "IncomeTypeDD": 1,
              "IncomePeriodDD": 1,
              "IncomeAmount": 2.0,
              "AnnualIncomeAmount": 3.0,
              "IncomeDescription": "sample string 4",
              "PropertyID": 1,
              "EmploymentHistoryID": 1,
              "ApplicantGroupID": 1,
              "StartDate": "2025-04-11T07:27:54.5983875-04:00",
              "EndDate": "2025-04-11T07:27:54.5983875-04:00",
              "strIncomeType": "sample string 5",
              "strIncomePeriod": "sample string 6"
            }
          ],
          "strApplicantGroupType": "sample string 4"
        }
      ],
      "Participants": [
        {
          "ParticipantID": 1,
          "SharedWithBranchFlag": true,
          "ActiveFlag": true,
          "PartyTypeDD": 4,
          "Note": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "CompanyName": "sample string 9",
          "WorkPhone": "sample string 10",
          "Fax": "sample string 11",
          "MobileNumber": "sample string 12",
          "Email": "sample string 13",
          "AddressLine1": "sample string 14",
          "AddressLine2": "sample string 15",
          "City": "sample string 16",
          "ProvinceDD": 1,
          "PostalCodeFsa": "sample string 17",
          "PostalCodeLdu": "sample string 18",
          "OptedInEmailImpliedMarketing": true,
          "OptedInEmailImpliedBusiness": true,
          "OptedInEmailExpressMarketing": true,
          "OptedInEmailExpressBusiness": true,
          "ConsentEmail": true,
          "ConsentPhone": true,
          "ConsentEmailDate": "2025-04-11T07:27:54.5983875-04:00",
          "ConsentPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
          "CCEmail": true,
          "CCPhone": true
        },
        {
          "ParticipantID": 1,
          "SharedWithBranchFlag": true,
          "ActiveFlag": true,
          "PartyTypeDD": 4,
          "Note": "sample string 5",
          "FirstName": "sample string 6",
          "MiddleName": "sample string 7",
          "LastName": "sample string 8",
          "CompanyName": "sample string 9",
          "WorkPhone": "sample string 10",
          "Fax": "sample string 11",
          "MobileNumber": "sample string 12",
          "Email": "sample string 13",
          "AddressLine1": "sample string 14",
          "AddressLine2": "sample string 15",
          "City": "sample string 16",
          "ProvinceDD": 1,
          "PostalCodeFsa": "sample string 17",
          "PostalCodeLdu": "sample string 18",
          "OptedInEmailImpliedMarketing": true,
          "OptedInEmailImpliedBusiness": true,
          "OptedInEmailExpressMarketing": true,
          "OptedInEmailExpressBusiness": true,
          "ConsentEmail": true,
          "ConsentPhone": true,
          "ConsentEmailDate": "2025-04-11T07:27:54.5983875-04:00",
          "ConsentPhoneDate": "2025-04-11T07:27:54.5983875-04:00",
          "CCEmail": true,
          "CCPhone": true
        }
      ],
      "SubjectProperty": {
        "PropertyID": 1,
        "MortgageDealID": 1,
        "ApplicantID": 1,
        "AddressID": 2,
        "OccupancyTypeDD": 1,
        "PropertyValue": 1.0,
        "OriginalValue": 1.0,
        "PurchaseDate": "2025-04-11T07:27:54.5983875-04:00",
        "RentalOffsetOptionDD": 1,
        "SubjectPropertyFlag": true,
        "IncludeInTDSCalculationFlag": true,
        "RentalInclusionOffsetPercentage": 1.0,
        "Lot": "sample string 5",
        "Block": "sample string 6",
        "Township": "sample string 7",
        "MLSListingFlag": true,
        "NewConstructionDD": 1,
        "PropertyTypeDD": 1,
        "DwellingTypeDD": 1,
        "LivingSpaceUnitOfMeasureDD": 1,
        "LivingSpace": 1,
        "LotSizeUnitOfMeasureDD": 1,
        "LotSize": 1,
        "HeatTypeDD": 1,
        "WaterTypeDD": 1,
        "NumberOfUnits": 1,
        "DwellingStyleDD": 1,
        "Age": 1,
        "GarageSizeDD": 1,
        "GarageTypeDD": 1,
        "EnvironmentalHazardFlag": true,
        "SewageTypeDD": 1,
        "PropertyUsageTypeDD": 1,
        "ZoningTypeDD": 1,
        "AnnualTaxes": 1.0,
        "TaxYear": 1,
        "TaxPayorDD": 1,
        "PurchasePrice": 1.0,
        "RentalIncome": 1.0,
        "EstimatedValue": 1.0,
        "AppraisedValue": 1.0,
        "AppraisalDate": "2025-04-11T07:27:54.5983875-04:00",
        "PropertyValueDD": 1,
        "ExpHydro": 1.0,
        "ExpInsurance": 1.0,
        "ExpMgmt": 1.0,
        "ExpRepairs": 1.0,
        "ExpInterest": 1.0,
        "ExpOther": 1.0,
        "CondoFees": 1.0,
        "IncludePercentCondoFees": 1.0,
        "Heating": 1.0,
        "DownPayment": 1.0,
        "PropertySearchStatusDD": 1,
        "Address": {
          "AddressID": 1,
          "UnitNumber": "sample string 2",
          "StreetNumber": "sample string 3",
          "StreetName": "sample string 4",
          "StreetTypeDD": 1,
          "StreetDirectionDD": 1,
          "City": "sample string 5",
          "ProvinceDD": 1,
          "InternationalPostalCode": "sample string 6",
          "PostalFsa": "sample string 7",
          "PostalLdu": "sample string 8",
          "CountryTypeDD": 1,
          "strStreetType": "sample string 9",
          "strStreetDirection": "sample string 10",
          "strProvince": "sample string 11",
          "strCountryType": "sample string 12",
          "strFullAddress": "sample string 13"
        },
        "PropertyMortgage": {
          "PropertyMortgageID": 1,
          "PropertyID": 2,
          "ClosingDate": "2025-04-11T07:27:54.5983875-04:00",
          "FinancingWaiverDate": "2025-04-11T07:27:54.5983875-04:00",
          "Purpose": "sample string 3",
          "ImprovementsFlag": true,
          "Improvements": "sample string 4",
          "ImprovementValues": 1.0,
          "ExistingMortgages": [
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "RedemptionStatusDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "NetRate": 1.0,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "MIRef": "sample string 3",
              "MortgageInsurerDD": 1,
              "MIFlag": true,
              "PropertyMortgageID": 4,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 5",
              "Balance": 1.0,
              "MortgageNumber": "sample string 6",
              "OriginalMortgageAmount": 1.0,
              "strMortgageType": "sample string 7",
              "strPaymentFrequency": "sample string 8",
              "strRateType": "sample string 9",
              "strTermType": "sample string 10",
              "strMortgagePayoffType": "sample string 11",
              "strLoanType": "sample string 12",
              "strMortgageInsurer": "sample string 13",
              "strRequestMortgageType": "sample string 14"
            },
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "RedemptionStatusDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "NetRate": 1.0,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "MIRef": "sample string 3",
              "MortgageInsurerDD": 1,
              "MIFlag": true,
              "PropertyMortgageID": 4,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 5",
              "Balance": 1.0,
              "MortgageNumber": "sample string 6",
              "OriginalMortgageAmount": 1.0,
              "strMortgageType": "sample string 7",
              "strPaymentFrequency": "sample string 8",
              "strRateType": "sample string 9",
              "strTermType": "sample string 10",
              "strMortgagePayoffType": "sample string 11",
              "strLoanType": "sample string 12",
              "strMortgageInsurer": "sample string 13",
              "strRequestMortgageType": "sample string 14"
            }
          ],
          "RequestedMortgages": [
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "MortgageInsurancePayorDD": 1,
              "IADDate": "2025-04-11T07:27:54.5983875-04:00",
              "IADValue": 1.0,
              "FirstPaymentDate": "2025-04-11T07:27:54.5983875-04:00",
              "LineOfBusinessDD": 1,
              "ProgressAdvanceFlag": true,
              "ClassificationCommercialFlag": true,
              "ClassificationConstructionFlag": true,
              "ClassificationReverseFlag": true,
              "ClassificationSubPrimeFlag": true,
              "ClassificationHELOCFlag": true,
              "InterestRate": 1.0,
              "DiscountRate": 1.0,
              "PremiumRate": 1.0,
              "BuyDownRate": 1.0,
              "NetRate": 1.0,
              "VariableToPrime": "sample string 3",
              "InterestCompoundTypeDD": 1,
              "TermInMonth": 1,
              "AmortizationInMonth": 1,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "QDInterestRate": 1.0,
              "QDInterestCompoundTypeDD": 1,
              "QDInterestOnlyFlag": true,
              "QDAmortizationInMonth": 1,
              "CashBackPercentage": 1.0,
              "CashBackAmount": 1.0,
              "CashBackOverrideFlag": true,
              "MortgageStatusDD": 1,
              "MIRef": "sample string 4",
              "MortgageInsurerDD": 1,
              "MIIncludedFlag": true,
              "MIPremiumRate": 1.0,
              "MIFlag": true,
              "MIPremiumRateOverrideFlag": true,
              "LOCRepaymentTypeDD": 1,
              "MIPremiumAmount": 1.0,
              "PropertyMortgageID": 5,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 6",
              "RequestedMortgageAmount": 1.0,
              "Balance": 1.0,
              "TotalLoanAmount": 1.0,
              "MortgageNumber": "sample string 7",
              "LTV": 1.0,
              "ScarlettLenderID": 1,
              "ScarlettLenderProductID": 1,
              "QualifyingGDS": 1.0,
              "QualifyingTDS": 1.0,
              "AcceptedFxLinkResponseID": 1,
              "AcceptedDate": "2025-04-11T07:27:54.5983875-04:00",
              "OtherLenderName": "sample string 8",
              "MortgageApplicantAssigned": [
                1,
                2
              ],
              "LenderSubmissions": [
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "Fees": {
                "PrincipalAmount": 1.0,
                "TotalDeductibleFees": 1.0,
                "NetAdvanceOfFunds": 1.0,
                "APR": 1.0,
                "FeeItems": [
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  },
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  }
                ]
              },
              "strMortgageType": "sample string 9",
              "strPaymentFrequency": "sample string 10",
              "strRateType": "sample string 11",
              "strTermType": "sample string 12",
              "strMortgagePayoffType": "sample string 13",
              "strLoanType": "sample string 14",
              "strMortgageInsurancePayor": "sample string 15",
              "strLineOfBusiness": "sample string 16",
              "strInterestCompoundType": "sample string 17",
              "strQDInterestCompoundType": "sample string 18",
              "strMortgageStatus": "sample string 19",
              "strMortgageInsurer": "sample string 20",
              "strLOCRepaymentType": "sample string 21",
              "strRequestMortgageType": "sample string 22",
              "MaturityDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "IADDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "FirstPaymentDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              }
            },
            {
              "MortgageID": 1,
              "MortgageTypeDD": 1,
              "Payment": 1.0,
              "PaymentFrequencyDD": 1,
              "MaturityDate": "2025-04-11T07:27:54.5983875-04:00",
              "RateTypeDD": 1,
              "TermTypeDD": 1,
              "MortgageHolder": "sample string 2",
              "MortgagePayoffTypeDD": 1,
              "LoanTypeDD": 1,
              "PAndIPayment": 1.0,
              "MortgageInsurancePayorDD": 1,
              "IADDate": "2025-04-11T07:27:54.5983875-04:00",
              "IADValue": 1.0,
              "FirstPaymentDate": "2025-04-11T07:27:54.5983875-04:00",
              "LineOfBusinessDD": 1,
              "ProgressAdvanceFlag": true,
              "ClassificationCommercialFlag": true,
              "ClassificationConstructionFlag": true,
              "ClassificationReverseFlag": true,
              "ClassificationSubPrimeFlag": true,
              "ClassificationHELOCFlag": true,
              "InterestRate": 1.0,
              "DiscountRate": 1.0,
              "PremiumRate": 1.0,
              "BuyDownRate": 1.0,
              "NetRate": 1.0,
              "VariableToPrime": "sample string 3",
              "InterestCompoundTypeDD": 1,
              "TermInMonth": 1,
              "AmortizationInMonth": 1,
              "BlendedAmortFlag": true,
              "InterestOnlyFlag": true,
              "QDInterestRate": 1.0,
              "QDInterestCompoundTypeDD": 1,
              "QDInterestOnlyFlag": true,
              "QDAmortizationInMonth": 1,
              "CashBackPercentage": 1.0,
              "CashBackAmount": 1.0,
              "CashBackOverrideFlag": true,
              "MortgageStatusDD": 1,
              "MIRef": "sample string 4",
              "MortgageInsurerDD": 1,
              "MIIncludedFlag": true,
              "MIPremiumRate": 1.0,
              "MIFlag": true,
              "MIPremiumRateOverrideFlag": true,
              "LOCRepaymentTypeDD": 1,
              "MIPremiumAmount": 1.0,
              "PropertyMortgageID": 5,
              "RequestMortgageTypeDD": 1,
              "AdditionalInfo": "sample string 6",
              "RequestedMortgageAmount": 1.0,
              "Balance": 1.0,
              "TotalLoanAmount": 1.0,
              "MortgageNumber": "sample string 7",
              "LTV": 1.0,
              "ScarlettLenderID": 1,
              "ScarlettLenderProductID": 1,
              "QualifyingGDS": 1.0,
              "QualifyingTDS": 1.0,
              "AcceptedFxLinkResponseID": 1,
              "AcceptedDate": "2025-04-11T07:27:54.5983875-04:00",
              "OtherLenderName": "sample string 8",
              "MortgageApplicantAssigned": [
                1,
                2
              ],
              "LenderSubmissions": [
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                },
                {
                  "FxLinkSubmissionHistoryID": 1,
                  "MortgageApplicationID": 2,
                  "MessageID": 3.0,
                  "LenderNote": "sample string 4",
                  "LanguageID": 5,
                  "ScarlettLenderID": 6,
                  "LoanAmount": 7.0,
                  "SubmissionResult": "sample string 8",
                  "ApplicationTypeDD": 9,
                  "ScarlettLenderProductID": 1,
                  "SubmissionDate": "2025-04-11T07:27:54.5983875-04:00",
                  "SubmissionResultMessageID": "sample string 11",
                  "MortgageTypeDD": 1,
                  "Responses": [
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    },
                    {
                      "ResponseDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseDD": 1,
                      "CommitmentExpiryDate": "2025-04-11T07:27:54.5983875-04:00",
                      "AcceptDate": "2025-04-11T07:27:54.5983875-04:00",
                      "DeclineDate": "2025-04-11T07:27:54.5983875-04:00",
                      "FxLinkResponseID": 2,
                      "Underwriter": {
                        "Name": "sample string 1",
                        "Address": "sample string 2",
                        "Email": "sample string 3",
                        "Phone": "sample string 4"
                      },
                      "strFxLinkResponse": "sample string 3",
                      "LenderRefNumber": "sample string 4"
                    }
                  ],
                  "Lender": {
                    "Name": "sample string 1",
                    "LinkID": "sample string 2",
                    "LenderCode": "sample string 3"
                  },
                  "strApplicationType": "sample string 12",
                  "strMortgageType": "sample string 13",
                  "SubmissionDateValue": {
                    "Day": 1,
                    "Year": 2,
                    "Month": 3,
                    "WeekDay": 4,
                    "DayOfYear": 5,
                    "Timestamp": 6.1
                  }
                }
              ],
              "Fees": {
                "PrincipalAmount": 1.0,
                "TotalDeductibleFees": 1.0,
                "NetAdvanceOfFunds": 1.0,
                "APR": 1.0,
                "FeeItems": [
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  },
                  {
                    "FeeTypeDD": 1,
                    "FeeType": "sample string 2",
                    "FeeName": "sample string 3",
                    "strFeeType": "sample string 4",
                    "DeductFromPrincipalFlag": true,
                    "IncludeInAPRFlag": true,
                    "Amount": 1.0,
                    "DeductFmPrinc": true,
                    "InclInAPR": true,
                    "Comments": "sample string 9"
                  }
                ]
              },
              "strMortgageType": "sample string 9",
              "strPaymentFrequency": "sample string 10",
              "strRateType": "sample string 11",
              "strTermType": "sample string 12",
              "strMortgagePayoffType": "sample string 13",
              "strLoanType": "sample string 14",
              "strMortgageInsurancePayor": "sample string 15",
              "strLineOfBusiness": "sample string 16",
              "strInterestCompoundType": "sample string 17",
              "strQDInterestCompoundType": "sample string 18",
              "strMortgageStatus": "sample string 19",
              "strMortgageInsurer": "sample string 20",
              "strLOCRepaymentType": "sample string 21",
              "strRequestMortgageType": "sample string 22",
              "MaturityDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "IADDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              },
              "FirstPaymentDateValue": {
                "Day": 1,
                "Year": 2,
                "Month": 3,
                "WeekDay": 4,
                "DayOfYear": 5,
                "Timestamp": 6.1
              }
            }
          ]
        },
        "strOccupancyType": "sample string 8",
        "strRentalOffsetOption": "sample string 9",
        "strNewConstruction": "sample string 10",
        "strPropertyType": "sample string 11",
        "strDwellingType": "sample string 12",
        "strLivingSpaceUnitOfMeasure": "sample string 13",
        "strLotSizeUnitOfMeasure": "sample string 14",
        "strHeatType": "sample string 15",
        "strWaterType": "sample string 16",
        "strDwellingStyle": "sample string 17",
        "strGarageSize": "sample string 18",
        "strGarageType": "sample string 19",
        "strSewageType": "sample string 20",
        "strTaxPayor": "sample string 21",
        "strPropertyValue": "sample string 22",
        "strPropertySearchStatus": "sample string 23"
      },
      "DealNotes": [
        {
          "NoteID": 1,
          "DealNotesCategoryDD": 2,
          "EntryDate": "2025-04-11T07:27:54.5983875-04:00",
          "Text": "sample string 4",
          "strDealNotesCategory": "sample string 5"
        },
        {
          "NoteID": 1,
          "DealNotesCategoryDD": 2,
          "EntryDate": "2025-04-11T07:27:54.5983875-04:00",
          "Text": "sample string 4",
          "strDealNotesCategory": "sample string 5"
        }
      ],
      "Tags": [
        "sample string 1",
        "sample string 2"
      ],
      "Activities": [
        {
          "ActivityID": 1,
          "DueDate": "2025-04-11T07:27:54.5983875-04:00",
          "DueDateValue": {
            "Day": 1,
            "Year": 2,
            "Month": 3,
            "WeekDay": 4,
            "DayOfYear": 5,
            "Timestamp": 6.1
          },
          "OwnerID": 1,
          "strOwner": "sample string 2",
          "StatusDD": 3,
          "TypeDD": 4,
          "Subject": "sample string 5"
        },
        {
          "ActivityID": 1,
          "DueDate": "2025-04-11T07:27:54.5983875-04:00",
          "DueDateValue": {
            "Day": 1,
            "Year": 2,
            "Month": 3,
            "WeekDay": 4,
            "DayOfYear": 5,
            "Timestamp": 6.1
          },
          "OwnerID": 1,
          "strOwner": "sample string 2",
          "StatusDD": 3,
          "TypeDD": 4,
          "Subject": "sample string 5"
        }
      ],
      "Commissions": {
        "CommissionMortgagesLst": [
          {
            "MortgageID": 1,
            "CommissionRecordID": 2,
            "MortgageCommissionsData": {
              "CommissionRecordID": 1,
              "MortgageFeesLst": [
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                },
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                }
              ],
              "DeductionsLst": [
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                },
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                }
              ],
              "CommissionDetails": {
                "DeductFeesOrderDD": 1,
                "IsDeductFeesBefore": true,
                "SplitsList": [
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  },
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  }
                ]
              },
              "Notes": "sample string 2",
              "AutomatedCommissionFeeTypeIds": [
                1,
                2
              ],
              "Split2SumError": true,
              "TotalFees": 2.0,
              "TotalDeductions": 2.0,
              "TotalNetFees": 0.0,
              "MaxFundsReceivedDate": "2025-04-12T00:00:00Z"
            }
          },
          {
            "MortgageID": 1,
            "CommissionRecordID": 2,
            "MortgageCommissionsData": {
              "CommissionRecordID": 1,
              "MortgageFeesLst": [
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                },
                {
                  "MortgageApplicationID": 1,
                  "CommissionFeeID": 2,
                  "BasisPoints": 1.0,
                  "Amount": 1.0,
                  "CommissionFeeTypeDD": 3,
                  "Description": "sample string 4",
                  "OtherFeeName": "sample string 5",
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "IsExcludedCommissionFeeType": true
                }
              ],
              "DeductionsLst": [
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                },
                {
                  "DeductionID": 1,
                  "DeductionTypeDD": 2,
                  "DeductionTypeStr": "sample string 3",
                  "Amount": 1.0,
                  "FundsReceived": "2025-04-11T07:27:54.5983875-04:00",
                  "OtherDeductionName": "sample string 4"
                }
              ],
              "CommissionDetails": {
                "DeductFeesOrderDD": 1,
                "IsDeductFeesBefore": true,
                "SplitsList": [
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  },
                  {
                    "CommissionDetailId": 1,
                    "SplitDescription": "sample string 2",
                    "PayeeName": "sample string 3",
                    "IsPrimaryContact": true,
                    "Level1Split": 1.0,
                    "Level2Split": 1.0,
                    "Fees": 1.0,
                    "NetFees": 1.0,
                    "CoAgentUserProfileID": 1,
                    "PayeeAgentOnDealFlag": true,
                    "PayeeCoAgentFlag": true,
                    "PayeeFirmFlag": true
                  }
                ]
              },
              "Notes": "sample string 2",
              "AutomatedCommissionFeeTypeIds": [
                1,
                2
              ],
              "Split2SumError": true,
              "TotalFees": 2.0,
              "TotalDeductions": 2.0,
              "TotalNetFees": 0.0,
              "MaxFundsReceivedDate": "2025-04-12T00:00:00Z"
            }
          }
        ]
      }
    }
  ],
  "ReturnStatus": {
    "ReturnCode": 1,
    "ReturnMessage": "sample string 2",
    "Results": 1
  }
}

application/xml, text/xml

Sample:
<DealsOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.API.DOS">
  <ReturnStatus xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Core">
    <Results>1</Results>
    <ReturnCode>1</ReturnCode>
    <ReturnMessage>sample string 2</ReturnMessage>
  </ReturnStatus>
  <Deals xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal">
    <d2p1:UniversalDealModel>
      <d2p1:Activities>
        <d2p1:DealActivityModel>
          <d2p1:ActivityID>1</d2p1:ActivityID>
          <d2p1:DueDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DueDate>
          <d2p1:DueDateValue>
            <d2p1:Day>1</d2p1:Day>
            <d2p1:DayOfYear>5</d2p1:DayOfYear>
            <d2p1:Month>3</d2p1:Month>
            <d2p1:Timestamp>6.1</d2p1:Timestamp>
            <d2p1:WeekDay>4</d2p1:WeekDay>
            <d2p1:Year>2</d2p1:Year>
          </d2p1:DueDateValue>
          <d2p1:OwnerID>1</d2p1:OwnerID>
          <d2p1:StatusDD>3</d2p1:StatusDD>
          <d2p1:Subject>sample string 5</d2p1:Subject>
          <d2p1:TypeDD>4</d2p1:TypeDD>
          <d2p1:strOwner>sample string 2</d2p1:strOwner>
        </d2p1:DealActivityModel>
        <d2p1:DealActivityModel>
          <d2p1:ActivityID>1</d2p1:ActivityID>
          <d2p1:DueDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DueDate>
          <d2p1:DueDateValue>
            <d2p1:Day>1</d2p1:Day>
            <d2p1:DayOfYear>5</d2p1:DayOfYear>
            <d2p1:Month>3</d2p1:Month>
            <d2p1:Timestamp>6.1</d2p1:Timestamp>
            <d2p1:WeekDay>4</d2p1:WeekDay>
            <d2p1:Year>2</d2p1:Year>
          </d2p1:DueDateValue>
          <d2p1:OwnerID>1</d2p1:OwnerID>
          <d2p1:StatusDD>3</d2p1:StatusDD>
          <d2p1:Subject>sample string 5</d2p1:Subject>
          <d2p1:TypeDD>4</d2p1:TypeDD>
          <d2p1:strOwner>sample string 2</d2p1:strOwner>
        </d2p1:DealActivityModel>
      </d2p1:Activities>
      <d2p1:ApplicantGroups>
        <d2p1:ApplicantGroupModel>
          <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
          <d2p1:ApplicantGroupTypeDD>2</d2p1:ApplicantGroupTypeDD>
          <d2p1:Applicants>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
          </d2p1:Applicants>
          <d2p1:ApplicantsHasSameAddressFlag>true</d2p1:ApplicantsHasSameAddressFlag>
          <d2p1:MailingAddress>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:City>sample string 5</d2p1:City>
            <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
            <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
            <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
            <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
            <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
            <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
            <d2p1:StreetName>sample string 4</d2p1:StreetName>
            <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
            <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
            <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
            <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
            <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
            <d2p1:strProvince>sample string 11</d2p1:strProvince>
            <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
            <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
          </d2p1:MailingAddress>
          <d2p1:MailingAddressTypeDD>1</d2p1:MailingAddressTypeDD>
          <d2p1:NetWorth>1</d2p1:NetWorth>
          <d2p1:OtherIncomes>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
          </d2p1:OtherIncomes>
          <d2p1:RentalExpenses>1</d2p1:RentalExpenses>
          <d2p1:RentalIncome>1</d2p1:RentalIncome>
          <d2p1:TotalAssets>1</d2p1:TotalAssets>
          <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
          <d2p1:TotalIncome>1</d2p1:TotalIncome>
          <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
          <d2p1:TotalMortgageMonthlyPayments>1</d2p1:TotalMortgageMonthlyPayments>
          <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
          <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
          <d2p1:strApplicantGroupType>sample string 4</d2p1:strApplicantGroupType>
        </d2p1:ApplicantGroupModel>
        <d2p1:ApplicantGroupModel>
          <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
          <d2p1:ApplicantGroupTypeDD>2</d2p1:ApplicantGroupTypeDD>
          <d2p1:Applicants>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
          </d2p1:Applicants>
          <d2p1:ApplicantsHasSameAddressFlag>true</d2p1:ApplicantsHasSameAddressFlag>
          <d2p1:MailingAddress>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:City>sample string 5</d2p1:City>
            <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
            <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
            <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
            <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
            <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
            <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
            <d2p1:StreetName>sample string 4</d2p1:StreetName>
            <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
            <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
            <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
            <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
            <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
            <d2p1:strProvince>sample string 11</d2p1:strProvince>
            <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
            <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
          </d2p1:MailingAddress>
          <d2p1:MailingAddressTypeDD>1</d2p1:MailingAddressTypeDD>
          <d2p1:NetWorth>1</d2p1:NetWorth>
          <d2p1:OtherIncomes>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
          </d2p1:OtherIncomes>
          <d2p1:RentalExpenses>1</d2p1:RentalExpenses>
          <d2p1:RentalIncome>1</d2p1:RentalIncome>
          <d2p1:TotalAssets>1</d2p1:TotalAssets>
          <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
          <d2p1:TotalIncome>1</d2p1:TotalIncome>
          <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
          <d2p1:TotalMortgageMonthlyPayments>1</d2p1:TotalMortgageMonthlyPayments>
          <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
          <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
          <d2p1:strApplicantGroupType>sample string 4</d2p1:strApplicantGroupType>
        </d2p1:ApplicantGroupModel>
      </d2p1:ApplicantGroups>
      <d2p1:Commissions xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.MongoDB">
        <d4p1:CommissionMortgagesLst>
          <d4p1:MortgageCache_CommissionMortgageModel>
            <d4p1:CommissionRecordID>2</d4p1:CommissionRecordID>
            <d4p1:MortgageCommissionsData>
              <d4p1:AutomatedCommissionFeeTypeIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </d4p1:AutomatedCommissionFeeTypeIds>
              <d4p1:CommissionDetails>
                <d4p1:DeductFeesOrderDD>1</d4p1:DeductFeesOrderDD>
                <d4p1:IsDeductFeesBefore>true</d4p1:IsDeductFeesBefore>
                <d4p1:SplitsList>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                </d4p1:SplitsList>
              </d4p1:CommissionDetails>
              <d4p1:CommissionRecordID>1</d4p1:CommissionRecordID>
              <d4p1:DeductionsLst>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
              </d4p1:DeductionsLst>
              <d4p1:MortgageFeesLst>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
              </d4p1:MortgageFeesLst>
              <d4p1:Notes>sample string 2</d4p1:Notes>
            </d4p1:MortgageCommissionsData>
            <d4p1:MortgageID>1</d4p1:MortgageID>
          </d4p1:MortgageCache_CommissionMortgageModel>
          <d4p1:MortgageCache_CommissionMortgageModel>
            <d4p1:CommissionRecordID>2</d4p1:CommissionRecordID>
            <d4p1:MortgageCommissionsData>
              <d4p1:AutomatedCommissionFeeTypeIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </d4p1:AutomatedCommissionFeeTypeIds>
              <d4p1:CommissionDetails>
                <d4p1:DeductFeesOrderDD>1</d4p1:DeductFeesOrderDD>
                <d4p1:IsDeductFeesBefore>true</d4p1:IsDeductFeesBefore>
                <d4p1:SplitsList>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                </d4p1:SplitsList>
              </d4p1:CommissionDetails>
              <d4p1:CommissionRecordID>1</d4p1:CommissionRecordID>
              <d4p1:DeductionsLst>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
              </d4p1:DeductionsLst>
              <d4p1:MortgageFeesLst>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
              </d4p1:MortgageFeesLst>
              <d4p1:Notes>sample string 2</d4p1:Notes>
            </d4p1:MortgageCommissionsData>
            <d4p1:MortgageID>1</d4p1:MortgageID>
          </d4p1:MortgageCache_CommissionMortgageModel>
        </d4p1:CommissionMortgagesLst>
      </d2p1:Commissions>
      <d2p1:DealNotes>
        <d2p1:DealNoteModel>
          <d2p1:DealNotesCategoryDD>2</d2p1:DealNotesCategoryDD>
          <d2p1:EntryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EntryDate>
          <d2p1:NoteID>1</d2p1:NoteID>
          <d2p1:Text>sample string 4</d2p1:Text>
          <d2p1:strDealNotesCategory>sample string 5</d2p1:strDealNotesCategory>
        </d2p1:DealNoteModel>
        <d2p1:DealNoteModel>
          <d2p1:DealNotesCategoryDD>2</d2p1:DealNotesCategoryDD>
          <d2p1:EntryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EntryDate>
          <d2p1:NoteID>1</d2p1:NoteID>
          <d2p1:Text>sample string 4</d2p1:Text>
          <d2p1:strDealNotesCategory>sample string 5</d2p1:strDealNotesCategory>
        </d2p1:DealNoteModel>
      </d2p1:DealNotes>
      <d2p1:MortgageApplication>
        <d2p1:AgentOnDeal>
          <d2p1:BranchID>3</d2p1:BranchID>
          <d2p1:BranchName>sample string 10</d2p1:BranchName>
          <d2p1:Contact>
            <d2p1:Address>
              <d2p1:AddressID>1</d2p1:AddressID>
              <d2p1:City>sample string 5</d2p1:City>
              <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
              <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
              <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
              <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
              <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
              <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
              <d2p1:StreetName>sample string 4</d2p1:StreetName>
              <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
              <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
              <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
              <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
              <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
              <d2p1:strProvince>sample string 11</d2p1:strProvince>
              <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
              <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
            </d2p1:Address>
            <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
            <d2p1:ContactName>
              <d2p1:FirstName>sample string 1</d2p1:FirstName>
              <d2p1:LastName>sample string 2</d2p1:LastName>
              <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
            </d2p1:ContactName>
            <d2p1:ContactPhones>
              <d2p1:Phone>
                <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
              </d2p1:Phone>
              <d2p1:Phone>
                <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
              </d2p1:Phone>
            </d2p1:ContactPhones>
            <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
            <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
          </d2p1:Contact>
          <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
          <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
          <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
          <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
          <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
          <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
          <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
          <d2p1:UserProfileID>1</d2p1:UserProfileID>
        </d2p1:AgentOnDeal>
        <d2p1:ApplicantAccountID>1</d2p1:ApplicantAccountID>
        <d2p1:ApplicantSourceID>sample string 4</d2p1:ApplicantSourceID>
        <d2p1:ApplicationDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ApplicationDate>
        <d2p1:ApplicationSourceDD>1</d2p1:ApplicationSourceDD>
        <d2p1:FxLinkSubmissions>
          <d2p1:ExpertFxLinkSubmissionHisotryModel>
            <d2p1:SourceApplicationID>sample string 1</d2p1:SourceApplicationID>
            <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
          </d2p1:ExpertFxLinkSubmissionHisotryModel>
          <d2p1:ExpertFxLinkSubmissionHisotryModel>
            <d2p1:SourceApplicationID>sample string 1</d2p1:SourceApplicationID>
            <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
          </d2p1:ExpertFxLinkSubmissionHisotryModel>
        </d2p1:FxLinkSubmissions>
        <d2p1:LastUpdate>2025-04-11T07:27:54.5983875-04:00</d2p1:LastUpdate>
        <d2p1:LockFlag>true</d2p1:LockFlag>
        <d2p1:MPPRequestDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MPPRequestDate>
        <d2p1:MPPStatusDD>1</d2p1:MPPStatusDD>
        <d2p1:MortgageApplicationID>1</d2p1:MortgageApplicationID>
        <d2p1:MortgageApplicationLinkID>1</d2p1:MortgageApplicationLinkID>
        <d2p1:MortgageApplicationStatusDD>3</d2p1:MortgageApplicationStatusDD>
        <d2p1:MortgageDeal>
          <d2p1:ApplicationNumber>sample string 2</d2p1:ApplicationNumber>
          <d2p1:ApplicationTypeDD>5</d2p1:ApplicationTypeDD>
          <d2p1:CoAgent>
            <d2p1:BranchID>3</d2p1:BranchID>
            <d2p1:BranchName>sample string 10</d2p1:BranchName>
            <d2p1:Contact>
              <d2p1:Address>
                <d2p1:AddressID>1</d2p1:AddressID>
                <d2p1:City>sample string 5</d2p1:City>
                <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                <d2p1:StreetName>sample string 4</d2p1:StreetName>
                <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                <d2p1:strProvince>sample string 11</d2p1:strProvince>
                <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
              </d2p1:Address>
              <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
              <d2p1:ContactName>
                <d2p1:FirstName>sample string 1</d2p1:FirstName>
                <d2p1:LastName>sample string 2</d2p1:LastName>
                <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
                <d2p1:SalutationDD>1</d2p1:SalutationDD>
                <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
              </d2p1:ContactName>
              <d2p1:ContactPhones>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
              </d2p1:ContactPhones>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
            </d2p1:Contact>
            <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
            <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
            <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
            <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
            <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
            <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
            <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
            <d2p1:UserProfileID>1</d2p1:UserProfileID>
          </d2p1:CoAgent>
          <d2p1:CoAgentUserProfileID>1</d2p1:CoAgentUserProfileID>
          <d2p1:CombinedGDS>1</d2p1:CombinedGDS>
          <d2p1:CombinedLTV>1</d2p1:CombinedLTV>
          <d2p1:CombinedTDS>1</d2p1:CombinedTDS>
          <d2p1:DealOwner>
            <d2p1:BranchID>3</d2p1:BranchID>
            <d2p1:BranchName>sample string 10</d2p1:BranchName>
            <d2p1:Contact>
              <d2p1:Address>
                <d2p1:AddressID>1</d2p1:AddressID>
                <d2p1:City>sample string 5</d2p1:City>
                <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                <d2p1:StreetName>sample string 4</d2p1:StreetName>
                <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                <d2p1:strProvince>sample string 11</d2p1:strProvince>
                <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
              </d2p1:Address>
              <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
              <d2p1:ContactName>
                <d2p1:FirstName>sample string 1</d2p1:FirstName>
                <d2p1:LastName>sample string 2</d2p1:LastName>
                <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
                <d2p1:SalutationDD>1</d2p1:SalutationDD>
                <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
              </d2p1:ContactName>
              <d2p1:ContactPhones>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
              </d2p1:ContactPhones>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
            </d2p1:Contact>
            <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
            <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
            <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
            <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
            <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
            <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
            <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
            <d2p1:UserProfileID>1</d2p1:UserProfileID>
          </d2p1:DealOwner>
          <d2p1:DealPurposeDD>4</d2p1:DealPurposeDD>
          <d2p1:DownpaymentSources>
            <d2p1:DownPaymentSourceModel>
              <d2p1:Amount>1</d2p1:Amount>
              <d2p1:AssetID>1</d2p1:AssetID>
              <d2p1:Description>sample string 2</d2p1:Description>
              <d2p1:DownPaymentSourceID>1</d2p1:DownPaymentSourceID>
              <d2p1:DownPaymentSourceTypeDD>1</d2p1:DownPaymentSourceTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:strDownPaymentSourceType>sample string 3</d2p1:strDownPaymentSourceType>
            </d2p1:DownPaymentSourceModel>
            <d2p1:DownPaymentSourceModel>
              <d2p1:Amount>1</d2p1:Amount>
              <d2p1:AssetID>1</d2p1:AssetID>
              <d2p1:Description>sample string 2</d2p1:Description>
              <d2p1:DownPaymentSourceID>1</d2p1:DownPaymentSourceID>
              <d2p1:DownPaymentSourceTypeDD>1</d2p1:DownPaymentSourceTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:strDownPaymentSourceType>sample string 3</d2p1:strDownPaymentSourceType>
            </d2p1:DownPaymentSourceModel>
          </d2p1:DownpaymentSources>
          <d2p1:MortgageApplicationID>3</d2p1:MortgageApplicationID>
          <d2p1:MortgageDealID>1</d2p1:MortgageDealID>
          <d2p1:SubmissionAgent>
            <d2p1:BranchID>3</d2p1:BranchID>
            <d2p1:BranchName>sample string 10</d2p1:BranchName>
            <d2p1:Contact>
              <d2p1:Address>
                <d2p1:AddressID>1</d2p1:AddressID>
                <d2p1:City>sample string 5</d2p1:City>
                <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                <d2p1:StreetName>sample string 4</d2p1:StreetName>
                <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                <d2p1:strProvince>sample string 11</d2p1:strProvince>
                <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
              </d2p1:Address>
              <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
              <d2p1:ContactName>
                <d2p1:FirstName>sample string 1</d2p1:FirstName>
                <d2p1:LastName>sample string 2</d2p1:LastName>
                <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
                <d2p1:SalutationDD>1</d2p1:SalutationDD>
                <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
              </d2p1:ContactName>
              <d2p1:ContactPhones>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
              </d2p1:ContactPhones>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
            </d2p1:Contact>
            <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
            <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
            <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
            <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
            <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
            <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
            <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
            <d2p1:UserProfileID>1</d2p1:UserProfileID>
          </d2p1:SubmissionAgent>
          <d2p1:SubmissionUserProfileID>1</d2p1:SubmissionUserProfileID>
          <d2p1:strApplicationType>sample string 7</d2p1:strApplicationType>
          <d2p1:strDealPurpose>sample string 6</d2p1:strDealPurpose>
        </d2p1:MortgageDeal>
        <d2p1:PipelineIDList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </d2p1:PipelineIDList>
        <d2p1:StatusDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StatusDate>
        <d2p1:UserProfileID>2</d2p1:UserProfileID>
        <d2p1:strApplicationSource>sample string 6</d2p1:strApplicationSource>
        <d2p1:strMortgageApplicationStatus>sample string 5</d2p1:strMortgageApplicationStatus>
      </d2p1:MortgageApplication>
      <d2p1:Participants>
        <d2p1:ParticipantModel>
          <d2p1:ActiveFlag>true</d2p1:ActiveFlag>
          <d2p1:AddressLine1>sample string 14</d2p1:AddressLine1>
          <d2p1:AddressLine2>sample string 15</d2p1:AddressLine2>
          <d2p1:CCEmail>true</d2p1:CCEmail>
          <d2p1:CCPhone>true</d2p1:CCPhone>
          <d2p1:City>sample string 16</d2p1:City>
          <d2p1:CompanyName>sample string 9</d2p1:CompanyName>
          <d2p1:ConsentEmail>true</d2p1:ConsentEmail>
          <d2p1:ConsentEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentEmailDate>
          <d2p1:ConsentPhone>true</d2p1:ConsentPhone>
          <d2p1:ConsentPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentPhoneDate>
          <d2p1:Email>sample string 13</d2p1:Email>
          <d2p1:Fax>sample string 11</d2p1:Fax>
          <d2p1:FirstName>sample string 6</d2p1:FirstName>
          <d2p1:LastName>sample string 8</d2p1:LastName>
          <d2p1:MiddleName>sample string 7</d2p1:MiddleName>
          <d2p1:MobileNumber>sample string 12</d2p1:MobileNumber>
          <d2p1:Note>sample string 5</d2p1:Note>
          <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
          <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
          <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
          <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
          <d2p1:ParticipantID>1</d2p1:ParticipantID>
          <d2p1:PartyTypeDD>4</d2p1:PartyTypeDD>
          <d2p1:PostalCodeFsa>sample string 17</d2p1:PostalCodeFsa>
          <d2p1:PostalCodeLdu>sample string 18</d2p1:PostalCodeLdu>
          <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
          <d2p1:SharedWithBranchFlag>true</d2p1:SharedWithBranchFlag>
          <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
        </d2p1:ParticipantModel>
        <d2p1:ParticipantModel>
          <d2p1:ActiveFlag>true</d2p1:ActiveFlag>
          <d2p1:AddressLine1>sample string 14</d2p1:AddressLine1>
          <d2p1:AddressLine2>sample string 15</d2p1:AddressLine2>
          <d2p1:CCEmail>true</d2p1:CCEmail>
          <d2p1:CCPhone>true</d2p1:CCPhone>
          <d2p1:City>sample string 16</d2p1:City>
          <d2p1:CompanyName>sample string 9</d2p1:CompanyName>
          <d2p1:ConsentEmail>true</d2p1:ConsentEmail>
          <d2p1:ConsentEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentEmailDate>
          <d2p1:ConsentPhone>true</d2p1:ConsentPhone>
          <d2p1:ConsentPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentPhoneDate>
          <d2p1:Email>sample string 13</d2p1:Email>
          <d2p1:Fax>sample string 11</d2p1:Fax>
          <d2p1:FirstName>sample string 6</d2p1:FirstName>
          <d2p1:LastName>sample string 8</d2p1:LastName>
          <d2p1:MiddleName>sample string 7</d2p1:MiddleName>
          <d2p1:MobileNumber>sample string 12</d2p1:MobileNumber>
          <d2p1:Note>sample string 5</d2p1:Note>
          <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
          <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
          <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
          <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
          <d2p1:ParticipantID>1</d2p1:ParticipantID>
          <d2p1:PartyTypeDD>4</d2p1:PartyTypeDD>
          <d2p1:PostalCodeFsa>sample string 17</d2p1:PostalCodeFsa>
          <d2p1:PostalCodeLdu>sample string 18</d2p1:PostalCodeLdu>
          <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
          <d2p1:SharedWithBranchFlag>true</d2p1:SharedWithBranchFlag>
          <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
        </d2p1:ParticipantModel>
      </d2p1:Participants>
      <d2p1:SubjectProperty>
        <d2p1:Address>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:City>sample string 5</d2p1:City>
          <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
          <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
          <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
          <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
          <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
          <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
          <d2p1:StreetName>sample string 4</d2p1:StreetName>
          <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
          <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
          <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
          <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
          <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
          <d2p1:strProvince>sample string 11</d2p1:strProvince>
          <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
          <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
        </d2p1:Address>
        <d2p1:AddressID>2</d2p1:AddressID>
        <d2p1:Age>1</d2p1:Age>
        <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
        <d2p1:ApplicantID>1</d2p1:ApplicantID>
        <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
        <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
        <d2p1:Block>sample string 6</d2p1:Block>
        <d2p1:CondoFees>1</d2p1:CondoFees>
        <d2p1:DownPayment>1</d2p1:DownPayment>
        <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
        <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
        <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
        <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
        <d2p1:ExpHydro>1</d2p1:ExpHydro>
        <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
        <d2p1:ExpInterest>1</d2p1:ExpInterest>
        <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
        <d2p1:ExpOther>1</d2p1:ExpOther>
        <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
        <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
        <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
        <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
        <d2p1:Heating>1</d2p1:Heating>
        <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
        <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
        <d2p1:LivingSpace>1</d2p1:LivingSpace>
        <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
        <d2p1:Lot>sample string 5</d2p1:Lot>
        <d2p1:LotSize>1</d2p1:LotSize>
        <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
        <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
        <d2p1:MortgageDealID>1</d2p1:MortgageDealID>
        <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
        <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
        <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
        <d2p1:OriginalValue>1</d2p1:OriginalValue>
        <d2p1:PropertyID>1</d2p1:PropertyID>
        <d2p1:PropertyMortgage>
          <d2p1:ClosingDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ClosingDate>
          <d2p1:ExistingMortgages>
            <d2p1:ExistingMortgageModel>
              <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIRef>sample string 3</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
              <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
              <d2p1:strRateType>sample string 9</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 10</d2p1:strTermType>
            </d2p1:ExistingMortgageModel>
            <d2p1:ExistingMortgageModel>
              <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIRef>sample string 3</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
              <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
              <d2p1:strRateType>sample string 9</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 10</d2p1:strTermType>
            </d2p1:ExistingMortgageModel>
          </d2p1:ExistingMortgages>
          <d2p1:FinancingWaiverDate>2025-04-11T07:27:54.5983875-04:00</d2p1:FinancingWaiverDate>
          <d2p1:ImprovementValues>1</d2p1:ImprovementValues>
          <d2p1:Improvements>sample string 4</d2p1:Improvements>
          <d2p1:ImprovementsFlag>true</d2p1:ImprovementsFlag>
          <d2p1:PropertyID>2</d2p1:PropertyID>
          <d2p1:PropertyMortgageID>1</d2p1:PropertyMortgageID>
          <d2p1:Purpose>sample string 3</d2p1:Purpose>
          <d2p1:RequestedMortgages>
            <d2p1:RequestedMortgageModel>
              <d2p1:AcceptedDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptedDate>
              <d2p1:AcceptedFxLinkResponseID>1</d2p1:AcceptedFxLinkResponseID>
              <d2p1:AdditionalInfo>sample string 6</d2p1:AdditionalInfo>
              <d2p1:AmortizationInMonth>1</d2p1:AmortizationInMonth>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:BuyDownRate>1</d2p1:BuyDownRate>
              <d2p1:CashBackAmount>1</d2p1:CashBackAmount>
              <d2p1:CashBackOverrideFlag>true</d2p1:CashBackOverrideFlag>
              <d2p1:CashBackPercentage>1</d2p1:CashBackPercentage>
              <d2p1:ClassificationCommercialFlag>true</d2p1:ClassificationCommercialFlag>
              <d2p1:ClassificationConstructionFlag>true</d2p1:ClassificationConstructionFlag>
              <d2p1:ClassificationHELOCFlag>true</d2p1:ClassificationHELOCFlag>
              <d2p1:ClassificationReverseFlag>true</d2p1:ClassificationReverseFlag>
              <d2p1:ClassificationSubPrimeFlag>true</d2p1:ClassificationSubPrimeFlag>
              <d2p1:DiscountRate>1</d2p1:DiscountRate>
              <d2p1:Fees>
                <d2p1:APR>1</d2p1:APR>
                <d2p1:FeeItems>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                </d2p1:FeeItems>
                <d2p1:NetAdvanceOfFunds>1</d2p1:NetAdvanceOfFunds>
                <d2p1:PrincipalAmount>1</d2p1:PrincipalAmount>
                <d2p1:TotalDeductibleFees>1</d2p1:TotalDeductibleFees>
              </d2p1:Fees>
              <d2p1:FirstPaymentDate>2025-04-11T07:27:54.5983875-04:00</d2p1:FirstPaymentDate>
              <d2p1:FirstPaymentDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:FirstPaymentDateValue>
              <d2p1:IADDate>2025-04-11T07:27:54.5983875-04:00</d2p1:IADDate>
              <d2p1:IADDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:IADDateValue>
              <d2p1:IADValue>1</d2p1:IADValue>
              <d2p1:InterestCompoundTypeDD>1</d2p1:InterestCompoundTypeDD>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:InterestRate>1</d2p1:InterestRate>
              <d2p1:LOCRepaymentTypeDD>1</d2p1:LOCRepaymentTypeDD>
              <d2p1:LTV>1</d2p1:LTV>
              <d2p1:LenderSubmissions>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
              </d2p1:LenderSubmissions>
              <d2p1:LineOfBusinessDD>1</d2p1:LineOfBusinessDD>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIIncludedFlag>true</d2p1:MIIncludedFlag>
              <d2p1:MIPremiumAmount>1</d2p1:MIPremiumAmount>
              <d2p1:MIPremiumRate>1</d2p1:MIPremiumRate>
              <d2p1:MIPremiumRateOverrideFlag>true</d2p1:MIPremiumRateOverrideFlag>
              <d2p1:MIRef>sample string 4</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MaturityDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:MaturityDateValue>
              <d2p1:MortgageApplicantAssigned xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:long>1</d8p1:long>
                <d8p1:long>2</d8p1:long>
              </d2p1:MortgageApplicantAssigned>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurancePayorDD>1</d2p1:MortgageInsurancePayorDD>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 7</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageStatusDD>1</d2p1:MortgageStatusDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OtherLenderName>sample string 8</d2p1:OtherLenderName>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PremiumRate>1</d2p1:PremiumRate>
              <d2p1:ProgressAdvanceFlag>true</d2p1:ProgressAdvanceFlag>
              <d2p1:PropertyMortgageID>5</d2p1:PropertyMortgageID>
              <d2p1:QDAmortizationInMonth>1</d2p1:QDAmortizationInMonth>
              <d2p1:QDInterestCompoundTypeDD>1</d2p1:QDInterestCompoundTypeDD>
              <d2p1:QDInterestOnlyFlag>true</d2p1:QDInterestOnlyFlag>
              <d2p1:QDInterestRate>1</d2p1:QDInterestRate>
              <d2p1:QualifyingGDS>1</d2p1:QualifyingGDS>
              <d2p1:QualifyingTDS>1</d2p1:QualifyingTDS>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:RequestedMortgageAmount>1</d2p1:RequestedMortgageAmount>
              <d2p1:ScarlettLenderID>1</d2p1:ScarlettLenderID>
              <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
              <d2p1:TermInMonth>1</d2p1:TermInMonth>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:TotalLoanAmount>1</d2p1:TotalLoanAmount>
              <d2p1:VariableToPrime>sample string 3</d2p1:VariableToPrime>
              <d2p1:strInterestCompoundType>sample string 17</d2p1:strInterestCompoundType>
              <d2p1:strLOCRepaymentType>sample string 21</d2p1:strLOCRepaymentType>
              <d2p1:strLineOfBusiness>sample string 16</d2p1:strLineOfBusiness>
              <d2p1:strLoanType>sample string 14</d2p1:strLoanType>
              <d2p1:strMortgageInsurancePayor>sample string 15</d2p1:strMortgageInsurancePayor>
              <d2p1:strMortgageInsurer>sample string 20</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 13</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageStatus>sample string 19</d2p1:strMortgageStatus>
              <d2p1:strMortgageType>sample string 9</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 10</d2p1:strPaymentFrequency>
              <d2p1:strQDInterestCompoundType>sample string 18</d2p1:strQDInterestCompoundType>
              <d2p1:strRateType>sample string 11</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 22</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 12</d2p1:strTermType>
            </d2p1:RequestedMortgageModel>
            <d2p1:RequestedMortgageModel>
              <d2p1:AcceptedDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptedDate>
              <d2p1:AcceptedFxLinkResponseID>1</d2p1:AcceptedFxLinkResponseID>
              <d2p1:AdditionalInfo>sample string 6</d2p1:AdditionalInfo>
              <d2p1:AmortizationInMonth>1</d2p1:AmortizationInMonth>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:BuyDownRate>1</d2p1:BuyDownRate>
              <d2p1:CashBackAmount>1</d2p1:CashBackAmount>
              <d2p1:CashBackOverrideFlag>true</d2p1:CashBackOverrideFlag>
              <d2p1:CashBackPercentage>1</d2p1:CashBackPercentage>
              <d2p1:ClassificationCommercialFlag>true</d2p1:ClassificationCommercialFlag>
              <d2p1:ClassificationConstructionFlag>true</d2p1:ClassificationConstructionFlag>
              <d2p1:ClassificationHELOCFlag>true</d2p1:ClassificationHELOCFlag>
              <d2p1:ClassificationReverseFlag>true</d2p1:ClassificationReverseFlag>
              <d2p1:ClassificationSubPrimeFlag>true</d2p1:ClassificationSubPrimeFlag>
              <d2p1:DiscountRate>1</d2p1:DiscountRate>
              <d2p1:Fees>
                <d2p1:APR>1</d2p1:APR>
                <d2p1:FeeItems>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                </d2p1:FeeItems>
                <d2p1:NetAdvanceOfFunds>1</d2p1:NetAdvanceOfFunds>
                <d2p1:PrincipalAmount>1</d2p1:PrincipalAmount>
                <d2p1:TotalDeductibleFees>1</d2p1:TotalDeductibleFees>
              </d2p1:Fees>
              <d2p1:FirstPaymentDate>2025-04-11T07:27:54.5983875-04:00</d2p1:FirstPaymentDate>
              <d2p1:FirstPaymentDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:FirstPaymentDateValue>
              <d2p1:IADDate>2025-04-11T07:27:54.5983875-04:00</d2p1:IADDate>
              <d2p1:IADDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:IADDateValue>
              <d2p1:IADValue>1</d2p1:IADValue>
              <d2p1:InterestCompoundTypeDD>1</d2p1:InterestCompoundTypeDD>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:InterestRate>1</d2p1:InterestRate>
              <d2p1:LOCRepaymentTypeDD>1</d2p1:LOCRepaymentTypeDD>
              <d2p1:LTV>1</d2p1:LTV>
              <d2p1:LenderSubmissions>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
              </d2p1:LenderSubmissions>
              <d2p1:LineOfBusinessDD>1</d2p1:LineOfBusinessDD>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIIncludedFlag>true</d2p1:MIIncludedFlag>
              <d2p1:MIPremiumAmount>1</d2p1:MIPremiumAmount>
              <d2p1:MIPremiumRate>1</d2p1:MIPremiumRate>
              <d2p1:MIPremiumRateOverrideFlag>true</d2p1:MIPremiumRateOverrideFlag>
              <d2p1:MIRef>sample string 4</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MaturityDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:MaturityDateValue>
              <d2p1:MortgageApplicantAssigned xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:long>1</d8p1:long>
                <d8p1:long>2</d8p1:long>
              </d2p1:MortgageApplicantAssigned>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurancePayorDD>1</d2p1:MortgageInsurancePayorDD>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 7</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageStatusDD>1</d2p1:MortgageStatusDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OtherLenderName>sample string 8</d2p1:OtherLenderName>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PremiumRate>1</d2p1:PremiumRate>
              <d2p1:ProgressAdvanceFlag>true</d2p1:ProgressAdvanceFlag>
              <d2p1:PropertyMortgageID>5</d2p1:PropertyMortgageID>
              <d2p1:QDAmortizationInMonth>1</d2p1:QDAmortizationInMonth>
              <d2p1:QDInterestCompoundTypeDD>1</d2p1:QDInterestCompoundTypeDD>
              <d2p1:QDInterestOnlyFlag>true</d2p1:QDInterestOnlyFlag>
              <d2p1:QDInterestRate>1</d2p1:QDInterestRate>
              <d2p1:QualifyingGDS>1</d2p1:QualifyingGDS>
              <d2p1:QualifyingTDS>1</d2p1:QualifyingTDS>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:RequestedMortgageAmount>1</d2p1:RequestedMortgageAmount>
              <d2p1:ScarlettLenderID>1</d2p1:ScarlettLenderID>
              <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
              <d2p1:TermInMonth>1</d2p1:TermInMonth>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:TotalLoanAmount>1</d2p1:TotalLoanAmount>
              <d2p1:VariableToPrime>sample string 3</d2p1:VariableToPrime>
              <d2p1:strInterestCompoundType>sample string 17</d2p1:strInterestCompoundType>
              <d2p1:strLOCRepaymentType>sample string 21</d2p1:strLOCRepaymentType>
              <d2p1:strLineOfBusiness>sample string 16</d2p1:strLineOfBusiness>
              <d2p1:strLoanType>sample string 14</d2p1:strLoanType>
              <d2p1:strMortgageInsurancePayor>sample string 15</d2p1:strMortgageInsurancePayor>
              <d2p1:strMortgageInsurer>sample string 20</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 13</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageStatus>sample string 19</d2p1:strMortgageStatus>
              <d2p1:strMortgageType>sample string 9</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 10</d2p1:strPaymentFrequency>
              <d2p1:strQDInterestCompoundType>sample string 18</d2p1:strQDInterestCompoundType>
              <d2p1:strRateType>sample string 11</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 22</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 12</d2p1:strTermType>
            </d2p1:RequestedMortgageModel>
          </d2p1:RequestedMortgages>
        </d2p1:PropertyMortgage>
        <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
        <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
        <d2p1:PropertyUsageTypeDD>1</d2p1:PropertyUsageTypeDD>
        <d2p1:PropertyValue>1</d2p1:PropertyValue>
        <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
        <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
        <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
        <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
        <d2p1:RentalIncome>1</d2p1:RentalIncome>
        <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
        <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
        <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
        <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
        <d2p1:TaxYear>1</d2p1:TaxYear>
        <d2p1:Township>sample string 7</d2p1:Township>
        <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
        <d2p1:ZoningTypeDD>1</d2p1:ZoningTypeDD>
        <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
        <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
        <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
        <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
        <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
        <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
        <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
        <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
        <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
        <d2p1:strPropertySearchStatus>sample string 23</d2p1:strPropertySearchStatus>
        <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
        <d2p1:strPropertyValue>sample string 22</d2p1:strPropertyValue>
        <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
        <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
        <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
        <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
      </d2p1:SubjectProperty>
      <d2p1:Tags xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:Tags>
    </d2p1:UniversalDealModel>
    <d2p1:UniversalDealModel>
      <d2p1:Activities>
        <d2p1:DealActivityModel>
          <d2p1:ActivityID>1</d2p1:ActivityID>
          <d2p1:DueDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DueDate>
          <d2p1:DueDateValue>
            <d2p1:Day>1</d2p1:Day>
            <d2p1:DayOfYear>5</d2p1:DayOfYear>
            <d2p1:Month>3</d2p1:Month>
            <d2p1:Timestamp>6.1</d2p1:Timestamp>
            <d2p1:WeekDay>4</d2p1:WeekDay>
            <d2p1:Year>2</d2p1:Year>
          </d2p1:DueDateValue>
          <d2p1:OwnerID>1</d2p1:OwnerID>
          <d2p1:StatusDD>3</d2p1:StatusDD>
          <d2p1:Subject>sample string 5</d2p1:Subject>
          <d2p1:TypeDD>4</d2p1:TypeDD>
          <d2p1:strOwner>sample string 2</d2p1:strOwner>
        </d2p1:DealActivityModel>
        <d2p1:DealActivityModel>
          <d2p1:ActivityID>1</d2p1:ActivityID>
          <d2p1:DueDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DueDate>
          <d2p1:DueDateValue>
            <d2p1:Day>1</d2p1:Day>
            <d2p1:DayOfYear>5</d2p1:DayOfYear>
            <d2p1:Month>3</d2p1:Month>
            <d2p1:Timestamp>6.1</d2p1:Timestamp>
            <d2p1:WeekDay>4</d2p1:WeekDay>
            <d2p1:Year>2</d2p1:Year>
          </d2p1:DueDateValue>
          <d2p1:OwnerID>1</d2p1:OwnerID>
          <d2p1:StatusDD>3</d2p1:StatusDD>
          <d2p1:Subject>sample string 5</d2p1:Subject>
          <d2p1:TypeDD>4</d2p1:TypeDD>
          <d2p1:strOwner>sample string 2</d2p1:strOwner>
        </d2p1:DealActivityModel>
      </d2p1:Activities>
      <d2p1:ApplicantGroups>
        <d2p1:ApplicantGroupModel>
          <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
          <d2p1:ApplicantGroupTypeDD>2</d2p1:ApplicantGroupTypeDD>
          <d2p1:Applicants>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
          </d2p1:Applicants>
          <d2p1:ApplicantsHasSameAddressFlag>true</d2p1:ApplicantsHasSameAddressFlag>
          <d2p1:MailingAddress>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:City>sample string 5</d2p1:City>
            <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
            <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
            <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
            <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
            <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
            <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
            <d2p1:StreetName>sample string 4</d2p1:StreetName>
            <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
            <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
            <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
            <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
            <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
            <d2p1:strProvince>sample string 11</d2p1:strProvince>
            <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
            <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
          </d2p1:MailingAddress>
          <d2p1:MailingAddressTypeDD>1</d2p1:MailingAddressTypeDD>
          <d2p1:NetWorth>1</d2p1:NetWorth>
          <d2p1:OtherIncomes>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
          </d2p1:OtherIncomes>
          <d2p1:RentalExpenses>1</d2p1:RentalExpenses>
          <d2p1:RentalIncome>1</d2p1:RentalIncome>
          <d2p1:TotalAssets>1</d2p1:TotalAssets>
          <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
          <d2p1:TotalIncome>1</d2p1:TotalIncome>
          <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
          <d2p1:TotalMortgageMonthlyPayments>1</d2p1:TotalMortgageMonthlyPayments>
          <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
          <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
          <d2p1:strApplicantGroupType>sample string 4</d2p1:strApplicantGroupType>
        </d2p1:ApplicantGroupModel>
        <d2p1:ApplicantGroupModel>
          <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
          <d2p1:ApplicantGroupTypeDD>2</d2p1:ApplicantGroupTypeDD>
          <d2p1:Applicants>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
            <d2p1:ApplicantModel>
              <d2p1:Addresses>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
                <d2p1:ApplicantAddressModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>3</d2p1:AddressID>
                  <d2p1:AddressStatusDD>1</d2p1:AddressStatusDD>
                  <d2p1:ApplicantAddressID>1</d2p1:ApplicantAddressID>
                  <d2p1:ApplicantAddressTypeDD>1</d2p1:ApplicantAddressTypeDD>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:MonthsAtAddress>1</d2p1:MonthsAtAddress>
                  <d2p1:RentPayment>1</d2p1:RentPayment>
                  <d2p1:strAddressStatus>sample string 5</d2p1:strAddressStatus>
                  <d2p1:strApplicantAddressType>sample string 4</d2p1:strApplicantAddressType>
                </d2p1:ApplicantAddressModel>
              </d2p1:Addresses>
              <d2p1:ApplicantID>1</d2p1:ApplicantID>
              <d2p1:Assets>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
                <d2p1:AssetModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AssetDescription>sample string 2</d2p1:AssetDescription>
                  <d2p1:AssetID>1</d2p1:AssetID>
                  <d2p1:AssetTypeDD>1</d2p1:AssetTypeDD>
                  <d2p1:AssetValue>1</d2p1:AssetValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:strAssetType>sample string 3</d2p1:strAssetType>
                </d2p1:AssetModel>
              </d2p1:Assets>
              <d2p1:CCEmail>true</d2p1:CCEmail>
              <d2p1:CCEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCEmailDate>
              <d2p1:CCPhone>true</d2p1:CCPhone>
              <d2p1:CCPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CCPhoneDate>
              <d2p1:CellPhone>sample string 12</d2p1:CellPhone>
              <d2p1:CitizenshipTypeDD>1</d2p1:CitizenshipTypeDD>
              <d2p1:ClientNumber>sample string 8</d2p1:ClientNumber>
              <d2p1:CreditScore>1</d2p1:CreditScore>
              <d2p1:DateOfBirth>2025-04-11T07:27:54.5983875-04:00</d2p1:DateOfBirth>
              <d2p1:DateOfBirthValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:DateOfBirthValue>
              <d2p1:Dependents>sample string 7</d2p1:Dependents>
              <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
              <d2p1:EmploymentHistories>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
                <d2p1:EmploymentHistoryModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>5</d2p1:AddressID>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:CompanyType>sample string 7</d2p1:CompanyType>
                  <d2p1:EmailAddress>sample string 6</d2p1:EmailAddress>
                  <d2p1:EmployerName>sample string 3</d2p1:EmployerName>
                  <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                  <d2p1:EmploymentHistoryStatusDD>1</d2p1:EmploymentHistoryStatusDD>
                  <d2p1:EmploymentHistoryTypeDD>1</d2p1:EmploymentHistoryTypeDD>
                  <d2p1:FAX>sample string 10</d2p1:FAX>
                  <d2p1:GrossRevenue>1</d2p1:GrossRevenue>
                  <d2p1:Income>
                    <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
                    <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
                    <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
                    <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
                    <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
                    <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
                    <d2p1:IncomeID>1</d2p1:IncomeID>
                    <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
                    <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
                    <d2p1:PropertyID>1</d2p1:PropertyID>
                    <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
                    <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
                    <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
                  </d2p1:Income>
                  <d2p1:IncomeID>1</d2p1:IncomeID>
                  <d2p1:IndustrySectorDD>1</d2p1:IndustrySectorDD>
                  <d2p1:JobTitle>sample string 4</d2p1:JobTitle>
                  <d2p1:MonthsAtJob>1</d2p1:MonthsAtJob>
                  <d2p1:MonthsInInd>1</d2p1:MonthsInInd>
                  <d2p1:MonthsOfService>1</d2p1:MonthsOfService>
                  <d2p1:OccupationDD>1</d2p1:OccupationDD>
                  <d2p1:OperatingAsDD>1</d2p1:OperatingAsDD>
                  <d2p1:Phone>sample string 8</d2p1:Phone>
                  <d2p1:PhoneExt>sample string 9</d2p1:PhoneExt>
                  <d2p1:SelfEmployedFlag>true</d2p1:SelfEmployedFlag>
                  <d2p1:strEmploymentHistoryStatus>sample string 11</d2p1:strEmploymentHistoryStatus>
                  <d2p1:strEmploymentHistoryType>sample string 12</d2p1:strEmploymentHistoryType>
                  <d2p1:strIndustrySector>sample string 13</d2p1:strIndustrySector>
                  <d2p1:strOccupation>sample string 14</d2p1:strOccupation>
                  <d2p1:strOperatingAs>sample string 15</d2p1:strOperatingAs>
                </d2p1:EmploymentHistoryModel>
              </d2p1:EmploymentHistories>
              <d2p1:ExistingClientFlag>true</d2p1:ExistingClientFlag>
              <d2p1:FAX>sample string 13</d2p1:FAX>
              <d2p1:FirstName>sample string 2</d2p1:FirstName>
              <d2p1:FirstTimeBuyerFlag>true</d2p1:FirstTimeBuyerFlag>
              <d2p1:HomePhone>sample string 14</d2p1:HomePhone>
              <d2p1:Identifications>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
                <d2p1:IdentificationModel>
                  <d2p1:ApplicantID>2</d2p1:ApplicantID>
                  <d2p1:Country>sample string 3</d2p1:Country>
                  <d2p1:IdentificationID>1</d2p1:IdentificationID>
                  <d2p1:IdentificationNumber>sample string 4</d2p1:IdentificationNumber>
                  <d2p1:IdentificationTypeDD>1</d2p1:IdentificationTypeDD>
                  <d2p1:strIdentificationType>sample string 5</d2p1:strIdentificationType>
                </d2p1:IdentificationModel>
              </d2p1:Identifications>
              <d2p1:LanguagePreferenceDD>1</d2p1:LanguagePreferenceDD>
              <d2p1:LastName>sample string 3</d2p1:LastName>
              <d2p1:Liabilities>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
                <d2p1:LiabilityModel>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:Balance>1</d2p1:Balance>
                  <d2p1:CBFlag>true</d2p1:CBFlag>
                  <d2p1:CreditReportRequestDetailID>1</d2p1:CreditReportRequestDetailID>
                  <d2p1:Description>sample string 2</d2p1:Description>
                  <d2p1:LiabilityID>1</d2p1:LiabilityID>
                  <d2p1:LiabilityPayOffTypeDD>1</d2p1:LiabilityPayOffTypeDD>
                  <d2p1:LiabilityTypeDD>1</d2p1:LiabilityTypeDD>
                  <d2p1:Limit>1</d2p1:Limit>
                  <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                  <d2p1:MaturityDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:MaturityDateValue>
                  <d2p1:MortgageID>1</d2p1:MortgageID>
                  <d2p1:OvrFlag>true</d2p1:OvrFlag>
                  <d2p1:Payment>1</d2p1:Payment>
                  <d2p1:strLiabilityPayOffType>sample string 4</d2p1:strLiabilityPayOffType>
                  <d2p1:strLiabilityType>sample string 3</d2p1:strLiabilityType>
                </d2p1:LiabilityModel>
              </d2p1:Liabilities>
              <d2p1:MaritalStatusDD>1</d2p1:MaritalStatusDD>
              <d2p1:MiddleInitial>sample string 4</d2p1:MiddleInitial>
              <d2p1:NetWorth>1</d2p1:NetWorth>
              <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
              <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
              <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
              <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
              <d2p1:OtherProperties>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
                <d2p1:OtherPropertyModel>
                  <d2p1:Address>
                    <d2p1:AddressID>1</d2p1:AddressID>
                    <d2p1:City>sample string 5</d2p1:City>
                    <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                    <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                    <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                    <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                    <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                    <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                    <d2p1:StreetName>sample string 4</d2p1:StreetName>
                    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                    <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                    <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                    <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                    <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                    <d2p1:strProvince>sample string 11</d2p1:strProvince>
                    <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                    <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
                  </d2p1:Address>
                  <d2p1:AddressID>2</d2p1:AddressID>
                  <d2p1:Age>1</d2p1:Age>
                  <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
                  <d2p1:ApplicantID>1</d2p1:ApplicantID>
                  <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
                  <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
                  <d2p1:Block>sample string 6</d2p1:Block>
                  <d2p1:CondoFees>1</d2p1:CondoFees>
                  <d2p1:DownPayment>1</d2p1:DownPayment>
                  <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
                  <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
                  <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
                  <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
                  <d2p1:ExpHydro>1</d2p1:ExpHydro>
                  <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
                  <d2p1:ExpInterest>1</d2p1:ExpInterest>
                  <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
                  <d2p1:ExpOther>1</d2p1:ExpOther>
                  <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
                  <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
                  <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
                  <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
                  <d2p1:Heating>1</d2p1:Heating>
                  <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
                  <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
                  <d2p1:LivingSpace>1</d2p1:LivingSpace>
                  <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
                  <d2p1:Lot>sample string 5</d2p1:Lot>
                  <d2p1:LotSize>1</d2p1:LotSize>
                  <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
                  <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
                  <d2p1:Mortgages>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                    <d2p1:ExistingMortgageModel>
                      <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
                      <d2p1:Balance>1</d2p1:Balance>
                      <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
                      <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
                      <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
                      <d2p1:MIFlag>true</d2p1:MIFlag>
                      <d2p1:MIRef>sample string 3</d2p1:MIRef>
                      <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
                      <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
                      <d2p1:MortgageID>1</d2p1:MortgageID>
                      <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
                      <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
                      <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
                      <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                      <d2p1:NetRate>1</d2p1:NetRate>
                      <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
                      <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
                      <d2p1:Payment>1</d2p1:Payment>
                      <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
                      <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
                      <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
                      <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
                      <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
                      <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
                      <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
                      <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
                      <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
                      <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
                      <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
                      <d2p1:strRateType>sample string 9</d2p1:strRateType>
                      <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
                      <d2p1:strTermType>sample string 10</d2p1:strTermType>
                    </d2p1:ExistingMortgageModel>
                  </d2p1:Mortgages>
                  <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
                  <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
                  <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
                  <d2p1:OriginalValue>1</d2p1:OriginalValue>
                  <d2p1:PropertyID>1</d2p1:PropertyID>
                  <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
                  <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
                  <d2p1:PropertyValue>1</d2p1:PropertyValue>
                  <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
                  <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
                  <d2p1:PurchaseDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:PurchaseDateValue>
                  <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
                  <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
                  <d2p1:RentalIncome>1</d2p1:RentalIncome>
                  <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
                  <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
                  <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
                  <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                  <d2p1:Township>sample string 7</d2p1:Township>
                  <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
                  <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
                  <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
                  <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
                  <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
                  <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
                  <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
                  <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
                  <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
                  <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
                  <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
                  <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
                  <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
                  <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
                  <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
                </d2p1:OtherPropertyModel>
              </d2p1:OtherProperties>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:PrimaryFlag>true</d2p1:PrimaryFlag>
              <d2p1:RelationshipDD>1</d2p1:RelationshipDD>
              <d2p1:SIN>sample string 5</d2p1:SIN>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:SourceApplicantID>1</d2p1:SourceApplicantID>
              <d2p1:SuffixDD>1</d2p1:SuffixDD>
              <d2p1:TotalAssets>1</d2p1:TotalAssets>
              <d2p1:TotalCurrentIncome>1</d2p1:TotalCurrentIncome>
              <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
              <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
              <d2p1:TotalMortgagePayments>1</d2p1:TotalMortgagePayments>
              <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
              <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
              <d2p1:TotalRentalExpenses>1</d2p1:TotalRentalExpenses>
              <d2p1:TotalRentalIncome>1</d2p1:TotalRentalIncome>
              <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
              <d2p1:WorkPhoneExt>sample string 11</d2p1:WorkPhoneExt>
              <d2p1:strCitizenshipType>sample string 20</d2p1:strCitizenshipType>
              <d2p1:strMaritalStatus>sample string 17</d2p1:strMaritalStatus>
              <d2p1:strPreferredContactMethod>sample string 18</d2p1:strPreferredContactMethod>
              <d2p1:strRelationship>sample string 19</d2p1:strRelationship>
              <d2p1:strSalutation>sample string 15</d2p1:strSalutation>
              <d2p1:strSuffix>sample string 16</d2p1:strSuffix>
            </d2p1:ApplicantModel>
          </d2p1:Applicants>
          <d2p1:ApplicantsHasSameAddressFlag>true</d2p1:ApplicantsHasSameAddressFlag>
          <d2p1:MailingAddress>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:City>sample string 5</d2p1:City>
            <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
            <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
            <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
            <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
            <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
            <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
            <d2p1:StreetName>sample string 4</d2p1:StreetName>
            <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
            <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
            <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
            <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
            <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
            <d2p1:strProvince>sample string 11</d2p1:strProvince>
            <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
            <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
          </d2p1:MailingAddress>
          <d2p1:MailingAddressTypeDD>1</d2p1:MailingAddressTypeDD>
          <d2p1:NetWorth>1</d2p1:NetWorth>
          <d2p1:OtherIncomes>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
            <d2p1:IncomeModel>
              <d2p1:AnnualIncomeAmount>3</d2p1:AnnualIncomeAmount>
              <d2p1:ApplicantGroupID>1</d2p1:ApplicantGroupID>
              <d2p1:EmploymentHistoryID>1</d2p1:EmploymentHistoryID>
              <d2p1:EndDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EndDate>
              <d2p1:IncomeAmount>2</d2p1:IncomeAmount>
              <d2p1:IncomeDescription>sample string 4</d2p1:IncomeDescription>
              <d2p1:IncomeID>1</d2p1:IncomeID>
              <d2p1:IncomePeriodDD>1</d2p1:IncomePeriodDD>
              <d2p1:IncomeTypeDD>1</d2p1:IncomeTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:StartDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StartDate>
              <d2p1:strIncomePeriod>sample string 6</d2p1:strIncomePeriod>
              <d2p1:strIncomeType>sample string 5</d2p1:strIncomeType>
            </d2p1:IncomeModel>
          </d2p1:OtherIncomes>
          <d2p1:RentalExpenses>1</d2p1:RentalExpenses>
          <d2p1:RentalIncome>1</d2p1:RentalIncome>
          <d2p1:TotalAssets>1</d2p1:TotalAssets>
          <d2p1:TotalExpenses>1</d2p1:TotalExpenses>
          <d2p1:TotalIncome>1</d2p1:TotalIncome>
          <d2p1:TotalLiabilities>1</d2p1:TotalLiabilities>
          <d2p1:TotalMortgageMonthlyPayments>1</d2p1:TotalMortgageMonthlyPayments>
          <d2p1:TotalMortgages>1</d2p1:TotalMortgages>
          <d2p1:TotalPropertyValue>1</d2p1:TotalPropertyValue>
          <d2p1:strApplicantGroupType>sample string 4</d2p1:strApplicantGroupType>
        </d2p1:ApplicantGroupModel>
      </d2p1:ApplicantGroups>
      <d2p1:Commissions xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.MongoDB">
        <d4p1:CommissionMortgagesLst>
          <d4p1:MortgageCache_CommissionMortgageModel>
            <d4p1:CommissionRecordID>2</d4p1:CommissionRecordID>
            <d4p1:MortgageCommissionsData>
              <d4p1:AutomatedCommissionFeeTypeIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </d4p1:AutomatedCommissionFeeTypeIds>
              <d4p1:CommissionDetails>
                <d4p1:DeductFeesOrderDD>1</d4p1:DeductFeesOrderDD>
                <d4p1:IsDeductFeesBefore>true</d4p1:IsDeductFeesBefore>
                <d4p1:SplitsList>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                </d4p1:SplitsList>
              </d4p1:CommissionDetails>
              <d4p1:CommissionRecordID>1</d4p1:CommissionRecordID>
              <d4p1:DeductionsLst>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
              </d4p1:DeductionsLst>
              <d4p1:MortgageFeesLst>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
              </d4p1:MortgageFeesLst>
              <d4p1:Notes>sample string 2</d4p1:Notes>
            </d4p1:MortgageCommissionsData>
            <d4p1:MortgageID>1</d4p1:MortgageID>
          </d4p1:MortgageCache_CommissionMortgageModel>
          <d4p1:MortgageCache_CommissionMortgageModel>
            <d4p1:CommissionRecordID>2</d4p1:CommissionRecordID>
            <d4p1:MortgageCommissionsData>
              <d4p1:AutomatedCommissionFeeTypeIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </d4p1:AutomatedCommissionFeeTypeIds>
              <d4p1:CommissionDetails>
                <d4p1:DeductFeesOrderDD>1</d4p1:DeductFeesOrderDD>
                <d4p1:IsDeductFeesBefore>true</d4p1:IsDeductFeesBefore>
                <d4p1:SplitsList>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                  <d4p1:MortgageCache_CommissionSplitModel>
                    <d4p1:CoAgentUserProfileID>1</d4p1:CoAgentUserProfileID>
                    <d4p1:CommissionDetailId>1</d4p1:CommissionDetailId>
                    <d4p1:Fees>1</d4p1:Fees>
                    <d4p1:IsPrimaryContact>true</d4p1:IsPrimaryContact>
                    <d4p1:Level1Split>1</d4p1:Level1Split>
                    <d4p1:Level2Split>1</d4p1:Level2Split>
                    <d4p1:NetFees>1</d4p1:NetFees>
                    <d4p1:PayeeAgentOnDealFlag>true</d4p1:PayeeAgentOnDealFlag>
                    <d4p1:PayeeCoAgentFlag>true</d4p1:PayeeCoAgentFlag>
                    <d4p1:PayeeFirmFlag>true</d4p1:PayeeFirmFlag>
                    <d4p1:PayeeName>sample string 3</d4p1:PayeeName>
                    <d4p1:SplitDescription>sample string 2</d4p1:SplitDescription>
                  </d4p1:MortgageCache_CommissionSplitModel>
                </d4p1:SplitsList>
              </d4p1:CommissionDetails>
              <d4p1:CommissionRecordID>1</d4p1:CommissionRecordID>
              <d4p1:DeductionsLst>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                <d4p1:MortgageCache_CommissionDeductionsDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:DeductionID>1</d4p1:DeductionID>
                  <d4p1:DeductionTypeDD>2</d4p1:DeductionTypeDD>
                  <d4p1:DeductionTypeStr>sample string 3</d4p1:DeductionTypeStr>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:OtherDeductionName>sample string 4</d4p1:OtherDeductionName>
                </d4p1:MortgageCache_CommissionDeductionsDisplayModel>
              </d4p1:DeductionsLst>
              <d4p1:MortgageFeesLst>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
                <d4p1:MortgageCache_CommissionFeesDisplayModel>
                  <d4p1:Amount>1</d4p1:Amount>
                  <d4p1:BasisPoints>1</d4p1:BasisPoints>
                  <d4p1:CommissionFeeID>2</d4p1:CommissionFeeID>
                  <d4p1:CommissionFeeTypeDD>3</d4p1:CommissionFeeTypeDD>
                  <d4p1:Description>sample string 4</d4p1:Description>
                  <d4p1:FundsReceived>2025-04-11T07:27:54.5983875-04:00</d4p1:FundsReceived>
                  <d4p1:IsExcludedCommissionFeeType>true</d4p1:IsExcludedCommissionFeeType>
                  <d4p1:MortgageApplicationID>1</d4p1:MortgageApplicationID>
                  <d4p1:OtherFeeName>sample string 5</d4p1:OtherFeeName>
                </d4p1:MortgageCache_CommissionFeesDisplayModel>
              </d4p1:MortgageFeesLst>
              <d4p1:Notes>sample string 2</d4p1:Notes>
            </d4p1:MortgageCommissionsData>
            <d4p1:MortgageID>1</d4p1:MortgageID>
          </d4p1:MortgageCache_CommissionMortgageModel>
        </d4p1:CommissionMortgagesLst>
      </d2p1:Commissions>
      <d2p1:DealNotes>
        <d2p1:DealNoteModel>
          <d2p1:DealNotesCategoryDD>2</d2p1:DealNotesCategoryDD>
          <d2p1:EntryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EntryDate>
          <d2p1:NoteID>1</d2p1:NoteID>
          <d2p1:Text>sample string 4</d2p1:Text>
          <d2p1:strDealNotesCategory>sample string 5</d2p1:strDealNotesCategory>
        </d2p1:DealNoteModel>
        <d2p1:DealNoteModel>
          <d2p1:DealNotesCategoryDD>2</d2p1:DealNotesCategoryDD>
          <d2p1:EntryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:EntryDate>
          <d2p1:NoteID>1</d2p1:NoteID>
          <d2p1:Text>sample string 4</d2p1:Text>
          <d2p1:strDealNotesCategory>sample string 5</d2p1:strDealNotesCategory>
        </d2p1:DealNoteModel>
      </d2p1:DealNotes>
      <d2p1:MortgageApplication>
        <d2p1:AgentOnDeal>
          <d2p1:BranchID>3</d2p1:BranchID>
          <d2p1:BranchName>sample string 10</d2p1:BranchName>
          <d2p1:Contact>
            <d2p1:Address>
              <d2p1:AddressID>1</d2p1:AddressID>
              <d2p1:City>sample string 5</d2p1:City>
              <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
              <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
              <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
              <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
              <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
              <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
              <d2p1:StreetName>sample string 4</d2p1:StreetName>
              <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
              <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
              <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
              <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
              <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
              <d2p1:strProvince>sample string 11</d2p1:strProvince>
              <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
              <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
            </d2p1:Address>
            <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
            <d2p1:ContactName>
              <d2p1:FirstName>sample string 1</d2p1:FirstName>
              <d2p1:LastName>sample string 2</d2p1:LastName>
              <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
              <d2p1:SalutationDD>1</d2p1:SalutationDD>
              <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
            </d2p1:ContactName>
            <d2p1:ContactPhones>
              <d2p1:Phone>
                <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
              </d2p1:Phone>
              <d2p1:Phone>
                <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
              </d2p1:Phone>
            </d2p1:ContactPhones>
            <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
            <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
          </d2p1:Contact>
          <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
          <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
          <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
          <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
          <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
          <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
          <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
          <d2p1:UserProfileID>1</d2p1:UserProfileID>
        </d2p1:AgentOnDeal>
        <d2p1:ApplicantAccountID>1</d2p1:ApplicantAccountID>
        <d2p1:ApplicantSourceID>sample string 4</d2p1:ApplicantSourceID>
        <d2p1:ApplicationDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ApplicationDate>
        <d2p1:ApplicationSourceDD>1</d2p1:ApplicationSourceDD>
        <d2p1:FxLinkSubmissions>
          <d2p1:ExpertFxLinkSubmissionHisotryModel>
            <d2p1:SourceApplicationID>sample string 1</d2p1:SourceApplicationID>
            <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
          </d2p1:ExpertFxLinkSubmissionHisotryModel>
          <d2p1:ExpertFxLinkSubmissionHisotryModel>
            <d2p1:SourceApplicationID>sample string 1</d2p1:SourceApplicationID>
            <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
          </d2p1:ExpertFxLinkSubmissionHisotryModel>
        </d2p1:FxLinkSubmissions>
        <d2p1:LastUpdate>2025-04-11T07:27:54.5983875-04:00</d2p1:LastUpdate>
        <d2p1:LockFlag>true</d2p1:LockFlag>
        <d2p1:MPPRequestDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MPPRequestDate>
        <d2p1:MPPStatusDD>1</d2p1:MPPStatusDD>
        <d2p1:MortgageApplicationID>1</d2p1:MortgageApplicationID>
        <d2p1:MortgageApplicationLinkID>1</d2p1:MortgageApplicationLinkID>
        <d2p1:MortgageApplicationStatusDD>3</d2p1:MortgageApplicationStatusDD>
        <d2p1:MortgageDeal>
          <d2p1:ApplicationNumber>sample string 2</d2p1:ApplicationNumber>
          <d2p1:ApplicationTypeDD>5</d2p1:ApplicationTypeDD>
          <d2p1:CoAgent>
            <d2p1:BranchID>3</d2p1:BranchID>
            <d2p1:BranchName>sample string 10</d2p1:BranchName>
            <d2p1:Contact>
              <d2p1:Address>
                <d2p1:AddressID>1</d2p1:AddressID>
                <d2p1:City>sample string 5</d2p1:City>
                <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                <d2p1:StreetName>sample string 4</d2p1:StreetName>
                <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                <d2p1:strProvince>sample string 11</d2p1:strProvince>
                <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
              </d2p1:Address>
              <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
              <d2p1:ContactName>
                <d2p1:FirstName>sample string 1</d2p1:FirstName>
                <d2p1:LastName>sample string 2</d2p1:LastName>
                <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
                <d2p1:SalutationDD>1</d2p1:SalutationDD>
                <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
              </d2p1:ContactName>
              <d2p1:ContactPhones>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
              </d2p1:ContactPhones>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
            </d2p1:Contact>
            <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
            <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
            <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
            <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
            <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
            <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
            <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
            <d2p1:UserProfileID>1</d2p1:UserProfileID>
          </d2p1:CoAgent>
          <d2p1:CoAgentUserProfileID>1</d2p1:CoAgentUserProfileID>
          <d2p1:CombinedGDS>1</d2p1:CombinedGDS>
          <d2p1:CombinedLTV>1</d2p1:CombinedLTV>
          <d2p1:CombinedTDS>1</d2p1:CombinedTDS>
          <d2p1:DealOwner>
            <d2p1:BranchID>3</d2p1:BranchID>
            <d2p1:BranchName>sample string 10</d2p1:BranchName>
            <d2p1:Contact>
              <d2p1:Address>
                <d2p1:AddressID>1</d2p1:AddressID>
                <d2p1:City>sample string 5</d2p1:City>
                <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                <d2p1:StreetName>sample string 4</d2p1:StreetName>
                <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                <d2p1:strProvince>sample string 11</d2p1:strProvince>
                <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
              </d2p1:Address>
              <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
              <d2p1:ContactName>
                <d2p1:FirstName>sample string 1</d2p1:FirstName>
                <d2p1:LastName>sample string 2</d2p1:LastName>
                <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
                <d2p1:SalutationDD>1</d2p1:SalutationDD>
                <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
              </d2p1:ContactName>
              <d2p1:ContactPhones>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
              </d2p1:ContactPhones>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
            </d2p1:Contact>
            <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
            <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
            <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
            <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
            <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
            <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
            <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
            <d2p1:UserProfileID>1</d2p1:UserProfileID>
          </d2p1:DealOwner>
          <d2p1:DealPurposeDD>4</d2p1:DealPurposeDD>
          <d2p1:DownpaymentSources>
            <d2p1:DownPaymentSourceModel>
              <d2p1:Amount>1</d2p1:Amount>
              <d2p1:AssetID>1</d2p1:AssetID>
              <d2p1:Description>sample string 2</d2p1:Description>
              <d2p1:DownPaymentSourceID>1</d2p1:DownPaymentSourceID>
              <d2p1:DownPaymentSourceTypeDD>1</d2p1:DownPaymentSourceTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:strDownPaymentSourceType>sample string 3</d2p1:strDownPaymentSourceType>
            </d2p1:DownPaymentSourceModel>
            <d2p1:DownPaymentSourceModel>
              <d2p1:Amount>1</d2p1:Amount>
              <d2p1:AssetID>1</d2p1:AssetID>
              <d2p1:Description>sample string 2</d2p1:Description>
              <d2p1:DownPaymentSourceID>1</d2p1:DownPaymentSourceID>
              <d2p1:DownPaymentSourceTypeDD>1</d2p1:DownPaymentSourceTypeDD>
              <d2p1:PropertyID>1</d2p1:PropertyID>
              <d2p1:strDownPaymentSourceType>sample string 3</d2p1:strDownPaymentSourceType>
            </d2p1:DownPaymentSourceModel>
          </d2p1:DownpaymentSources>
          <d2p1:MortgageApplicationID>3</d2p1:MortgageApplicationID>
          <d2p1:MortgageDealID>1</d2p1:MortgageDealID>
          <d2p1:SubmissionAgent>
            <d2p1:BranchID>3</d2p1:BranchID>
            <d2p1:BranchName>sample string 10</d2p1:BranchName>
            <d2p1:Contact>
              <d2p1:Address>
                <d2p1:AddressID>1</d2p1:AddressID>
                <d2p1:City>sample string 5</d2p1:City>
                <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
                <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
                <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
                <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
                <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
                <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
                <d2p1:StreetName>sample string 4</d2p1:StreetName>
                <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
                <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
                <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
                <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
                <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
                <d2p1:strProvince>sample string 11</d2p1:strProvince>
                <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
                <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
              </d2p1:Address>
              <d2p1:ContactEmailAddress>sample string 1</d2p1:ContactEmailAddress>
              <d2p1:ContactName>
                <d2p1:FirstName>sample string 1</d2p1:FirstName>
                <d2p1:LastName>sample string 2</d2p1:LastName>
                <d2p1:MiddleInitial>sample string 3</d2p1:MiddleInitial>
                <d2p1:SalutationDD>1</d2p1:SalutationDD>
                <d2p1:strSalutation>sample string 4</d2p1:strSalutation>
              </d2p1:ContactName>
              <d2p1:ContactPhones>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
                <d2p1:Phone>
                  <d2p1:PhoneExtension>sample string 2</d2p1:PhoneExtension>
                  <d2p1:PhoneNumber>sample string 1</d2p1:PhoneNumber>
                  <d2p1:PhoneTypeDD>1</d2p1:PhoneTypeDD>
                  <d2p1:strPhoneTypeDD>sample string 3</d2p1:strPhoneTypeDD>
                </d2p1:Phone>
              </d2p1:ContactPhones>
              <d2p1:PreferredContactMethodDD>1</d2p1:PreferredContactMethodDD>
              <d2p1:strPreferredContactMethod>sample string 2</d2p1:strPreferredContactMethod>
            </d2p1:Contact>
            <d2p1:CreditBureauID>sample string 5</d2p1:CreditBureauID>
            <d2p1:CreditBureauSecurityCode>sample string 6</d2p1:CreditBureauSecurityCode>
            <d2p1:FilogixAccountAgentProfileID>sample string 7</d2p1:FilogixAccountAgentProfileID>
            <d2p1:FilogixAccountUserName>sample string 8</d2p1:FilogixAccountUserName>
            <d2p1:FirmCode>sample string 9</d2p1:FirmCode>
            <d2p1:LicenseNumber>sample string 4</d2p1:LicenseNumber>
            <d2p1:NotificationEmailAddress>sample string 2</d2p1:NotificationEmailAddress>
            <d2p1:UserProfileID>1</d2p1:UserProfileID>
          </d2p1:SubmissionAgent>
          <d2p1:SubmissionUserProfileID>1</d2p1:SubmissionUserProfileID>
          <d2p1:strApplicationType>sample string 7</d2p1:strApplicationType>
          <d2p1:strDealPurpose>sample string 6</d2p1:strDealPurpose>
        </d2p1:MortgageDeal>
        <d2p1:PipelineIDList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </d2p1:PipelineIDList>
        <d2p1:StatusDate>2025-04-11T07:27:54.5983875-04:00</d2p1:StatusDate>
        <d2p1:UserProfileID>2</d2p1:UserProfileID>
        <d2p1:strApplicationSource>sample string 6</d2p1:strApplicationSource>
        <d2p1:strMortgageApplicationStatus>sample string 5</d2p1:strMortgageApplicationStatus>
      </d2p1:MortgageApplication>
      <d2p1:Participants>
        <d2p1:ParticipantModel>
          <d2p1:ActiveFlag>true</d2p1:ActiveFlag>
          <d2p1:AddressLine1>sample string 14</d2p1:AddressLine1>
          <d2p1:AddressLine2>sample string 15</d2p1:AddressLine2>
          <d2p1:CCEmail>true</d2p1:CCEmail>
          <d2p1:CCPhone>true</d2p1:CCPhone>
          <d2p1:City>sample string 16</d2p1:City>
          <d2p1:CompanyName>sample string 9</d2p1:CompanyName>
          <d2p1:ConsentEmail>true</d2p1:ConsentEmail>
          <d2p1:ConsentEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentEmailDate>
          <d2p1:ConsentPhone>true</d2p1:ConsentPhone>
          <d2p1:ConsentPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentPhoneDate>
          <d2p1:Email>sample string 13</d2p1:Email>
          <d2p1:Fax>sample string 11</d2p1:Fax>
          <d2p1:FirstName>sample string 6</d2p1:FirstName>
          <d2p1:LastName>sample string 8</d2p1:LastName>
          <d2p1:MiddleName>sample string 7</d2p1:MiddleName>
          <d2p1:MobileNumber>sample string 12</d2p1:MobileNumber>
          <d2p1:Note>sample string 5</d2p1:Note>
          <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
          <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
          <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
          <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
          <d2p1:ParticipantID>1</d2p1:ParticipantID>
          <d2p1:PartyTypeDD>4</d2p1:PartyTypeDD>
          <d2p1:PostalCodeFsa>sample string 17</d2p1:PostalCodeFsa>
          <d2p1:PostalCodeLdu>sample string 18</d2p1:PostalCodeLdu>
          <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
          <d2p1:SharedWithBranchFlag>true</d2p1:SharedWithBranchFlag>
          <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
        </d2p1:ParticipantModel>
        <d2p1:ParticipantModel>
          <d2p1:ActiveFlag>true</d2p1:ActiveFlag>
          <d2p1:AddressLine1>sample string 14</d2p1:AddressLine1>
          <d2p1:AddressLine2>sample string 15</d2p1:AddressLine2>
          <d2p1:CCEmail>true</d2p1:CCEmail>
          <d2p1:CCPhone>true</d2p1:CCPhone>
          <d2p1:City>sample string 16</d2p1:City>
          <d2p1:CompanyName>sample string 9</d2p1:CompanyName>
          <d2p1:ConsentEmail>true</d2p1:ConsentEmail>
          <d2p1:ConsentEmailDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentEmailDate>
          <d2p1:ConsentPhone>true</d2p1:ConsentPhone>
          <d2p1:ConsentPhoneDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ConsentPhoneDate>
          <d2p1:Email>sample string 13</d2p1:Email>
          <d2p1:Fax>sample string 11</d2p1:Fax>
          <d2p1:FirstName>sample string 6</d2p1:FirstName>
          <d2p1:LastName>sample string 8</d2p1:LastName>
          <d2p1:MiddleName>sample string 7</d2p1:MiddleName>
          <d2p1:MobileNumber>sample string 12</d2p1:MobileNumber>
          <d2p1:Note>sample string 5</d2p1:Note>
          <d2p1:OptedInEmailExpressBusiness>true</d2p1:OptedInEmailExpressBusiness>
          <d2p1:OptedInEmailExpressMarketing>true</d2p1:OptedInEmailExpressMarketing>
          <d2p1:OptedInEmailImpliedBusiness>true</d2p1:OptedInEmailImpliedBusiness>
          <d2p1:OptedInEmailImpliedMarketing>true</d2p1:OptedInEmailImpliedMarketing>
          <d2p1:ParticipantID>1</d2p1:ParticipantID>
          <d2p1:PartyTypeDD>4</d2p1:PartyTypeDD>
          <d2p1:PostalCodeFsa>sample string 17</d2p1:PostalCodeFsa>
          <d2p1:PostalCodeLdu>sample string 18</d2p1:PostalCodeLdu>
          <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
          <d2p1:SharedWithBranchFlag>true</d2p1:SharedWithBranchFlag>
          <d2p1:WorkPhone>sample string 10</d2p1:WorkPhone>
        </d2p1:ParticipantModel>
      </d2p1:Participants>
      <d2p1:SubjectProperty>
        <d2p1:Address>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:City>sample string 5</d2p1:City>
          <d2p1:CountryTypeDD>1</d2p1:CountryTypeDD>
          <d2p1:InternationalPostalCode>sample string 6</d2p1:InternationalPostalCode>
          <d2p1:PostalFsa>sample string 7</d2p1:PostalFsa>
          <d2p1:PostalLdu>sample string 8</d2p1:PostalLdu>
          <d2p1:ProvinceDD>1</d2p1:ProvinceDD>
          <d2p1:StreetDirectionDD>1</d2p1:StreetDirectionDD>
          <d2p1:StreetName>sample string 4</d2p1:StreetName>
          <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
          <d2p1:StreetTypeDD>1</d2p1:StreetTypeDD>
          <d2p1:UnitNumber>sample string 2</d2p1:UnitNumber>
          <d2p1:strCountryType>sample string 12</d2p1:strCountryType>
          <d2p1:strFullAddress>sample string 13</d2p1:strFullAddress>
          <d2p1:strProvince>sample string 11</d2p1:strProvince>
          <d2p1:strStreetDirection>sample string 10</d2p1:strStreetDirection>
          <d2p1:strStreetType>sample string 9</d2p1:strStreetType>
        </d2p1:Address>
        <d2p1:AddressID>2</d2p1:AddressID>
        <d2p1:Age>1</d2p1:Age>
        <d2p1:AnnualTaxes>1</d2p1:AnnualTaxes>
        <d2p1:ApplicantID>1</d2p1:ApplicantID>
        <d2p1:AppraisalDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AppraisalDate>
        <d2p1:AppraisedValue>1</d2p1:AppraisedValue>
        <d2p1:Block>sample string 6</d2p1:Block>
        <d2p1:CondoFees>1</d2p1:CondoFees>
        <d2p1:DownPayment>1</d2p1:DownPayment>
        <d2p1:DwellingStyleDD>1</d2p1:DwellingStyleDD>
        <d2p1:DwellingTypeDD>1</d2p1:DwellingTypeDD>
        <d2p1:EnvironmentalHazardFlag>true</d2p1:EnvironmentalHazardFlag>
        <d2p1:EstimatedValue>1</d2p1:EstimatedValue>
        <d2p1:ExpHydro>1</d2p1:ExpHydro>
        <d2p1:ExpInsurance>1</d2p1:ExpInsurance>
        <d2p1:ExpInterest>1</d2p1:ExpInterest>
        <d2p1:ExpMgmt>1</d2p1:ExpMgmt>
        <d2p1:ExpOther>1</d2p1:ExpOther>
        <d2p1:ExpRepairs>1</d2p1:ExpRepairs>
        <d2p1:GarageSizeDD>1</d2p1:GarageSizeDD>
        <d2p1:GarageTypeDD>1</d2p1:GarageTypeDD>
        <d2p1:HeatTypeDD>1</d2p1:HeatTypeDD>
        <d2p1:Heating>1</d2p1:Heating>
        <d2p1:IncludeInTDSCalculationFlag>true</d2p1:IncludeInTDSCalculationFlag>
        <d2p1:IncludePercentCondoFees>1</d2p1:IncludePercentCondoFees>
        <d2p1:LivingSpace>1</d2p1:LivingSpace>
        <d2p1:LivingSpaceUnitOfMeasureDD>1</d2p1:LivingSpaceUnitOfMeasureDD>
        <d2p1:Lot>sample string 5</d2p1:Lot>
        <d2p1:LotSize>1</d2p1:LotSize>
        <d2p1:LotSizeUnitOfMeasureDD>1</d2p1:LotSizeUnitOfMeasureDD>
        <d2p1:MLSListingFlag>true</d2p1:MLSListingFlag>
        <d2p1:MortgageDealID>1</d2p1:MortgageDealID>
        <d2p1:NewConstructionDD>1</d2p1:NewConstructionDD>
        <d2p1:NumberOfUnits>1</d2p1:NumberOfUnits>
        <d2p1:OccupancyTypeDD>1</d2p1:OccupancyTypeDD>
        <d2p1:OriginalValue>1</d2p1:OriginalValue>
        <d2p1:PropertyID>1</d2p1:PropertyID>
        <d2p1:PropertyMortgage>
          <d2p1:ClosingDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ClosingDate>
          <d2p1:ExistingMortgages>
            <d2p1:ExistingMortgageModel>
              <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIRef>sample string 3</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
              <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
              <d2p1:strRateType>sample string 9</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 10</d2p1:strTermType>
            </d2p1:ExistingMortgageModel>
            <d2p1:ExistingMortgageModel>
              <d2p1:AdditionalInfo>sample string 5</d2p1:AdditionalInfo>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIRef>sample string 3</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 6</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OriginalMortgageAmount>1</d2p1:OriginalMortgageAmount>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PropertyMortgageID>4</d2p1:PropertyMortgageID>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RedemptionStatusDD>1</d2p1:RedemptionStatusDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:strLoanType>sample string 12</d2p1:strLoanType>
              <d2p1:strMortgageInsurer>sample string 13</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 11</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageType>sample string 7</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 8</d2p1:strPaymentFrequency>
              <d2p1:strRateType>sample string 9</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 14</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 10</d2p1:strTermType>
            </d2p1:ExistingMortgageModel>
          </d2p1:ExistingMortgages>
          <d2p1:FinancingWaiverDate>2025-04-11T07:27:54.5983875-04:00</d2p1:FinancingWaiverDate>
          <d2p1:ImprovementValues>1</d2p1:ImprovementValues>
          <d2p1:Improvements>sample string 4</d2p1:Improvements>
          <d2p1:ImprovementsFlag>true</d2p1:ImprovementsFlag>
          <d2p1:PropertyID>2</d2p1:PropertyID>
          <d2p1:PropertyMortgageID>1</d2p1:PropertyMortgageID>
          <d2p1:Purpose>sample string 3</d2p1:Purpose>
          <d2p1:RequestedMortgages>
            <d2p1:RequestedMortgageModel>
              <d2p1:AcceptedDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptedDate>
              <d2p1:AcceptedFxLinkResponseID>1</d2p1:AcceptedFxLinkResponseID>
              <d2p1:AdditionalInfo>sample string 6</d2p1:AdditionalInfo>
              <d2p1:AmortizationInMonth>1</d2p1:AmortizationInMonth>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:BuyDownRate>1</d2p1:BuyDownRate>
              <d2p1:CashBackAmount>1</d2p1:CashBackAmount>
              <d2p1:CashBackOverrideFlag>true</d2p1:CashBackOverrideFlag>
              <d2p1:CashBackPercentage>1</d2p1:CashBackPercentage>
              <d2p1:ClassificationCommercialFlag>true</d2p1:ClassificationCommercialFlag>
              <d2p1:ClassificationConstructionFlag>true</d2p1:ClassificationConstructionFlag>
              <d2p1:ClassificationHELOCFlag>true</d2p1:ClassificationHELOCFlag>
              <d2p1:ClassificationReverseFlag>true</d2p1:ClassificationReverseFlag>
              <d2p1:ClassificationSubPrimeFlag>true</d2p1:ClassificationSubPrimeFlag>
              <d2p1:DiscountRate>1</d2p1:DiscountRate>
              <d2p1:Fees>
                <d2p1:APR>1</d2p1:APR>
                <d2p1:FeeItems>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                </d2p1:FeeItems>
                <d2p1:NetAdvanceOfFunds>1</d2p1:NetAdvanceOfFunds>
                <d2p1:PrincipalAmount>1</d2p1:PrincipalAmount>
                <d2p1:TotalDeductibleFees>1</d2p1:TotalDeductibleFees>
              </d2p1:Fees>
              <d2p1:FirstPaymentDate>2025-04-11T07:27:54.5983875-04:00</d2p1:FirstPaymentDate>
              <d2p1:FirstPaymentDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:FirstPaymentDateValue>
              <d2p1:IADDate>2025-04-11T07:27:54.5983875-04:00</d2p1:IADDate>
              <d2p1:IADDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:IADDateValue>
              <d2p1:IADValue>1</d2p1:IADValue>
              <d2p1:InterestCompoundTypeDD>1</d2p1:InterestCompoundTypeDD>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:InterestRate>1</d2p1:InterestRate>
              <d2p1:LOCRepaymentTypeDD>1</d2p1:LOCRepaymentTypeDD>
              <d2p1:LTV>1</d2p1:LTV>
              <d2p1:LenderSubmissions>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
              </d2p1:LenderSubmissions>
              <d2p1:LineOfBusinessDD>1</d2p1:LineOfBusinessDD>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIIncludedFlag>true</d2p1:MIIncludedFlag>
              <d2p1:MIPremiumAmount>1</d2p1:MIPremiumAmount>
              <d2p1:MIPremiumRate>1</d2p1:MIPremiumRate>
              <d2p1:MIPremiumRateOverrideFlag>true</d2p1:MIPremiumRateOverrideFlag>
              <d2p1:MIRef>sample string 4</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MaturityDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:MaturityDateValue>
              <d2p1:MortgageApplicantAssigned xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:long>1</d8p1:long>
                <d8p1:long>2</d8p1:long>
              </d2p1:MortgageApplicantAssigned>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurancePayorDD>1</d2p1:MortgageInsurancePayorDD>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 7</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageStatusDD>1</d2p1:MortgageStatusDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OtherLenderName>sample string 8</d2p1:OtherLenderName>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PremiumRate>1</d2p1:PremiumRate>
              <d2p1:ProgressAdvanceFlag>true</d2p1:ProgressAdvanceFlag>
              <d2p1:PropertyMortgageID>5</d2p1:PropertyMortgageID>
              <d2p1:QDAmortizationInMonth>1</d2p1:QDAmortizationInMonth>
              <d2p1:QDInterestCompoundTypeDD>1</d2p1:QDInterestCompoundTypeDD>
              <d2p1:QDInterestOnlyFlag>true</d2p1:QDInterestOnlyFlag>
              <d2p1:QDInterestRate>1</d2p1:QDInterestRate>
              <d2p1:QualifyingGDS>1</d2p1:QualifyingGDS>
              <d2p1:QualifyingTDS>1</d2p1:QualifyingTDS>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:RequestedMortgageAmount>1</d2p1:RequestedMortgageAmount>
              <d2p1:ScarlettLenderID>1</d2p1:ScarlettLenderID>
              <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
              <d2p1:TermInMonth>1</d2p1:TermInMonth>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:TotalLoanAmount>1</d2p1:TotalLoanAmount>
              <d2p1:VariableToPrime>sample string 3</d2p1:VariableToPrime>
              <d2p1:strInterestCompoundType>sample string 17</d2p1:strInterestCompoundType>
              <d2p1:strLOCRepaymentType>sample string 21</d2p1:strLOCRepaymentType>
              <d2p1:strLineOfBusiness>sample string 16</d2p1:strLineOfBusiness>
              <d2p1:strLoanType>sample string 14</d2p1:strLoanType>
              <d2p1:strMortgageInsurancePayor>sample string 15</d2p1:strMortgageInsurancePayor>
              <d2p1:strMortgageInsurer>sample string 20</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 13</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageStatus>sample string 19</d2p1:strMortgageStatus>
              <d2p1:strMortgageType>sample string 9</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 10</d2p1:strPaymentFrequency>
              <d2p1:strQDInterestCompoundType>sample string 18</d2p1:strQDInterestCompoundType>
              <d2p1:strRateType>sample string 11</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 22</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 12</d2p1:strTermType>
            </d2p1:RequestedMortgageModel>
            <d2p1:RequestedMortgageModel>
              <d2p1:AcceptedDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptedDate>
              <d2p1:AcceptedFxLinkResponseID>1</d2p1:AcceptedFxLinkResponseID>
              <d2p1:AdditionalInfo>sample string 6</d2p1:AdditionalInfo>
              <d2p1:AmortizationInMonth>1</d2p1:AmortizationInMonth>
              <d2p1:Balance>1</d2p1:Balance>
              <d2p1:BlendedAmortFlag>true</d2p1:BlendedAmortFlag>
              <d2p1:BuyDownRate>1</d2p1:BuyDownRate>
              <d2p1:CashBackAmount>1</d2p1:CashBackAmount>
              <d2p1:CashBackOverrideFlag>true</d2p1:CashBackOverrideFlag>
              <d2p1:CashBackPercentage>1</d2p1:CashBackPercentage>
              <d2p1:ClassificationCommercialFlag>true</d2p1:ClassificationCommercialFlag>
              <d2p1:ClassificationConstructionFlag>true</d2p1:ClassificationConstructionFlag>
              <d2p1:ClassificationHELOCFlag>true</d2p1:ClassificationHELOCFlag>
              <d2p1:ClassificationReverseFlag>true</d2p1:ClassificationReverseFlag>
              <d2p1:ClassificationSubPrimeFlag>true</d2p1:ClassificationSubPrimeFlag>
              <d2p1:DiscountRate>1</d2p1:DiscountRate>
              <d2p1:Fees>
                <d2p1:APR>1</d2p1:APR>
                <d2p1:FeeItems>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                  <d2p1:FeeItemModel>
                    <d2p1:Amount>1</d2p1:Amount>
                    <d2p1:Comments>sample string 9</d2p1:Comments>
                    <d2p1:DeductFmPrinc>true</d2p1:DeductFmPrinc>
                    <d2p1:DeductFromPrincipalFlag>true</d2p1:DeductFromPrincipalFlag>
                    <d2p1:FeeName>sample string 3</d2p1:FeeName>
                    <d2p1:FeeType>sample string 2</d2p1:FeeType>
                    <d2p1:FeeTypeDD>1</d2p1:FeeTypeDD>
                    <d2p1:InclInAPR>true</d2p1:InclInAPR>
                    <d2p1:IncludeInAPRFlag>true</d2p1:IncludeInAPRFlag>
                    <d2p1:strFeeType>sample string 4</d2p1:strFeeType>
                  </d2p1:FeeItemModel>
                </d2p1:FeeItems>
                <d2p1:NetAdvanceOfFunds>1</d2p1:NetAdvanceOfFunds>
                <d2p1:PrincipalAmount>1</d2p1:PrincipalAmount>
                <d2p1:TotalDeductibleFees>1</d2p1:TotalDeductibleFees>
              </d2p1:Fees>
              <d2p1:FirstPaymentDate>2025-04-11T07:27:54.5983875-04:00</d2p1:FirstPaymentDate>
              <d2p1:FirstPaymentDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:FirstPaymentDateValue>
              <d2p1:IADDate>2025-04-11T07:27:54.5983875-04:00</d2p1:IADDate>
              <d2p1:IADDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:IADDateValue>
              <d2p1:IADValue>1</d2p1:IADValue>
              <d2p1:InterestCompoundTypeDD>1</d2p1:InterestCompoundTypeDD>
              <d2p1:InterestOnlyFlag>true</d2p1:InterestOnlyFlag>
              <d2p1:InterestRate>1</d2p1:InterestRate>
              <d2p1:LOCRepaymentTypeDD>1</d2p1:LOCRepaymentTypeDD>
              <d2p1:LTV>1</d2p1:LTV>
              <d2p1:LenderSubmissions>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
                <d2p1:LenderSubmissionModel>
                  <d2p1:ApplicationTypeDD>9</d2p1:ApplicationTypeDD>
                  <d2p1:FxLinkSubmissionHistoryID>1</d2p1:FxLinkSubmissionHistoryID>
                  <d2p1:LanguageID>5</d2p1:LanguageID>
                  <d2p1:Lender>
                    <d2p1:LenderCode>sample string 3</d2p1:LenderCode>
                    <d2p1:LinkID>sample string 2</d2p1:LinkID>
                    <d2p1:Name>sample string 1</d2p1:Name>
                  </d2p1:Lender>
                  <d2p1:LenderNote>sample string 4</d2p1:LenderNote>
                  <d2p1:LoanAmount>7</d2p1:LoanAmount>
                  <d2p1:MessageID>3</d2p1:MessageID>
                  <d2p1:MortgageApplicationID>2</d2p1:MortgageApplicationID>
                  <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
                  <d2p1:Responses>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                    <d2p1:LenderResponseModel>
                      <d2p1:AcceptDate>2025-04-11T07:27:54.5983875-04:00</d2p1:AcceptDate>
                      <d2p1:CommitmentExpiryDate>2025-04-11T07:27:54.5983875-04:00</d2p1:CommitmentExpiryDate>
                      <d2p1:DeclineDate>2025-04-11T07:27:54.5983875-04:00</d2p1:DeclineDate>
                      <d2p1:FxLinkResponseDD>1</d2p1:FxLinkResponseDD>
                      <d2p1:FxLinkResponseID>2</d2p1:FxLinkResponseID>
                      <d2p1:LenderRefNumber>sample string 4</d2p1:LenderRefNumber>
                      <d2p1:ResponseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:ResponseDate>
                      <d2p1:Underwriter>
                        <d2p1:Address>sample string 2</d2p1:Address>
                        <d2p1:Email>sample string 3</d2p1:Email>
                        <d2p1:Name>sample string 1</d2p1:Name>
                        <d2p1:Phone>sample string 4</d2p1:Phone>
                      </d2p1:Underwriter>
                      <d2p1:strFxLinkResponse>sample string 3</d2p1:strFxLinkResponse>
                    </d2p1:LenderResponseModel>
                  </d2p1:Responses>
                  <d2p1:ScarlettLenderID>6</d2p1:ScarlettLenderID>
                  <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
                  <d2p1:SubmissionDate>2025-04-11T07:27:54.5983875-04:00</d2p1:SubmissionDate>
                  <d2p1:SubmissionDateValue>
                    <d2p1:Day>1</d2p1:Day>
                    <d2p1:DayOfYear>5</d2p1:DayOfYear>
                    <d2p1:Month>3</d2p1:Month>
                    <d2p1:Timestamp>6.1</d2p1:Timestamp>
                    <d2p1:WeekDay>4</d2p1:WeekDay>
                    <d2p1:Year>2</d2p1:Year>
                  </d2p1:SubmissionDateValue>
                  <d2p1:SubmissionResult>sample string 8</d2p1:SubmissionResult>
                  <d2p1:SubmissionResultMessageID>sample string 11</d2p1:SubmissionResultMessageID>
                  <d2p1:strApplicationType>sample string 12</d2p1:strApplicationType>
                  <d2p1:strMortgageType>sample string 13</d2p1:strMortgageType>
                </d2p1:LenderSubmissionModel>
              </d2p1:LenderSubmissions>
              <d2p1:LineOfBusinessDD>1</d2p1:LineOfBusinessDD>
              <d2p1:LoanTypeDD>1</d2p1:LoanTypeDD>
              <d2p1:MIFlag>true</d2p1:MIFlag>
              <d2p1:MIIncludedFlag>true</d2p1:MIIncludedFlag>
              <d2p1:MIPremiumAmount>1</d2p1:MIPremiumAmount>
              <d2p1:MIPremiumRate>1</d2p1:MIPremiumRate>
              <d2p1:MIPremiumRateOverrideFlag>true</d2p1:MIPremiumRateOverrideFlag>
              <d2p1:MIRef>sample string 4</d2p1:MIRef>
              <d2p1:MaturityDate>2025-04-11T07:27:54.5983875-04:00</d2p1:MaturityDate>
              <d2p1:MaturityDateValue>
                <d2p1:Day>1</d2p1:Day>
                <d2p1:DayOfYear>5</d2p1:DayOfYear>
                <d2p1:Month>3</d2p1:Month>
                <d2p1:Timestamp>6.1</d2p1:Timestamp>
                <d2p1:WeekDay>4</d2p1:WeekDay>
                <d2p1:Year>2</d2p1:Year>
              </d2p1:MaturityDateValue>
              <d2p1:MortgageApplicantAssigned xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:long>1</d8p1:long>
                <d8p1:long>2</d8p1:long>
              </d2p1:MortgageApplicantAssigned>
              <d2p1:MortgageHolder>sample string 2</d2p1:MortgageHolder>
              <d2p1:MortgageID>1</d2p1:MortgageID>
              <d2p1:MortgageInsurancePayorDD>1</d2p1:MortgageInsurancePayorDD>
              <d2p1:MortgageInsurerDD>1</d2p1:MortgageInsurerDD>
              <d2p1:MortgageNumber>sample string 7</d2p1:MortgageNumber>
              <d2p1:MortgagePayoffTypeDD>1</d2p1:MortgagePayoffTypeDD>
              <d2p1:MortgageStatusDD>1</d2p1:MortgageStatusDD>
              <d2p1:MortgageTypeDD>1</d2p1:MortgageTypeDD>
              <d2p1:NetRate>1</d2p1:NetRate>
              <d2p1:OtherLenderName>sample string 8</d2p1:OtherLenderName>
              <d2p1:PAndIPayment>1</d2p1:PAndIPayment>
              <d2p1:Payment>1</d2p1:Payment>
              <d2p1:PaymentFrequencyDD>1</d2p1:PaymentFrequencyDD>
              <d2p1:PremiumRate>1</d2p1:PremiumRate>
              <d2p1:ProgressAdvanceFlag>true</d2p1:ProgressAdvanceFlag>
              <d2p1:PropertyMortgageID>5</d2p1:PropertyMortgageID>
              <d2p1:QDAmortizationInMonth>1</d2p1:QDAmortizationInMonth>
              <d2p1:QDInterestCompoundTypeDD>1</d2p1:QDInterestCompoundTypeDD>
              <d2p1:QDInterestOnlyFlag>true</d2p1:QDInterestOnlyFlag>
              <d2p1:QDInterestRate>1</d2p1:QDInterestRate>
              <d2p1:QualifyingGDS>1</d2p1:QualifyingGDS>
              <d2p1:QualifyingTDS>1</d2p1:QualifyingTDS>
              <d2p1:RateTypeDD>1</d2p1:RateTypeDD>
              <d2p1:RequestMortgageTypeDD>1</d2p1:RequestMortgageTypeDD>
              <d2p1:RequestedMortgageAmount>1</d2p1:RequestedMortgageAmount>
              <d2p1:ScarlettLenderID>1</d2p1:ScarlettLenderID>
              <d2p1:ScarlettLenderProductID>1</d2p1:ScarlettLenderProductID>
              <d2p1:TermInMonth>1</d2p1:TermInMonth>
              <d2p1:TermTypeDD>1</d2p1:TermTypeDD>
              <d2p1:TotalLoanAmount>1</d2p1:TotalLoanAmount>
              <d2p1:VariableToPrime>sample string 3</d2p1:VariableToPrime>
              <d2p1:strInterestCompoundType>sample string 17</d2p1:strInterestCompoundType>
              <d2p1:strLOCRepaymentType>sample string 21</d2p1:strLOCRepaymentType>
              <d2p1:strLineOfBusiness>sample string 16</d2p1:strLineOfBusiness>
              <d2p1:strLoanType>sample string 14</d2p1:strLoanType>
              <d2p1:strMortgageInsurancePayor>sample string 15</d2p1:strMortgageInsurancePayor>
              <d2p1:strMortgageInsurer>sample string 20</d2p1:strMortgageInsurer>
              <d2p1:strMortgagePayoffType>sample string 13</d2p1:strMortgagePayoffType>
              <d2p1:strMortgageStatus>sample string 19</d2p1:strMortgageStatus>
              <d2p1:strMortgageType>sample string 9</d2p1:strMortgageType>
              <d2p1:strPaymentFrequency>sample string 10</d2p1:strPaymentFrequency>
              <d2p1:strQDInterestCompoundType>sample string 18</d2p1:strQDInterestCompoundType>
              <d2p1:strRateType>sample string 11</d2p1:strRateType>
              <d2p1:strRequestMortgageType>sample string 22</d2p1:strRequestMortgageType>
              <d2p1:strTermType>sample string 12</d2p1:strTermType>
            </d2p1:RequestedMortgageModel>
          </d2p1:RequestedMortgages>
        </d2p1:PropertyMortgage>
        <d2p1:PropertySearchStatusDD>1</d2p1:PropertySearchStatusDD>
        <d2p1:PropertyTypeDD>1</d2p1:PropertyTypeDD>
        <d2p1:PropertyUsageTypeDD>1</d2p1:PropertyUsageTypeDD>
        <d2p1:PropertyValue>1</d2p1:PropertyValue>
        <d2p1:PropertyValueDD>1</d2p1:PropertyValueDD>
        <d2p1:PurchaseDate>2025-04-11T07:27:54.5983875-04:00</d2p1:PurchaseDate>
        <d2p1:PurchasePrice>1</d2p1:PurchasePrice>
        <d2p1:RentalInclusionOffsetPercentage>1</d2p1:RentalInclusionOffsetPercentage>
        <d2p1:RentalIncome>1</d2p1:RentalIncome>
        <d2p1:RentalOffsetOptionDD>1</d2p1:RentalOffsetOptionDD>
        <d2p1:SewageTypeDD>1</d2p1:SewageTypeDD>
        <d2p1:SubjectPropertyFlag>true</d2p1:SubjectPropertyFlag>
        <d2p1:TaxPayorDD>1</d2p1:TaxPayorDD>
        <d2p1:TaxYear>1</d2p1:TaxYear>
        <d2p1:Township>sample string 7</d2p1:Township>
        <d2p1:WaterTypeDD>1</d2p1:WaterTypeDD>
        <d2p1:ZoningTypeDD>1</d2p1:ZoningTypeDD>
        <d2p1:strDwellingStyle>sample string 17</d2p1:strDwellingStyle>
        <d2p1:strDwellingType>sample string 12</d2p1:strDwellingType>
        <d2p1:strGarageSize>sample string 18</d2p1:strGarageSize>
        <d2p1:strGarageType>sample string 19</d2p1:strGarageType>
        <d2p1:strHeatType>sample string 15</d2p1:strHeatType>
        <d2p1:strLivingSpaceUnitOfMeasure>sample string 13</d2p1:strLivingSpaceUnitOfMeasure>
        <d2p1:strLotSizeUnitOfMeasure>sample string 14</d2p1:strLotSizeUnitOfMeasure>
        <d2p1:strNewConstruction>sample string 10</d2p1:strNewConstruction>
        <d2p1:strOccupancyType>sample string 8</d2p1:strOccupancyType>
        <d2p1:strPropertySearchStatus>sample string 23</d2p1:strPropertySearchStatus>
        <d2p1:strPropertyType>sample string 11</d2p1:strPropertyType>
        <d2p1:strPropertyValue>sample string 22</d2p1:strPropertyValue>
        <d2p1:strRentalOffsetOption>sample string 9</d2p1:strRentalOffsetOption>
        <d2p1:strSewageType>sample string 20</d2p1:strSewageType>
        <d2p1:strTaxPayor>sample string 21</d2p1:strTaxPayor>
        <d2p1:strWaterType>sample string 16</d2p1:strWaterType>
      </d2p1:SubjectProperty>
      <d2p1:Tags xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:Tags>
    </d2p1:UniversalDealModel>
  </Deals>
</DealsOutput>