Data Dictionary ¶
For Reference Only
This Data Dictionary is provided for reference only. It includes all available data in Blooma, but not all fields are accessible through the API Gateway.
ActivityEntryDto¶
user
string
when
string(date-time)
what
string
type
string(enum)
Available enum values: Seed
, Task
, File
, Collateral
, Component
, Generation
AddressCreateDto¶
fullAddress
string
additionalFreeText
string
placeId
string
latLng
LatLng
AddressDto¶
fullAddress
string
placeId
string
geoLocation
LatLng
zipCode
string
number
integer(int32)
street
string
city
string
county
string
state
string
country
string
additionalFreeText
string
AdjustableValueDto¶
value
number(double)
adjustment
number(double)
adjustmentReason
string
adjustingEntity
string
sourceMapping
string
total
number(double)
AllDealStatisticsDto¶
numberOfDeals
integer(int32)
totalGrossLoan
number(double)
avgGrossLoan
number(double)
totalOriginatedLoanAmount
number(double)
avgOriginatedLoanAmount
number(double)
avgLtv
number(double)
loanTypeDistribution
array [ DistributionByLoanTypeDto ]
propertyTypeDistribution
array [ DistributionByPropertyTypeDto ]
scoreDistribution
array [ DistributionByScoreDto ]
stateDistribution
array [ DistributionByStateDto ]
AlternativeValuationCreateDto¶
ownerId
string
name
string
valuation
number(double)
description
string
asOfDate
string(date)
mainValuation
boolean
AlternativeValuationDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
name
string
valuationsInfoId
string
valuation
number(double)
description
string
asOfDate
string(date)
parentId
string
descriptor
string
AlternativeValuationPropertyUpdateDto¶
property
string(enum)
Available enum values: Name
, Valuation
, Description
, AsOfDate
value
string
AmenitiesDto¶
hasBonusRoom
boolean
hasBreakfastNook
boolean
hasCellar
boolean
hasWineCellar
boolean
hasExerciseRoom
boolean
hasFamilyRoom
boolean
hasGameRoom
boolean
hasGreatRoom
boolean
hasHobbyRoom
boolean
hasLaundryRoom
boolean
hasMediaRoom
boolean
hasMudRoom
boolean
hasHomeOffice
boolean
hasSafeRoom
boolean
hasSittingRoom
boolean
hasStormShelter
boolean
hasStudy
boolean
hasSunroom
boolean
hasUtilityRoom
boolean
hasElevator
boolean
isHandicapAccessible
boolean
hasCentralVacuumSystem
boolean
hasIntercom
boolean
hasInstalledSoundSystem
boolean
hasWetBar
boolean
hasAlarmSystem
boolean
hasStormShutter
boolean
hasOverheadDoor
boolean
hasDeck
boolean
hasRvParking
boolean
hasSauna
boolean
hasArborPergola
boolean
hasSprinklers
boolean
hasGolfCourseGreen
boolean
hasTennisCourt
boolean
hasOtherSportCourt
boolean
hasWaterFeature
boolean
hasBoatLift
boolean
hasBoatAccess
boolean
hasOutdoorKitchenFireplace
boolean
AssetFinancialItemDto¶
id
string
nameOfInstitution
string
accountNumber
string
nameOnAccount
string
dataAsOf
string(date)
ownership
number(double)
category
string(enum)
Available enum values: Cash
, LiquidAsset
, RetirementAccount
, MarketableSecurity
, Equity
, NotesReceivable
, OtherAsset
proforma
AdjustableValueDto
warningStatus
string(enum)
Available enum values: Adjusted
, notValidated
, validated
, adjustedByBusinessRule
, adjustedByUser
AssetFinancialItemPropertyUpdateDto¶
property
string(enum)
Available enum values: NameOfInstitution
, AccountNumber
, NameOnAccount
, DataAsOf
, Ownership
, Adjustment
, AdjustmentReason
, Category
value
string
AssetFinancialItemUpdateDto¶
id
string
updates
array [ AssetFinancialItemPropertyUpdateDto ]
AssetItemCreateDto¶
frontEndGridLineNumber
string
category
string(enum)
Available enum values: Cash
, LiquidAsset
, RetirementAccount
, MarketableSecurity
, Equity
, NotesReceivable
, OtherAsset
nameOfInstitution
string
accountNumber
string
nameOnAccount
string
dataAsOf
string(date)
ownership
number(double)
value
number(double)
BalanceSheetDto¶
multiYearBalanceSheet
array [ MultiYearBalanceSheetItemDto ]
balanceSheetInfo
array [ BalanceSheetInfoDto ]
balanceSheetConfig
FinancialStatementConfigDto
assetsSubtotal
number(double)
liabilitiesEquitySubtotal
number(double)
liabilitiesSubtotal
number(double)
equitySubtotal
number(double)
currentAssetsSubtotal
number(double)
nonCurrentAssetsSubtotal
number(double)
currentLiabilitiesSubtotal
number(double)
longTermLiabilitiesSubtotal
number(double)
BalanceSheetInfoDto¶
sourceId
string
year
integer(int32)
date
string(date)
name
string
fileName
string
type
string(enum)
Available enum values: Manual
, FileUpload
userComment
string
balanceSheetId
string
items
array [ BalanceSheetItemDto ]
subCategoryTotals
map { number(double) }
categoryTotals
map { number(double) }
BalanceSheetItemCreateDto¶
frontEndGridLineNumber
string
description
string
sourceMapping
string
value
number(double)
balanceSheetCategory
string(enum)
Available enum values: Assets
, Liabilities
, Equity
balanceSheetSubCategory
string(enum)
Available enum values: CurrentAssets
, NonCurrentAssets
, CurrentLiabilities
, LongTermLiabilities
, Equity
BalanceSheetItemDto¶
id
string
description
string
sourceMapping
string
value
number(double)
balanceSheetCategory
string(enum)
Available enum values: Assets
, Liabilities
, Equity
balanceSheetSubCategory
string(enum)
Available enum values: CurrentAssets
, NonCurrentAssets
, CurrentLiabilities
, LongTermLiabilities
, Equity
BalanceSheetItemKey¶
balanceSheetCategory
string(enum)
Available enum values: Assets
, Liabilities
, Equity
balanceSheetSubCategory
string(enum)
Available enum values: CurrentAssets
, NonCurrentAssets
, CurrentLiabilities
, LongTermLiabilities
, Equity
description
string
BalanceSheetItemUpdateDto¶
id
string
updates
array [ BalanceSheetPropertyUpdateDto ]
BalanceSheetPropertyUpdateDto¶
property
string(enum)
Available enum values: BalanceSheetCategory
, BalanceSheetSubCategory
, Description
, Value
value
string
BalanceSheetSubmitData¶
name
string
year
integer(int32)
BaseEntityDto¶
id
string
BaseResponseDto¶
error
ErrorDto
success
boolean
BulkDealImportResultDto¶
success
boolean
error
string
createdDeals
integer(int32)
BulkOperationDtoAssetItemCreateDtoAssetFinancialItemUpdateDto¶
itemsToCreate
array [ AssetItemCreateDto ]
itemsToUpdate
array [ AssetFinancialItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoBalanceSheetItemCreateDtoBalanceSheetItemUpdateDto¶
itemsToCreate
array [ BalanceSheetItemCreateDto ]
itemsToUpdate
array [ BalanceSheetItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoCashFlowItemCreateDtoCashFlowItemUpdateDto¶
itemsToCreate
array [ CashFlowItemCreateDto ]
itemsToUpdate
array [ CashFlowItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoCommercialLivingUnitCreateDtoCommercialLivingUnitUpdateDto¶
itemsToCreate
array [ CommercialLivingUnitCreateDto ]
itemsToUpdate
array [ CommercialLivingUnitUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoCommercialRentRollItemCreateDtoItemUpdateDtoPropertyUpdateDtoCommercialRentRollItemProperty¶
itemsToCreate
array [ CommercialRentRollItemCreateDto ]
itemsToUpdate
array [ ItemUpdateDtoPropertyUpdateDtoCommercialRentRollItemProperty ]
itemsToDelete
array [ string ]
BulkOperationDtoDealContactCreateDtoDealContactUpdateDto¶
itemsToCreate
array [ DealContactCreateDto ]
itemsToUpdate
array [ DealContactUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoDealNarrativeCreateDtoDealNarrativeUpdateDto¶
itemsToCreate
array [ DealNarrativeCreateDto ]
itemsToUpdate
array [ DealNarrativeUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoDealRateCreateDtoDealRateUpdateDto¶
itemsToCreate
array [ DealRateCreateDto ]
itemsToUpdate
array [ DealRateUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoDummyLoanOptionCreateDtoLoanOptionUpdateDto¶
itemsToCreate
array [ DummyLoanOptionCreateDto ]
itemsToUpdate
array [ LoanOptionUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoFinancialTransactionCreateDtoFinancialTransactionUpdateDto¶
itemsToCreate
array [ FinancialTransactionCreateDto ]
itemsToUpdate
array [ FinancialTransactionUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoFundSourceItemCreateDtoFundSourceItemUpdateDto¶
itemsToCreate
array [ FundSourceItemCreateDto ]
itemsToUpdate
array [ FundSourceItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoFundUseItemCreateDtoFundUseItemUpdateDto¶
itemsToCreate
array [ FundUseItemCreateDto ]
itemsToUpdate
array [ FundUseItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoIncomeStatementItemCreateDtoIncomeStatementItemUpdateDto¶
itemsToCreate
array [ IncomeStatementItemCreateDto ]
itemsToUpdate
array [ IncomeStatementItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoLiabilityItemCreateDtoLiabilityFinancialItemUpdateDto¶
itemsToCreate
array [ LiabilityItemCreateDto ]
itemsToUpdate
array [ LiabilityFinancialItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoLivingUnitCreateDtoLivingUnitUpdateDto¶
itemsToCreate
array [ LivingUnitCreateDto ]
itemsToUpdate
array [ LivingUnitUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoRealEstateScheduleItemCreateDtoRealEstateScheduleItemUpdateDto¶
itemsToCreate
array [ RealEstateScheduleItemCreateDto ]
itemsToUpdate
array [ RealEstateScheduleItemUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoRentComparableCreateDtoItemUpdateDtoPropertyUpdateDtoRentComparableProperty¶
itemsToCreate
array [ RentComparableCreateDto ]
itemsToUpdate
array [ ItemUpdateDtoPropertyUpdateDtoRentComparableProperty ]
itemsToDelete
array [ string ]
BulkOperationDtoResidentialLivingUnitCreateDtoResidentialLivingUnitUpdateDto¶
itemsToCreate
array [ ResidentialLivingUnitCreateDto ]
itemsToUpdate
array [ ResidentialLivingUnitUpdateDto ]
itemsToDelete
array [ string ]
BulkOperationDtoResidentialRentRollItemCreateDtoItemUpdateDtoPropertyUpdateDtoResidentialRentRollItemProperty¶
itemsToCreate
array [ ResidentialRentRollItemCreateDto ]
itemsToUpdate
array [ ItemUpdateDtoPropertyUpdateDtoResidentialRentRollItemProperty ]
itemsToDelete
array [ string ]
BulkOperationDtoSaleComparableCreateDtoItemUpdateDtoPropertyUpdateDtoSaleComparableProperty¶
itemsToCreate
array [ SaleComparableCreateDto ]
itemsToUpdate
array [ ItemUpdateDtoPropertyUpdateDtoSaleComparableProperty ]
itemsToDelete
array [ string ]
BulkOperationDtoSeedCreateDtoDealUpdateDto¶
itemsToCreate
array [ SeedCreateDto ]
itemsToUpdate
array [ DealUpdateDto ]
itemsToDelete
array [ string ]
CashFlowDto¶
cashFlow
array [ CashFlowItemDto ]
year1Name
string
year2Name
string
year3Name
string
cashFlowBeforeLivingExpenses
number(double)
livingExpenses
number(double)
cashFlowAvailableForDebtService
number(double)
subTotals
array [ CashFlowSubTotalDto ]
CashFlowInfoDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
valuationsInfoId
string
fileId
string
comment
string
revenue
FinancialTransactionInfoDto
vacancyAndConcessions
FinancialTransactionInfoDto
otherIncome
FinancialTransactionInfoDto
operatingExpenses
FinancialTransactionInfoDto
fixedCharges
FinancialTransactionInfoDto
belowTheLineExpense
FinancialTransactionInfoDto
effectiveIncome
number(double)
effectiveIncomeByYear
array [ number(double) ]
totalExpenses
number(double)
totalExpensesByYear
array [ number(double) ]
netOperatingIncome
number(double)
netOperatingIncomeByYear
array [ number(double) ]
netIncome
number(double)
netIncomeByYear
array [ number(double) ]
dcfModel
DcfModelDto
finalSale
number(double)
presentValues
array [ number(double) ]
netPresentValue
number(double)
expenseRatio
number(double)
CashFlowItemCreateDto¶
frontEndGridLineNumber
string
cashFlowCategory
string(enum)
Available enum values: wages_1040
, other_income_1040
, interest_dividend_income
, schedule_c
, schedule_d
, schedule_e
, k1_income_partnerships_sCorps
, federal_and_state_taxes
, schedule_of_real_estate_noi
, k1_1065_income_partnership_sCorps
, k1_1120s_income_partnership_sCorps
cashFlowSubCategory
string
description
string
transactionType
string(enum)
Available enum values: Credit
, Debit
yearValuesMap
map { number(double) }
yearMappingMap
map { string }
CashFlowItemDto¶
id
string
warningStatus
string(enum)
Available enum values: noWarning
, needToAsk
, Adjusted
cashFlowCategory
string(enum)
Available enum values: wages_1040
, other_income_1040
, interest_dividend_income
, schedule_c
, schedule_d
, schedule_e
, k1_income_partnerships_sCorps
, federal_and_state_taxes
, schedule_of_real_estate_noi
, k1_1065_income_partnership_sCorps
, k1_1120s_income_partnership_sCorps
cashFlowSubCategory
string
description
string
year1
AdjustableValueDto
year1WarningStatus
string(enum)
Available enum values: NotAdjusted
, BloomaAdjusted
, UserAdjusted
year2
AdjustableValueDto
year2WarningStatus
string(enum)
Available enum values: NotAdjusted
, BloomaAdjusted
, UserAdjusted
year3
AdjustableValueDto
year3WarningStatus
string(enum)
Available enum values: NotAdjusted
, BloomaAdjusted
, UserAdjusted
transactionType
string(enum)
Available enum values: Credit
, Debit
proforma
number(double)
appliedRuleDescription
string
CashFlowItemUpdateDto¶
id
string
updates
array [ CashFlowItemUpdatePropertyDto ]
CashFlowItemUpdatePropertyDto¶
property
string(enum)
Available enum values: Year1Adjustment
, Year1Reason
, Year2Adjustment
, Year2Reason
, Year3Adjustment
, Year3Reason
value
string
CashFlowSubTotalDto¶
cashFlowCategory
string(enum)
Available enum values: wages_1040
, other_income_1040
, interest_dividend_income
, schedule_c
, schedule_d
, schedule_e
, k1_income_partnerships_sCorps
, federal_and_state_taxes
, schedule_of_real_estate_noi
, k1_1065_income_partnership_sCorps
, k1_1120s_income_partnership_sCorps
cashFlowSubCategory
string
totalYear1
number(double)
totalYear2
number(double)
totalYear3
number(double)
totalProforma
number(double)
CashFlowTransactionTemplateDto¶
category
string
group
string
description
string
annualized
number(double)
comment
string
CollateralComponentScoreDto¶
collateral
CollateralScoreExtractDto
components
array [ ComponentScoreDataDto ]
CollateralCreateDto¶
migrationReference
string
dealId
string
name
string
description
string
address
AddressCreateDto
CollateralCustomFieldOneCreateDto¶
name
string
CollateralCustomFieldOneDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
order
integer(int32)
CollateralDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
dealIds
array [ string ]
address
AddressDto
name
string
description
string
customFieldOne
string
salesValuation
number(double)
alternativeValuation
number(double)
totalSf
number(double)
totalUnits
number(double)
floorAreaRatio
number(double)
parkingRatio
number(double)
walkScore
number(double)
transitScore
number(double)
bikeScore
number(double)
propertyDetails
PropertyDetailsDto
propertyOwnership
PropertyOwnershipDto
taxAssessmentDetails
TaxAssessmentDetailsDto
demographicsDetails
DemographicsDetailsDto
propertyRisks
PropertyRisksDto
amenities
AmenitiesDto
construction
boolean
CollateralEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
CollateralHistoryEtlDto
dealIds
array [ string ]
name
string
description
string
address
AddressDto
subStatus
string
propertyGeneralCategory
string
countyLandUseDescription
string
msaName
string
totalSf
number(double)
CollateralHistoryEtlDto¶
CollateralImportDto¶
frontEndGridLineNumber
string
collateralCreateData
CollateralCreateDto
alternativeValuationCreateData
AlternativeValuationCreateDto
CollateralLookUpInfoDto¶
id
string
name
string
fullAddress
string
dealsInfo
array [ DealInfoDto ]
CollateralPropertyUpdateDto¶
property
string(enum)
Available enum values: Name
, Description
, YearRenovated
, YearBuilt
, FloorAreaRatio
, ParkingRatio
, AssetClass
, CustomFieldOne
value
string
CollateralReportDto¶
id
string
dealIds
array [ string ]
fullAddress
string
CollateralScoreExtractDto¶
id
string
dealIds
array [ string ]
address
AddressDto
floorAreaRatio
number(double)
parkingRatio
number(double)
walkScore
number(double)
transitScore
number(double)
bikeScore
number(double)
yearBuilt
number(double)
yearRenovated
number(double)
stories
number(double)
lotSize
number(double)
numberOfBuildings
number(double)
grossSF
number(double)
sizeLotAcres
number(double)
assetClass
string(enum)
Available enum values: A
, AB
, B
, BC
, C
, NA
totalCrimeScore
number(double)
salePricePerSf
number(double)
CollateralSummaryDto¶
id
string
address
AddressDto
name
string
netIncome
number(double)
netOperatingIncome
number(double)
incomeValuation
number(double)
alternativeValuation
number(double)
salesValuation
number(double)
totalSF
number(double)
totalUnit
number(double)
CollateralSummaryResponseDto¶
success
boolean
error
ErrorDto
collateralSummaries
array [ CollateralSummaryDto ]
CollateralTotalsDto¶
alternativeValuation
number(double)
incomeValuation
number(double)
salesValuation
number(double)
netOperatingIncome
number(double)
netIncome
number(double)
userDebtService
number(double)
debtServiceMethod
string(enum)
Available enum values: Calculated
, Manual
debtService
number(double)
netCashFlow
number(double)
dscr
number(double)
debtYield
number(double)
totalSF
number(double)
totalUnit
number(double)
CollateralsImportRequestDto¶
collaterals
array [ CollateralImportDto ]
CombinedValuationCreateDto¶
valuationInfoId
string
mainValuation
boolean
name
string
revenueValuationType
string
startDate
string(date)
endDate
string(date)
capRateSource
string(enum)
Available enum values: Market
, Manual
capRate
number(double)
valuationsToSum
array [ string ]
valuationsToSub
array [ string ]
multiplier
number(double)
CommercialComponentCreateDto¶
migrationReference
string
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
unitMix
array [ CommercialLivingUnitCreateDto ]
CommercialComponentDto¶
Extends ComponentDto
livingUnitsInfo
CommercialLivingUnitsInfoDto
expiringLeases
map { number(double) }
CommercialComponentImportDto¶
frontEndGridLineNumber
string
createDto
CommercialComponentCreateDto
CommercialComponentInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
collateralId
string
selectedRentRollId
string
address
AddressDto
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
marketTrendSummary
MarketTrendSummaryDto
marketSummary
MarketSummaryDto
marketData
MarketDataDto
marketForecast
MarketForecastDto
leaseToPreLeaseRatio
number(double)
totalRentRollAnnualRevenue
number(double)
rentRollVacancy
number(double)
rentRollsOrder
array [ string ]
saleValueComputationType
string(enum)
Available enum values: ByUnit
, BySf
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
livingUnitsInfo
CommercialLivingUnitsInfoDto
expiringLeases
map { number(double) }
CommercialLivingUnitCreateDto¶
frontEndGridLineNumber
string
description
string
suite
string
floor
number(double)
unitSize
number(double)
concludedAnnualPerSf
number(double)
CommercialLivingUnitDto¶
id
string
description
string
suite
string
floor
number(double)
unitSize
number(double)
compsRevenue
RevenueDto
concludedRevenue
RevenueDto
CommercialLivingUnitPropertyUpdateDto¶
property
string(enum)
Available enum values: Description
, Suite
, Floor
, UnitSize
, ConcludedAnnualPerSF
value
string
CommercialLivingUnitUpdateDto¶
id
string
updates
array [ CommercialLivingUnitPropertyUpdateDto ]
CommercialLivingUnitsInfoDto¶
livingUnits
array [ CommercialLivingUnitDto ]
marketVacancy
number(double)
totalUnits
number(double)
totalSf
number(double)
averageUnitSize
number(double)
averageSqft
number(double)
concludedTotalRevenue
RevenueDto
compsTotalRevenue
RevenueDto
CommercialRentRollComparisonDto¶
id
string
rentRollName
string
totalMonthlyRevenuePerSf
number(double)
totalAnnualRevenuePerSf
number(double)
totalAnnualRevenue
number(double)
vacancy
number(double)
CommercialRentRollCreateDto¶
componentId
string
name
string
effectiveDate
string(date)
fileId
string
comment
string
rentRollItems
array [ CommercialRentRollItemCreateDto ]
CommercialRentRollDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
componentId
string
name
string
fileId
string
effectiveDate
string(date)
comment
string
rentRollItems
array [ CommercialRentRollItemDto ]
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalMonthlyRevenuePerSf
number(double)
totalAnnualRevenue
number(double)
totalAnnualRevenuePerSf
number(double)
vacancy
number(double)
tenantTurnover
number(double)
expiringLeases
map { number(double) }
totalCam
number(double)
CommercialRentRollInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
componentId
string
name
string
fileId
string
effectiveDate
string(date)
comment
string
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalMonthlyRevenuePerSf
number(double)
totalAnnualRevenue
number(double)
totalAnnualRevenuePerSf
number(double)
vacancy
number(double)
tenantTurnover
number(double)
expiringLeases
map { number(double) }
rentRollItems
array [ CommercialRentRollItemDto ]
CommercialRentRollItemCreateDto¶
frontEndGridLineNumber
string
unitNumber
string
tenantName
string
monthlyRent
number(double)
unitSize
number(double)
leaseStart
string(date)
leaseEnd
string(date)
leaseType
string(enum)
Available enum values: NA
, FullService
, ModifiedGross
, SingleNet
, DoubleNet
, TripleNet
, MonthToMonth
comment
string
cam
number(double)
CommercialRentRollItemDto¶
id
string
unitNumber
string
tenantName
string
monthlyRent
number(double)
unitSize
number(double)
leaseStart
string(date)
leaseEnd
string(date)
annualRent
number(double)
monthlyRentPerSf
number(double)
annualRentPerSf
number(double)
leaseType
string(enum)
Available enum values: NA
, FullService
, ModifiedGross
, SingleNet
, DoubleNet
, TripleNet
, MonthToMonth
comment
string
cam
number(double)
CommercialRentRollUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoRentRollProperty ]
tablePatchData
BulkOperationDtoCommercialRentRollItemCreateDtoItemUpdateDtoPropertyUpdateDtoCommercialRentRollItemProperty
CompanyCreateDto¶
name
string
addressCreate
AddressCreateDto
companyType
string(enum)
Available enum values: LLC
, LLP
, LP
, Sole_Proprietorship
, C_Corp
, S_Corp
, Non_Profit
primaryPhoneNumber
string
contactId
string
primaryEmail
string
description
string
riskRating
string
ein
string
CompanyDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
companyType
string(enum)
Available enum values: LLC
, LLP
, LP
, Sole_Proprietorship
, C_Corp
, S_Corp
, Non_Profit
description
string
screeningStatus
string(enum)
Available enum values: nameNotFlagged
, nameFlagged
, flaggedAndValidated
, unknown
logo
string(byte)
address
AddressDto
heldCompanies
array [ CompanyHoldingDto ]
primaryEmail
string
primaryPhoneNumber
string
membersIds
array [ string ]
companyFinancialStatements
CompanyFinancialStatementsDto
companyCashFlowAvailableForDebtService
number(double)
companyDebtService
number(double)
companyCashFlowAfterDebtService
number(double)
companyDSCR
number(double)
companyAssetSubtotal
number(double)
companyLiabilitySubtotal
number(double)
companyLiquidity
number(double)
contactId
string
riskRating
string
lastRefreshTime
string(date-time)
ein
string
CompanyEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
CompanyHistoryEtlDto
CompanyFinancialDataDto¶
companyCashFlowAvailableForDebtService
number(double)
companyDebtService
number(double)
companyCashFlowAfterDebtService
number(double)
companyDSCR
number(double)
CompanyFinancialStatementCreateDto¶
balanceSheetItems
array [ BalanceSheetItemCreateDto ]
incomeStatementItems
array [ IncomeStatementItemCreateDto ]
name
string
fileName
string
date
string(date)
year
integer(int32)
type
string(enum)
Available enum values: Manual
, FileUpload
userComment
string
CompanyFinancialStatementsDto¶
financialStatementSummary
FinancialStatementSummaryDto
incomeStatements
array [ IncomeStatementDto ]
balanceSheets
array [ BalanceSheetDto ]
CompanyHistoryEtlDto¶
CompanyHoldingDto¶
ownership
number(double)
companyId
string
CompanyImportResultDto¶
error
string
parsedCompanies
integer(int32)
CompanyInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
name
string
description
string
logo
array [ string(byte) ]
address
AddressDto
primaryEmail
string
primaryPhoneNumber
string
companyDebtService
number(double)
companyCashFlowAfterDebtService
number(double)
companyDSCR
number(double)
companyAssetSubtotal
number(double)
companyLiabilitySubtotal
number(double)
companyLiquidity
number(double)
contactId
string
riskRating
string
ein
string
CompanyPropertyUpdateDto¶
property
string(enum)
Available enum values: Name
, CompanyType
, EIN
, Description
, FullAddress
, AdditionalAddressFreeText
, PrimaryPhoneNumber
, PrimaryEmail
, ContactID
, RiskRating
value
string
CompanyReportDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
companyType
string(enum)
Available enum values: LLC
, LLP
, LP
, Sole_Proprietorship
, C_Corp
, S_Corp
, Non_Profit
description
string
fullAddress
string
additionalAddressFreeText
string
primaryPhoneNumber
string
primaryEmail
string
contactId
string
riskRating
string
ein
string
CompanyScoreExtractDto¶
id
string
CompanySummaryDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
primaryAddress
AddressDto
companyCashFlowAvailableForDebtService
number(double)
companyDebtService
number(double)
companyCashFlowAfterDebtService
number(double)
companyDSCR
number(double)
companyAssetSubtotal
number(double)
companyLiabilitySubtotal
number(double)
companyLiquidity
number(double)
contactId
string
riskRating
string
CompanyUpdateDto¶
id
string
updates
array [ CompanyPropertyUpdateDto ]
CompareReasonDto¶
name
string
diff
number(double)
score
number(double)
weight
number(double)
visualKeyName
string
visualKeyFormatting
string
visualScoreName
string
ComponentAlternativeRevenuesDto¶
componentId
string
revenues
number(double)
ComponentDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
collateralId
string
unitMixComment
string
selectedRentRollId
string
address
AddressDto
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
marketTrendSummary
MarketTrendSummaryDto
marketSummary
MarketSummaryDto
marketData
MarketDataDto
marketForecast
MarketForecastDto
leaseToPreLeaseRatio
number(double)
totalRentRollAnnualRevenue
number(double)
rentRollVacancy
number(double)
rentRollsOrder
array [ string ]
saleValueComputationType
string(enum)
Available enum values: ByUnit
, BySf
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
type
string
ComponentEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
ComponentHistoryEtlDto
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
address
AddressDto
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
selectedRentRollId
string
rentRollVacancy
number(double)
marketVacancy
Percentage
ComponentHistoryEtlDto¶
ComponentInfoDto¶
id
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
totalSf
number(double)
totalUnits
number(double)
saleValue
number(double)
totalMarketAnnualRevenue
number(double)
totalRentRollAnnualRevenue
number(double)
marketVacancy
number(double)
rentRollVacancy
number(double)
ComponentInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
collateralId
string
selectedRentRollId
string
address
AddressDto
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
marketTrendSummary
MarketTrendSummaryDto
marketSummary
MarketSummaryDto
marketData
MarketDataDto
marketForecast
MarketForecastDto
leaseToPreLeaseRatio
number(double)
totalRentRollAnnualRevenue
number(double)
rentRollVacancy
number(double)
rentRollsOrder
array [ string ]
saleValueComputationType
string(enum)
Available enum values: ByUnit
, BySf
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
ComponentPropertyUpdateDto¶
property
string(enum)
Available enum values: ServiceLevel
, HotelFlag
, SalesComputationType
, LeaseToPreLeaseRatio
, SelectedRentRoll
, UnitMixComment
value
string
ComponentReportDto¶
id
string
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
ComponentScoreDataDto¶
id
string
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
leaseToPreLeaseRatio
number(double)
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
salesComparablesInfoScoreExtractDto
SalesComparablesInfoScoreExtractDto
rentComparablesInfoScoreExtractDto
RentComparablesInfoScoreExtractDto
livingUnitsInfoScoreExtractDto
LivingUnitsInfoScoreExtractDto
rentRollScoreExtractDto
RentRollScoreExtractDto
ComponentScoreExtractDto¶
id
string
collateralId
string
selectedRentRollId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
leaseToPreLeaseRatio
number(double)
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
marketVacancy
number(double)
salesComparablesInfoScoreExtractDto
SalesComparablesInfoScoreExtractDto
rentComparablesInfoScoreExtractDto
RentComparablesInfoScoreExtractDto
livingUnitsInfoScoreExtractDto
LivingUnitsInfoScoreExtractDto
ComponentSummaryDto¶
id
string
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
leaseToPreLeaseRatio
number(double)
totalUnits
number(double)
totalSf
number(double)
saleValue
number(double)
totalMarketAnnualRevenue
number(double)
totalConcludedRentAnnualRevenue
number(double)
marketVacancy
number(double)
selectedRentRollId
string
totalRentRollAnnualRevenue
number(double)
rentRollVacancy
number(double)
ComponentSummaryResponseDto¶
success
boolean
error
ErrorDto
componentSummary
array [ ComponentSummaryDto ]
ComponentTotalsDto¶
componentsData
array [ ComponentInfoDto ]
totalSaleValue
number(double)
totalSf
number(double)
totalUnits
number(double)
ComponentVacancyDto¶
componentId
string
vacancyValue
VacancyValueDto
ComponentsImportRequestDto¶
hotel
array [ HotelComponentImportDto ]
commercial
array [ CommercialComponentImportDto ]
residential
array [ ResidentialComponentImportDto ]
CreateCommercialDealDto¶
ownerId
string
dealName
string
address
AddressCreateDto
propertyType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanAmount
number(double)
loanTerm
number(double)
commercialLivingUnitCreateDto
array [ CommercialLivingUnitCreateDto ]
CreateHotelDealDto¶
ownerId
string
dealName
string
address
AddressCreateDto
propertyType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanAmount
number(double)
loanTerm
number(double)
hotelLivingUnitCreateDto
HotelLivingUnitCreateDto
CreateResidentialDealDto¶
ownerId
string
dealName
string
address
AddressCreateDto
propertyType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanAmount
number(double)
loanTerm
number(double)
residentialLivingUnitCreateDto
array [ ResidentialLivingUnitCreateDto ]
CreateResponseDto¶
error
ErrorDto
createdEntityId
string
success
boolean
CredentialDto¶
email
string
password
string
CrimeRisksDto¶
crimeTotalRisk
number(double)
forcibleRape
RiskDto
forcibleRobbery
RiskDto
larceny
RiskDto
burglary
RiskDto
aggravatedAssault
RiskDto
motorVehicleTheft
RiskDto
crime
RiskDto
murder
RiskDto
CrossDealCollateralReportDto¶
body
array [ DealCollateralPairDto ]
CrossDealCollateralReportFilterDto¶
collateralIds
array [ string ]
CrossDealCollateralReportResponseDto¶
success
boolean
error
ErrorDto
body
array [ DealCollateralPairDto ]
CustomFieldConfigurationCreateDto¶
name
string
CustomFieldConfigurationDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
entityType
string(enum)
Available enum values: Deal
orderedValues
array [ string ]
CustomFieldDto¶
name
string
value
string
CustomFieldEtlDto¶
name
string
value
string
DcfModelDto¶
discountRate
number(double)
revenueGrowth
array [ number(double) ]
expenseGrowth
array [ number(double) ]
DealCollateralPairDto¶
collateralId
string
dealId
string
DealContactCreateDto¶
frontEndGridLineNumber
string
role
string(enum)
Available enum values: Borrower
, Guarantor_Sponsor
, Broker
, ReferralIndividual
participation
number(double)
contactId
string
DealContactPropertyUpdateDto¶
property
string(enum)
Available enum values: Role
, Participation
value
string
DealContactUpdateDto¶
id
string
updates
array [ DealContactPropertyUpdateDto ]
DealCreateResult¶
error
ErrorDto
dealId
string
fileId
string
success
boolean
DealEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
DealHistoryEtlDto
name
string
state
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
subStatus
string
rejectReason
string
rejectNote
string
priority
string(enum)
Available enum values: Low
, Medium
, High
address
AddressDto
geoLocation
GeoJsonPoint
componentType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
projectTotalCost
number(double)
grossLoan
number(double)
originatedLoanAmount
number(double)
indexRate
number(double)
rateSpread
number(double)
interestRateFloor
number(double)
rateIndexType
string(enum)
Available enum values: WSJ Prime
, 1 M LIBOR
, 3 M LIBOR
, 6 M LIBOR
, 1 YR LIBOR
, 5 YR LIBOR
, FHLB 3 YR
, FHLB 5 YR
, FHLB 7 YR
, 1 YR T WKLY
, 2 YR TREAS
, 3 YR TREAS
, 5 YR TREAS
, 7 YR TREAS
, 10 YR TREAS
, 2 YR SWAP
, 5 YR SWAP
, 7 YR SWAP
, 10 YR SWAP
, CD Rate
, Fixed
, SOFR
, 1 M TERM SOFR
, 90 day SOFR
, 180 DAY SOFR
, AMERIBOR - Term 30
, 1 M AVG SOFR
interestRate
number(double)
loanTerm
number(double)
extensionTerm
number(double)
remainingLoanTerm
number(double)
amortizationTerm
number(double)
ltc
number(double)
ltv
number(double)
riskRating
string
cashFlow
number(double)
debtService
number(double)
netCashFlow
number(double)
dscr
number(double)
assets
number(double)
liabilities
number(double)
netWorth
number(double)
netWorthRatio
number(double)
liquidity
number(double)
liquidityRatio
number(double)
mainScore
number(double)
mainOriginationScore
array [ SeedScoreEtlDto ]
originationDate
string(date)
closedDate
string(date)
alternativeValuation
number(double)
loanNumber
string
requestedLoanAmount
number(double)
customFields
array [ CustomFieldEtlDto ]
ownerId
string
DealFundsInfoDto¶
id
string
fundsLoansInfo
FundsLoansInfoDto
fundsSourcesInfo
FundsSourcesInfoDto
fundsUsesInfo
FundsUsesInfoDto
DealHistoryEtlDto¶
ltvDelta
Percentage
dscrDelta
Percentage
interestRate
Percentage
DealIdAndNameDto¶
id
string
seedName
string
DealIdsResponseDto¶
success
boolean
error
ErrorDto
dealIds
array [ string ]
DealInfoDto¶
id
string
name
string
DealLTVsDto¶
alternativeLTV
number(double)
incomeLTV
number(double)
salesLTV
number(double)
DealLoanPricingOptionsDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
dealOption
LoanOptionDto
userOptions
array [ LoanOptionDto ]
DealNarrativeCreateDto¶
frontEndGridLineNumber
string
dealNarrativeCategory
string(enum)
Available enum values: Transaction_Overview
, Strengths
, Risks_And_Mitigants
, Property_Location
, Sponsor_Guarantor
, Property_Management
, Property_Performance
, Underwriting_Notes
, Third_Parties
, Market
, Additional_Information
, Generated_Narrative
description
string
DealNarrativePropertyUpdateDto¶
property
string(enum)
Available enum values: DealNarrativeCategory
, Description
value
string
DealNarrativeUpdateDto¶
id
string
updates
array [ DealNarrativePropertyUpdateDto ]
DealPropertyUpdateDto¶
property
string(enum)
Available enum values: State
, Owner
, LoanType
, Status
, Priority
, SeedName
, Note
, MainImageFileId
, ProjectTotalCost
, GrossLoan
, IsSyndicatedLoan
, ParticipationGrossLoan
, OriginatedLoanAmount
, RateSpread
, LoanPaymentStructure
, IndexRate
, InterestRateFloor
, LoanTerm
, ExtensionTerm
, AmortizationTerm
, Description
, LoanId
, RateIndex
, OriginationDate
, ClosingDate
, RiskRating
, ProfileName
, UserSelectedLtv
, ClosedDate
, UserDebtService
, DebtServiceMethod
, RequestedLoanAmount
, CustomField1
, CustomField2
, LoansPackageId
value
string
DealRateCreateDto¶
frontEndGridLineNumber
string
rateType
string(enum)
Available enum values: OriginationFee
, ExitFee
, ServicingFee
, ExtensionFee1
, ExtensionFee2
, ExtensionFee3
, ExtensionFee4
, ExtensionFee5
, Fee4506TRequest
, AppraisalFee
, BrokerFee
, BusinessCreditReport
, BusinessEvaluationFee
, ConstructionCostReviewFee
, DixielineFundControlFee
, DMV
, DMVProcessingFee
, DocumentationFee
, EnvironmentalReportFee
, InspectionFee
, LifeOfLoanFloodFee
, Other
, OutsideAppraisalReviewFee
, RecordingFees
, SBAGuaranteeFee
, SBAPackagingFees
, SBAServicingFees
, SubEscrowFee
, TaxServiceFee
, TitleInsuranceEndorsementsFee
, UCCSearchesFilingFees
, UPSDeliveryFee
, WireTransferFee
, UnderwritingFee
measureType
string(enum)
Available enum values: Percentage
, Amount
percentageAmount
number(double)
amount
number(double)
term
number(double)
DealRatePropertyUpdateDto¶
property
string(enum)
Available enum values: MeasureType
, PercentageAmount
, Amount
, Term
value
string
DealRateUpdateDto¶
id
string
updates
array [ DealRatePropertyUpdateDto ]
DealReportDto¶
id
string
seedName
string
loanId
string
loansPackageId
string
DealScoreDataDto¶
dealId
string
deal
DealScoreExtractDto
collaterals
array [ CollateralComponentScoreDto ]
persons
map { array [ PersonScoreExtractDto ] }
DealScoreExtractDto¶
id
string
name
string
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
projectTotalCost
number(double)
grossLoan
number(double)
originatedLoanAmount
number(double)
requestedLoanAmount
number(double)
indexRate
number(double)
rateSpread
number(double)
interestRateFloor
number(double)
rateIndexType
string(enum)
Available enum values: WSJ Prime
, 1 M LIBOR
, 3 M LIBOR
, 6 M LIBOR
, 1 YR LIBOR
, 5 YR LIBOR
, FHLB 3 YR
, FHLB 5 YR
, FHLB 7 YR
, 1 YR T WKLY
, 2 YR TREAS
, 3 YR TREAS
, 5 YR TREAS
, 7 YR TREAS
, 10 YR TREAS
, 2 YR SWAP
, 5 YR SWAP
, 7 YR SWAP
, 10 YR SWAP
, CD Rate
, Fixed
, SOFR
, 1 M TERM SOFR
, 90 day SOFR
, 180 DAY SOFR
, AMERIBOR - Term 30
, 1 M AVG SOFR
interestRate
number(double)
loanTerm
number(double)
extensionTerm
number(double)
remainingLoanTerm
number(double)
amortizationTerm
number(double)
ltc
number(double)
ltv
number(double)
riskRating
string
cashFlow
number(double)
debtService
number(double)
netCashFlow
number(double)
assets
number(double)
liabilities
number(double)
netWorth
number(double)
netWorthRatio
number(double)
liquidity
number(double)
liquidityRatio
number(double)
originationDate
string(date)
borrowerRequiredCloseDate
string(date)
closedDate
string(date)
loanTermEnding
string(date)
collateralTotals
CollateralTotalsDto
dealLTVs
DealLTVsDto
valuationUsedInLtv
string(enum)
Available enum values: None
, Alternative
, Income
, Sales
componentType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
companies
array [ SeedCompanyDto ]
persons
array [ SeedPersonDto ]
rates
array [ RateDto ]
globalFinancialInfo
map { GlobalFinancialInfoDto }
lenderReturns
LenderReturnsDto
dscr
number(double)
DealSizingRequestDto¶
ltv
number(double)
dscr
number(double)
debtYield
number(double)
interestRate
number(double)
amortizationTerm
number(double)
DealSizingResponseDto¶
dscrIo
number(double)
dscrAmortization
number(double)
debtYield
number(double)
ltv
number(double)
DealTotalsDto¶
associatedDealsNumber
number(double)
loanAmountSum
number(double)
weightedAverageLtv
number(double)
weightedAverageDscr
number(double)
debtServiceSum
number(double)
DealUpdateDto¶
id
string
updates
array [ DealPropertyUpdateDto ]
DealValuationsReportDto¶
id
string
valuationsInfoSummaries
array [ ValuationsInfoSummaryDto ]
DealsContactsImportResultDto¶
errors
array [ string ]
success
boolean
DeleteResponseDto¶
error
ErrorDto
numberOfDeletedEntities
integer(int64)
success
boolean
DemographicsDetailsDto¶
civilianLaborForceCount
number(double)
employmentCount
number(double)
unemploymentCount
number(double)
unemploymentRatePercent
number(double)
yearOfEmploymentData
number(double)
yearOfDemographicData
number(double)
populationMedianAge
number(double)
ageAveProjected5Year
number(double)
householdCount
number(double)
householdAverageSize
number(double)
householdHighProjected5YearCount
number(double)
householdLowProjected5YearCount
number(double)
averageHouseholdIncome
number(double)
medianHouseholdIncome
number(double)
averageHouseholdIncome5YearForecast
number(double)
medianHouseholdIncome5YearForecast
number(double)
employeeTotalCount
number(double)
totalPopulationCount
number(double)
populationDiff2000Percent
number(double)
populationDiff2010Percent
number(double)
population5YearForecast
number(double)
DistributionByLoanTypeDto¶
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
numOfDeals
integer(int32)
DistributionByPropertyTypeDto¶
propertyType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
numOfDeals
integer(int32)
DistributionByScoreDto¶
scoreBucket
integer(int32)
numOfDeals
integer(int32)
DistributionByStateDto¶
state
string
numOfDeals
integer(int32)
DummyLoanOptionCreateDto¶
frontEndGridLineNumber
string
dummyField
string
EmptyResponseDto¶
error
ErrorDto
success
boolean
EntireDealTemplateDto¶
dealId
string
placeholdersValues
map { string }
rentRolls
array [ RentRollTemplateDto ]
orderedValuations
array [ ValuationTemplateDto ]
EntityDescriptorDto¶
id
string
description
string
ErrorDetailDto¶
errorType
string(enum)
Available enum values: ValidationError
, BadRequest
, InternalError
, MissingEntity
fieldName
string
message
string
frontEndGridLineNumber
string
entityId
string
ErrorDto¶
errorType
string(enum)
Available enum values: ValidationError
, BadRequest
, InternalError
, MissingEntity
message
string
entityId
string
details
array [ ErrorDetailDto ]
ExistsResponseDto¶
error
ErrorDto
exists
boolean
success
boolean
FileMetadataDto¶
id
string
mainUrl
string
size
integer(int64)
uploadedBy
string
creationTime
string(date-time)
FinancialCalculationSummaryDto¶
id
string
collateralsValuationSummary
array [ RevenueValuationSummaryDto ]
dealValuationSummary
RevenueValuationSummaryDto
FinancialStatementBulkOperationDto¶
notes
string
assetsBulkUpdate
BulkOperationDtoAssetItemCreateDtoAssetFinancialItemUpdateDto
liabilitiesBulkUpdate
BulkOperationDtoLiabilityItemCreateDtoLiabilityFinancialItemUpdateDto
empty
boolean
FinancialStatementConfigCreateDto¶
name
string
active
boolean
ids
array [ string ]
type
string(enum)
Available enum values: BalanceSheet
, IncomeStatement
FinancialStatementConfigDto¶
id
string
name
string
active
boolean
ids
array [ string ]
FinancialStatementConfigEditDto¶
name
string
ids
array [ string ]
FinancialStatementEditDto¶
date
string(date)
name
string
FinancialStatementSummaryDto¶
incomeStatements
array [ FinancialStatementSummaryItemDto ]
balanceSheets
array [ FinancialStatementSummaryItemDto ]
FinancialStatementSummaryItemDto¶
id
string
year
integer(int32)
name
string
fileName
string
type
string(enum)
Available enum values: Manual
, FileUpload
FinancialTransactionCreateDto¶
frontEndGridLineNumber
string
category
string(enum)
Available enum values: VacancyAndConcessions
, OtherIncome
, OperatingExpense
, FixedCharges
, BelowTheLineExpense
, Revenue
description
string
amount
number(double)
measureType
string(enum)
Available enum values: Unspecified
, PercentOfRentRollVacancy
, PercentOfRevenue
, PercentOfEffectiveIncome
, PercentOfSalesCompValuation
, PercentOfTotalOperatingExpenses
, Amount
, PercentOfComponentRevenues
, AmountPerSf
, AmountPerUnit
group
string
FinancialTransactionDto¶
id
string
description
string
group
string
amount
number(double)
measureType
string(enum)
Available enum values: Unspecified
, PercentOfRentRollVacancy
, PercentOfRevenue
, PercentOfEffectiveIncome
, PercentOfSalesCompValuation
, PercentOfTotalOperatingExpenses
, Amount
, PercentOfComponentRevenues
, AmountPerSf
, AmountPerUnit
annualized
number(double)
annualizedPerSf
number(double)
annualizedPerUnit
number(double)
annualizedPercentageEGI
number(double)
annualizedByYear
array [ number(double) ]
comment
string
FinancialTransactionGroupDto¶
group
string
totalAmount
number(double)
totalPerSf
number(double)
totalPerUnit
number(double)
totalPercentageEGI
number(double)
transactions
array [ FinancialTransactionDto ]
FinancialTransactionInfoDto¶
total
number(double)
totalByYear
array [ number(double) ]
groupedTransactions
array [ FinancialTransactionGroupDto ]
FinancialTransactionPropertyUpdateDto¶
property
string(enum)
Available enum values: Description
, Amount
, MeasureType
, Category
, Group
, Comment
value
string
FinancialTransactionUpdateDto¶
id
string
updates
array [ FinancialTransactionPropertyUpdateDto ]
FundSourceItemCreateDto¶
frontEndGridLineNumber
string
sourcesOfFunds
string
amount
number(double)
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
amortizationTerm
number(double)
interestRate
number(double)
FundSourceItemDto¶
id
string
sourcesOfFunds
string
amount
number(double)
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
amortizationTerm
number(double)
interestRate
number(double)
dollarPerUnit
number(double)
dollarPerSF
number(double)
percentOfTotal
number(double)
isDefault
boolean
FundSourceItemPropertyUpdateDto¶
property
string(enum)
Available enum values: sourcesOfFunds
, amount
, loanPaymentStructure
, amortizationTerm
, interestRate
value
string
FundSourceItemUpdateDto¶
id
string
updates
array [ FundSourceItemPropertyUpdateDto ]
FundUseItemCreateDto¶
frontEndGridLineNumber
string
usesOfFunds
string
amount
number(double)
FundUseItemDto¶
id
string
usesOfFunds
string
amount
number(double)
dollarPerUnit
number(double)
dollarPerSF
number(double)
percentOfTotal
number(double)
isDefault
boolean
FundUseItemPropertyUpdateDto¶
property
string(enum)
Available enum values: usesOfFunds
, amount
value
string
FundUseItemUpdateDto¶
id
string
updates
array [ FundUseItemPropertyUpdateDto ]
FundsLoanItemDto¶
sourcesOfFunds
string
amount
number(double)
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
amortizationTerm
number(double)
interestRate
number(double)
dealIncomeValuation
number(double)
dealNOI
number(double)
debtYield
number(double)
ltv
number(double)
dscr
number(double)
FundsLoansInfoDto¶
loanFundsItems
array [ FundsLoanItemDto ]
avgLTV
number(double)
totalDSCR
number(double)
totalDebtYield
number(double)
FundsSourcesInfoDto¶
fundSourceItems
array [ FundSourceItemDto ]
totalAmount
number(double)
totalDollarPerUnit
number(double)
totalDollarPerSF
number(double)
balanceBetweenUsesAndSources
number(double)
balanceName
string
FundsUsesInfoDto¶
fundUseItems
array [ FundUseItemDto ]
totalAmount
number(double)
totalDollarPerUnit
number(double)
totalDollarPerSF
number(double)
GeoJsonPoint¶
x
number(double)
y
number(double)
type
string
coordinates
array [ number(double) ]
GetOperationResultDtoDealSizingRequestDto¶
result
DealSizingRequestDto
success
boolean
error
string
GetOperationResultDtoDealSizingResponseDto¶
result
DealSizingResponseDto
success
boolean
error
string
GetOperationResultDtoPortfolioStressTestsDto¶
result
PortfolioStressTestsDto
success
boolean
error
string
GetOperationResultDtoStressTestResultsDto¶
result
StressTestResultsDto
success
boolean
error
string
GlobalFinancialInfoDto¶
totalCashFlow
number(double)
totalDebtService
number(double)
totalNetCashFlow
number(double)
totalDSCR
number(double)
totalAssets
number(double)
totalLiabilities
number(double)
totalEquity
number(double)
totalLiquidity
number(double)
HighlightDto¶
title
string
bullets
array [ string ]
HotelComponentCreateDto¶
migrationReference
string
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
unitMix
HotelLivingUnitCreateDto
serviceLevel
string(enum)
Available enum values: LimitedService
, FullService
, Luxury
hotelFlag
string
HotelComponentDto¶
Extends ComponentDto
livingUnitsInfo
HotelLivingUnitsInfoDto
serviceLevel
string(enum)
Available enum values: LimitedService
, FullService
, Luxury
hotelFlag
HotelFlag
HotelComponentImportDto¶
frontEndGridLineNumber
string
createDto
HotelComponentCreateDto
HotelComponentInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
collateralId
string
selectedRentRollId
string
address
AddressDto
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
marketTrendSummary
MarketTrendSummaryDto
marketSummary
MarketSummaryDto
marketData
MarketDataDto
marketForecast
MarketForecastDto
leaseToPreLeaseRatio
number(double)
totalRentRollAnnualRevenue
number(double)
rentRollVacancy
number(double)
rentRollsOrder
array [ string ]
saleValueComputationType
string(enum)
Available enum values: ByUnit
, BySf
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
livingUnitsInfo
HotelLivingUnitsInfoDto
serviceLevel
string(enum)
Available enum values: LimitedService
, FullService
, Luxury
hotelFlag
HotelFlag
HotelFlag¶
hotelFlag
string
HotelLivingUnitCreateDto¶
numUnits
number(double)
adr
number(double)
occupancy
number(double)
sqFt
number(double)
HotelLivingUnitDto¶
id
string
numUnits
number(double)
adr
number(double)
occupancy
number(double)
sqFt
number(double)
roomNightsPerMonth
number(double)
revPar
number(double)
monthlyRevenue
number(double)
HotelLivingUnitPropertyUpdateDto¶
property
string(enum)
Available enum values: NumUnits
, Adr
, Occupancy
, SqFt
value
string
HotelLivingUnitsInfoDto¶
livingUnits
array [ HotelLivingUnitDto ]
marketVacancy
number(double)
totalUnits
number(double)
totalSf
number(double)
totalMonthlyRevenue
number(double)
totalAnnualRevenue
number(double)
averageUnitSize
number(double)
ImportDealContactDto¶
frontEndGridLineNumber
string
dealId
string
contactId
string
role
string(enum)
Available enum values: Borrower
, Guarantor_Sponsor
, Broker
, ReferralIndividual
ImportReportDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
startedImportCount
integer(int32)
completed
boolean
importResults
array [ ImportResultDto ]
ImportResponseDto¶
error
ErrorDto
reportId
string
success
boolean
ImportResultDto¶
frontEndGridLineNumber
string
createdId
string
errors
array [ ErrorDetailDto ]
ImportedCollateralCreateDto¶
address
AddressCreateDto
appraisedValue
number(double)
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
residentialUnixMixData
array [ ImportedResidentialLivingUnitsCreateDto ]
commercialUnitMixData
ImportedCommercialLivingUnitsCreateDto
hotelUnitMixData
ImportedHotelLivingUnitsCreateDto
ImportedCommercialLivingUnitsCreateDto¶
sf
number(double)
ImportedDealCreateDto¶
ownerId
string
dealName
string
state
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
status
string
grossLoan
number(double)
requestedLoanAmount
number(double)
syndicatedLoan
boolean
participationGrossLoan
number(double)
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
rateIndexType
string(enum)
Available enum values: WSJ Prime
, 1 M LIBOR
, 3 M LIBOR
, 6 M LIBOR
, 1 YR LIBOR
, 5 YR LIBOR
, FHLB 3 YR
, FHLB 5 YR
, FHLB 7 YR
, 1 YR T WKLY
, 2 YR TREAS
, 3 YR TREAS
, 5 YR TREAS
, 7 YR TREAS
, 10 YR TREAS
, 2 YR SWAP
, 5 YR SWAP
, 7 YR SWAP
, 10 YR SWAP
, CD Rate
, Fixed
, SOFR
, 1 M TERM SOFR
, 90 day SOFR
, 180 DAY SOFR
, AMERIBOR - Term 30
, 1 M AVG SOFR
indexRate
number(double)
rateSpread
number(double)
loanTerm
number(double)
extensionTerm
number(double)
loanId
string
originationDate
string(date)
originatedLoanAmount
number(double)
amortizationTerm
number(double)
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
projectTotalCost
number(double)
riskRating
string
userDebtService
number(double)
loansPackageId
string
customField1
string
customField2
string
ImportedDealDataCreateDto¶
dealData
ImportedDealCreateDto
collateralData
array [ ImportedCollateralCreateDto ]
ImportedHotelLivingUnitsCreateDto¶
numberOfRooms
number(double)
totalSf
number(double)
adr
number(double)
occupancy
number(double)
ImportedResidentialLivingUnitsCreateDto¶
bedrooms
number(double)
numUnits
number(double)
avgSf
number(double)
IncomeStatementDto¶
incomeStatementConfig
FinancialStatementConfigDto
multiYearIncomeStatement
array [ MultiYearIncomeStatementItemDto ]
incomeStatementInfo
array [ IncomeStatementInfoDto ]
postDistributionCashFlow
number(double)
netIncome
number(double)
contributionsSubtotal
number(double)
otherExpensesSubtotal
number(double)
noi
number(double)
operatingExpensesSubtotal
number(double)
incomeSubtotal
number(double)
revenueSubtotal
number(double)
otherIncomeSubtotal
number(double)
IncomeStatementInfoDto¶
sourceId
string
year
integer(int32)
date
string(date)
name
string
fileName
string
type
string(enum)
Available enum values: Manual
, FileUpload
userComment
string
incomeStatementId
string
items
array [ IncomeStatementItemDto ]
subCategoryTotals
map { number(double) }
categoryTotals
map { number(double) }
netIncome
number(double)
postDistributionCashFlow
number(double)
noi
number(double)
IncomeStatementItemCreateDto¶
frontEndGridLineNumber
string
description
string
sourceMapping
string
value
number(double)
incomeStatementCategory
string(enum)
Available enum values: Income
, Expenses
, OtherExpenses
, ContributionsDistributions
incomeStatementSubCategory
string(enum)
Available enum values: Revenue
, OtherIncome
, OperatingExpenses
, OtherExpenses
, ContributionsDistributions
companyTransactionType
string(enum)
Available enum values: Credit
, Debit
IncomeStatementItemDto¶
id
string
description
string
sourceMapping
string
value
number(double)
incomeStatementCategory
string(enum)
Available enum values: Income
, Expenses
, OtherExpenses
, ContributionsDistributions
incomeStatementSubCategory
string(enum)
Available enum values: Revenue
, OtherIncome
, OperatingExpenses
, OtherExpenses
, ContributionsDistributions
transactionType
string(enum)
Available enum values: Credit
, Debit
IncomeStatementItemKey¶
description
string
incomeStatementSubCategory
string(enum)
Available enum values: Revenue
, OtherIncome
, OperatingExpenses
, OtherExpenses
, ContributionsDistributions
incomeStatementCategory
string(enum)
Available enum values: Income
, Expenses
, OtherExpenses
, ContributionsDistributions
transactionType
string(enum)
Available enum values: Credit
, Debit
IncomeStatementItemUpdateDto¶
id
string
updates
array [ IncomeStatementPropertyUpdateDto ]
IncomeStatementPropertyUpdateDto¶
property
string(enum)
Available enum values: IncomeStatementCategory
, IncomeStatementSubCategory
, CompanyTransactionType
, Description
, Value
value
string
IncomeStatementSubmitData¶
name
string
year
integer(int32)
InvalidEntityDto¶
entityId
string
reasons
array [ string ]
InvalidValidationResult¶
entityType
string(enum)
Available enum values: Deal
, ActivityLog
, Collateral
, Component
, RentComparables
, SaleComparables
, ResidentialRentRolls
, CommercialRentRolls
, Status
, Rate
, Person
, Company
, ActivityTrailProcess
, File
, DealLoanPricingOptions
, DealFunds
, StressTest
, LoansPackage
, ValuationsInfo
, AlternativeValuation
, RevenueValuation
invalidEntities
array [ InvalidEntityDto ]
ItemUpdateDtoPropertyUpdateDtoCommercialRentRollItemProperty¶
id
string
updates
array [ PropertyUpdateDtoCommercialRentRollItemProperty ]
ItemUpdateDtoPropertyUpdateDtoRentComparableProperty¶
id
string
updates
array [ PropertyUpdateDtoRentComparableProperty ]
ItemUpdateDtoPropertyUpdateDtoResidentialRentRollItemProperty¶
id
string
updates
array [ PropertyUpdateDtoResidentialRentRollItemProperty ]
ItemUpdateDtoPropertyUpdateDtoSaleComparableProperty¶
id
string
updates
array [ PropertyUpdateDtoSaleComparableProperty ]
LatLng¶
lat
number(double)
lng
number(double)
LenderReturnsDto¶
equityMultiple
number(double)
cashReturn
number(double)
LiabilityFinancialItemDto¶
id
string
name
string
description
string
maturityDate
string(date)
monthlyPayment
number(double)
category
string(enum)
Available enum values: CreditCard
, InstallmentDebt
, OtherLiability
proforma
AdjustableValueDto
warningStatus
string(enum)
Available enum values: Adjusted
, notValidated
, validated
, adjustedByBusinessRule
, adjustedByUser
LiabilityFinancialItemPropertyUpdateDto¶
property
string(enum)
Available enum values: Name
, Description
, MaturityDate
, MonthlyPayment
, Adjustment
, AdjustmentReason
, Category
value
string
LiabilityFinancialItemUpdateDto¶
id
string
updates
array [ LiabilityFinancialItemPropertyUpdateDto ]
LiabilityItemCreateDto¶
frontEndGridLineNumber
string
category
string(enum)
Available enum values: CreditCard
, InstallmentDebt
, OtherLiability
name
string
description
string
maturityDate
string(date)
monthlyPayment
number(double)
value
number(double)
LinkedEntitiesDto¶
entityId
string
entityType
string(enum)
Available enum values: Deal
, ActivityLog
, Collateral
, Component
, RentComparables
, SaleComparables
, ResidentialRentRolls
, CommercialRentRolls
, Status
, Rate
, Person
, Company
, ActivityTrailProcess
, File
, DealLoanPricingOptions
, DealFunds
, StressTest
, LoansPackage
, ValuationsInfo
, AlternativeValuation
, RevenueValuation
LivingUnitCreateDto¶
frontEndGridLineNumber
string
bedrooms
number(double)
bathrooms
number(double)
monthlyAskingRent
number(double)
unitSize
number(double)
numberOfUnits
number(double)
LivingUnitDto¶
id
string
bedrooms
number(double)
bathrooms
number(double)
monthlyAskingRent
number(double)
unitSize
number(double)
numberOfUnits
number(double)
totalMonthlyRevenue
number(double)
askingRentPerSqft
number(double)
LivingUnitPropertyUpdateDto¶
property
string(enum)
Available enum values: Bedrooms
, Bathrooms
, MonthlyAskingRent
, UnitSize
, NumberOfUnits
value
string
LivingUnitUpdateDto¶
id
string
updates
array [ LivingUnitPropertyUpdateDto ]
LivingUnitsInfoScoreExtractDto¶
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalAnnualRevenue
number(double)
averageUnitSize
number(double)
marketVacancy
number(double)
LoanOptionDto¶
parameters
OptionParametersDto
maxLoan
MaxLoanDto
LoanOptionPropertyUpdateDto¶
property
string(enum)
Available enum values: ProductName
, RateType
, AmortizationTerm
, InterestRate
, NOI
, IncomeValuation
, MaxLTV
, MinDSCR
, MaxDebtYield
value
string
LoanOptionUpdateDto¶
id
string
updates
array [ LoanOptionPropertyUpdateDto ]
LoansPackageCreateDto¶
externalId
string
name
string
commitmentAmount
number(double)
LoansPackageDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
externalId
string
name
string
commitmentAmount
number(double)
dealTotals
DealTotalsDto
LoansPackageEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
LoansPackageHistoryEtlDto
LoansPackageHistoryEtlDto¶
LoansPackageReportDto¶
id
string
name
string
externalId
string
LoansPackageScoreExtractDto¶
id
string
LoansPackageSummaryDto¶
id
string
externalId
string
name
string
commitmentAmount
number(double)
associatedDealsNumber
number(double)
loanAmountSum
number(double)
weightedAverageLtv
number(double)
weightedAverageDscr
number(double)
debtServiceSum
number(double)
LoansPackageUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoLoansPackageProperty ]
LocationRisksDto¶
enhancedHazardhubFlood
RiskDto
enhancedWildfire
RiskDto
tsunami
RiskDto
fireProtection
RiskDto
femaAllFlood
RiskDto
enhancedTornadoParams
RiskDto
enhancedHurricaneParams
RiskDto
faultEarthquake
RiskDto
enhancedHailParams
RiskDto
moldIndex
RiskDto
brownfield
RiskDto
earthquake
RiskDto
ust
RiskDto
MainMarketDto¶
marketId
integer(int64)
sectorId
integer(int64)
gradeId
number(double)
marketPublish
string
sectorPublish
string
grade
string
ageMedian
number(double)
assetValueMomentum
number(double)
caprateEconomic
number(double)
commentary
string
commuteTimeMean
number(double)
cppi
number(double)
crimeRateQuintile
string
desirability
number(double)
desirabilityQuintile
string
fiscalHealthTaxQuintile
string
homeownershipRate
number(double)
homeValueMedianCensus
number(double)
housingAffordability
number(double)
housingAffordabilityQuintile
string
incomeHhiMedianCensus
number(double)
inventory
number(double)
inventoryGrowth5Yr
number(double)
irrBetaQuintile
string
irrLiquidityAdjustment
number(double)
irrRiskAdjusted
number(double)
irrRiskPremium
number(double)
irrUnlevered
number(double)
latitude
number(double)
longitude
number(double)
marketAbbr
string
mrevpafGrowth
number(double)
mrevpafGrowth5Yr
number(double)
mrevpafGrowthYoyCredit
number(double)
noiGrowthLt
number(double)
occupancy
number(double)
populationDegreeCollegeCensusPct
number(double)
rankGradeId
integer(int64)
rentEffective
number(double)
rentGrossMedian
number(double)
strength1
string
strength2
string
strength3
string
supplyBarrierQuintile
string
walkScoreDescription
string
weakness1
string
weakness2
string
weakness3
string
timestampUpdate
string
MarketDataDto¶
mainMarket
MainMarketDto
subMarket
SubMarketDto
MarketForecastDto¶
marketId
integer(int64)
dateFcReleaseId
integer(int64)
scenarioId
integer(int64)
sectorId
integer(int64)
fcPublish
string
marketPublish
string
scenarioPublish
string
sectorPublish
string
dateFcRelease
string(date)
date
string(date)
caprateNominal
number(double)
cppiIndex
number(double)
demandGrowth
number(double)
mrevpafGrowth
number(double)
ncfGrowth
number(double)
noiGrowth
number(double)
occupancy
number(double)
rentGrowth
number(double)
supplyGrowth
number(double)
timestampUpdate
string
MarketSummaryDto¶
weakness1
string
weakness2
string
weakness3
string
strength1
string
strength2
string
strength3
string
MarketTrendSummaryDto¶
lastUpdated
string(date-time)
rent
HighlightDto
sections
array [ SectionDto ]
MaxLoanDto¶
dscr
number(double)
debtYield
number(double)
ltv
number(double)
MultiVariableAnalysisDto¶
stressTestType
string(enum)
Available enum values: Low
, Medium
, High
, Custom
, Baseline
debtYield
number(double)
proformaIncomeLtv
number(double)
revenueChange
number(double)
expensesChange
number(double)
capRateChange
number(double)
vacancyChange
number(double)
interestRateChange
number(double)
dscr
number(double)
MultiYearBalanceSheetItemDto¶
itemKey
BalanceSheetItemKey
values
array [ SingleYearValue ]
proforma
number(double)
MultiYearIncomeStatementItemDto¶
itemKey
IncomeStatementItemKey
values
array [ SingleYearValue ]
proforma
number(double)
NAType¶
NarrativeDto¶
id
string
category
string(enum)
Available enum values: Transaction_Overview
, Strengths
, Risks_And_Mitigants
, Property_Location
, Sponsor_Guarantor
, Property_Management
, Property_Performance
, Underwriting_Notes
, Third_Parties
, Market
, Additional_Information
, Generated_Narrative
description
string
NoteDto¶
owner
string
creationTime
string(date-time)
text
string
NotificationsDataDto¶
notificationsUserId
string
hmacSignature
string
OptionParametersDto¶
id
string
productName
string
rateType
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
interestRate
number(double)
amortizationTerm
number(double)
noi
number(double)
incomeValuation
number(double)
maxLtv
number(double)
minDscr
number(double)
maxDebtYield
number(double)
OrphanedEntityDto¶
entityId
string
entityType
string(enum)
Available enum values: Deal
, ActivityLog
, Collateral
, Component
, RentComparables
, SaleComparables
, ResidentialRentRolls
, CommercialRentRolls
, Status
, Rate
, Person
, Company
, ActivityTrailProcess
, File
, DealLoanPricingOptions
, DealFunds
, StressTest
, LoansPackage
, ValuationsInfo
, AlternativeValuation
, RevenueValuation
missingLinkedEntities
array [ LinkedEntitiesDto ]
Percentage¶
value
number(double)
empty
boolean
present
boolean
asDecimal
number(double)
emptyOrZero
boolean
PersonCreateDto¶
firstName
string
middleName
string
lastName
string
addressCreate
AddressCreateDto
socialSecurityNumber
string
creditScore
number(double)
creditNarrative
string
contactId
string
primaryPhoneNumber
string
primaryEmail
string
birthDate
string(date)
description
string
riskRating
string
PersonDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
firstName
string
middleName
string
lastName
string
socialSecurityNumber
string
description
string
riskRating
string
birthDate
string(date)
address
AddressDto
primaryPhoneNumber
string
primaryEmail
string
screeningStatus
string(enum)
Available enum values: nameNotFlagged
, nameFlagged
, flaggedAndValidated
, unknown
lastRefreshTime
string(date-time)
image
string(byte)
companies
array [ CompanyHoldingDto ]
realEstateSchedule
RealEstateScheduleDto
cashFlow
CashFlowDto
financialStatement
PersonalFinancialStatementDto
personalNetWorth
number(double)
personalLiquidity
number(double)
personalDSCR
number(double)
personalCashFlowAfterDebtService
number(double)
personDebtRatio
number(double)
personalAssetSubtotal
number(double)
personalLiabilitySubtotal
number(double)
personDebtService
number(double)
personalCashFlowAvailableForDebtService
number(double)
creditScore
number(double)
creditNarrative
string
contactId
string
PersonEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
PersonHistoryEtlDto
firstName
string
lastName
string
PersonFinancialDataDto¶
personalCashFlowAvailableForDebtService
number(double)
personDebtService
number(double)
personalCashFlowAfterDebtService
number(double)
personalDSCR
number(double)
personalAssetSubtotal
number(double)
personalLiabilitySubtotal
number(double)
personalLiquidity
number(double)
PersonHistoryEtlDto¶
PersonInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
contactId
string
firstName
string
middleName
string
lastName
string
socialSecurityNumber
string
description
string
primaryPhoneNumber
string
primaryEmail
string
image
array [ string(byte) ]
address
AddressDto
personalNetWorth
number(double)
personalLiquidity
number(double)
personalDSCR
number(double)
personalCashFlowAfterDebtService
number(double)
personDebtRatio
number(double)
PersonPropertyUpdateDto¶
property
string(enum)
Available enum values: FirstName
, MiddleName
, LastName
, SocialSecurityNumber
, Description
, BirthDate
, AddressLine
, AdditionalAddressFreeText
, PrimaryPhone
, PrimaryEmail
, CreditScore
, CreditNarrative
, ContactID
, RiskRating
value
string
PersonReportDto¶
id
string
firstName
string
middleName
string
lastName
string
socialSecurityNumber
string
description
string
birthDate
string(date)
fullAddress
string
additionalAddressFreeText
string
primaryPhoneNumber
string
primaryEmail
string
creditScore
number(double)
creditNarrative
string
contactId
string
riskRating
string
PersonScoreExtractDto¶
id
string
firstName
string
lastName
string
screeningStatus
string(enum)
Available enum values: nameNotFlagged
, nameFlagged
, flaggedAndValidated
, unknown
personalNetWorth
number(double)
personalLiquidity
number(double)
personalDSCR
number(double)
personalCashFlowAfterDebtService
number(double)
personDebtRatio
number(double)
personalAssetSubtotal
number(double)
personalLiabilitySubtotal
number(double)
personDebtService
number(double)
personalCashFlowAvailableForDebtService
number(double)
creditScore
number(double)
PersonSummaryDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
firstName
string
lastName
string
middleName
string
address
AddressDto
personalNetWorth
number(double)
personalLiquidity
number(double)
personalDSCR
number(double)
personalCashFlowAfterDebtService
number(double)
personDebtRatio
number(double)
personalAssetSubtotal
number(double)
personalLiabilitySubtotal
number(double)
personDebtService
number(double)
personalCashFlowAvailableForDebtService
number(double)
creditScore
number(double)
creditNarrative
string
contactId
string
riskRating
string
PersonUpdateDto¶
id
string
updates
array [ PersonPropertyUpdateDto ]
PersonalFinancialStatementDto¶
notes
string
assets
array [ AssetFinancialItemDto ]
liabilities
array [ LiabilityFinancialItemDto ]
assetsCategoriesSubtotals
map { number(double) }
liabilitiesCategoriesSubtotals
map { number(double) }
liabilitiesCategoriesAnnualSubtotals
map { number(double) }
PersonsImportResultDto¶
error
string
parsedPersons
integer(int32)
PortfolioStressTestsDto¶
averageByLoanAmount
StressTestResultsDto
stressTestErrors
array [ StressTestErrorDto ]
allStressResults
array [ StressTestResultsDto ]
PropertyDetailsDto¶
yearBuilt
number(double)
yearRenovated
number(double)
stories
number(double)
lotSize
number(double)
parcelNumber
string
numberOfBuildings
number(double)
grossSF
number(double)
zoning
string
sizeLotAcres
number(double)
assetClass
string(enum)
Available enum values: A
, AB
, B
, BC
, C
, NA
fipsCode
string
countyLandUseDescription
string
parkingSpaces
number(double)
propertyGeneralCategory
string
censusBlockGroup
number(double)
censusTract
string
msaName
string
msaCode
string
stateCode
string
countyCode
string
PropertyOwnershipDto¶
salePrice
number(double)
saleDate
string
taxDelinquency
string
seller
array [ string ]
buyer
array [ string ]
ownerName
string
ownerState
string
ownerStreetAddress
array [ string ]
recordedOwnerFirstName
string
recordedOwnerLastName
string
recordedOwnerMiddleName
string
recordedOwnerName
string
ownerType
string
armsLengthTransaction
number(double)
mortgageAmount
number(double)
mortgageRecordedDate
string
mortgageInterestRate
number(double)
mortgageLenderName
string
mortgageTerm
number(double)
mortgageInterestRateIndexCode
number(double)
mortgageAdjustableRateIndexCode
number(double)
PropertyRisksDto¶
locationRisks
LocationRisksDto
crimeRisks
CrimeRisksDto
PropertyUpdateDtoCommercialRentRollItemProperty¶
property
string(enum)
Available enum values: UnitNumber
, TenantName
, MonthlyRent
, UnitSize
, LeaseStart
, LeaseEnd
, LeaseType
, Comment
, Cam
value
string
PropertyUpdateDtoLoansPackageProperty¶
property
string(enum)
Available enum values: ExternalId
, Name
, CommitmentAmount
value
string
PropertyUpdateDtoRentComparableProperty¶
property
string(enum)
Available enum values: Name
, YearBuilt
, YearRenovated
, Stories
, AssetClass
, Vacancy
, DataAsOf
value
string
PropertyUpdateDtoRentComparablesProperty¶
property
string(enum)
Available enum values: ExcludeOthers
value
string
PropertyUpdateDtoRentRollProperty¶
property
string(enum)
Available enum values: Name
, EffectiveDate
, ComponentId
, Comment
value
string
PropertyUpdateDtoResidentialRentRollItemProperty¶
property
string(enum)
Available enum values: UnitNumber
, TenantName
, MonthlyRent
, UnitSize
, LeaseStart
, LeaseEnd
, UnitType
, Bedrooms
, Bathrooms
value
string
PropertyUpdateDtoRevenueValuationProperty¶
property
string(enum)
Available enum values: Name
, StartDate
, EndDate
, CapRate
, RevenueSource
, SelectedRentRolls
, ExpensesSource
, CapRateSource
, VacancySource
, ComponentsVacancies
, ComponentsAlternativeRevenues
, UserValuationType
, Comment
, Archive
value
string
PropertyUpdateDtoSaleComparableProperty¶
property
string(enum)
Available enum values: Name
, YearBuilt
, YearRenovated
, Stories
, AssetClass
, Vacancy
, DataAsOf
, SaleDate
, SalePrice
, NOI
, TotalUnits
, BuildingArea
, LotSize
, CapRate
, SellerNames
, BuyerNames
value
string
PropertyUpdateDtoSaleComparablesProperty¶
property
string(enum)
Available enum values: ExcludeOthers
value
string
PropertyUpdateDtoValuationsInfoProperty¶
property
string(enum)
Available enum values: MarketCapRate
, MainAlternativeValuationId
, MainIncomeValuationId
value
string
RankingDataDto¶
totalProximityScore
number(double)
compareReasons
array [ CompareReasonDto ]
RateDto¶
id
string
rateType
string(enum)
Available enum values: OriginationFee
, ExitFee
, ServicingFee
, ExtensionFee1
, ExtensionFee2
, ExtensionFee3
, ExtensionFee4
, ExtensionFee5
, Fee4506TRequest
, AppraisalFee
, BrokerFee
, BusinessCreditReport
, BusinessEvaluationFee
, ConstructionCostReviewFee
, DixielineFundControlFee
, DMV
, DMVProcessingFee
, DocumentationFee
, EnvironmentalReportFee
, InspectionFee
, LifeOfLoanFloodFee
, Other
, OutsideAppraisalReviewFee
, RecordingFees
, SBAGuaranteeFee
, SBAPackagingFees
, SBAServicingFees
, SubEscrowFee
, TaxServiceFee
, TitleInsuranceEndorsementsFee
, UCCSearchesFilingFees
, UPSDeliveryFee
, WireTransferFee
, UnderwritingFee
measureType
string(enum)
Available enum values: Percentage
, Amount
percentageAmount
number(double)
amount
number(double)
term
number(double)
ReadResponseDtoCommercialRentRollDto¶
error
ErrorDto
entity
CommercialRentRollDto
success
boolean
ReadResponseDtoDealValuationsReportDto¶
error
ErrorDto
entity
DealValuationsReportDto
success
boolean
ReadResponseDtoImportReportDto¶
error
ErrorDto
entity
ImportReportDto
success
boolean
ReadResponseDtoLoansPackageDto¶
error
ErrorDto
entity
LoansPackageDto
success
boolean
ReadResponseDtoRentComparablesDto¶
error
ErrorDto
entity
RentComparablesDto
success
boolean
ReadResponseDtoRentRollsImportReportDto¶
error
ErrorDto
entity
RentRollsImportReportDto
success
boolean
ReadResponseDtoResidentialRentRollDto¶
error
ErrorDto
entity
ResidentialRentRollDto
success
boolean
ReadResponseDtoSaleComparablesDto¶
error
ErrorDto
entity
SaleComparablesDto
success
boolean
ReadResponseDtoValuationsInfoDto¶
error
ErrorDto
entity
ValuationsInfoDto
success
boolean
RealEstateDto¶
id
string
owner
string
address
AddressDto
propertyType
string
propertyName
string
rentableArea
number(double)
numOfUnits
number(double)
underConstruction
boolean
constructionPercentageCompleted
number(double)
percentageOwned
number(double)
marketValue
number(double)
originalLoanCommitment
number(double)
currentLoanBalance
number(double)
lender
string
interestRate
number(double)
monthlyPayment
number(double)
annualRevenue
number(double)
annualOperatingExpenses
number(double)
debtServiceCoverageRatio
number(double)
personalGuaranty
boolean
recourse
number(double)
valueOwned
number(double)
loanBalanceOwed
number(double)
equityValue
number(double)
annualNOI
number(double)
annualDebtService
number(double)
ownerDebtService
number(double)
excessCashFlow
number(double)
excessCashFlowOwned
number(double)
RealEstateScheduleDto¶
realEstates
array [ RealEstateDto ]
totalRealEstateValue
number(double)
totalRealEstateDebt
number(double)
totalRealEstateEquity
number(double)
totalOwnerDebtService
number(double)
RealEstateScheduleItemCreateDto¶
frontEndGridLineNumber
string
owner
string
fullAddress
string
propertyType
string
propertyName
string
rentableArea
number(double)
numOfUnits
number(double)
underConstruction
boolean
constructionPercentageCompleted
number(double)
percentageOwned
number(double)
marketValue
number(double)
originalLoanCommitment
number(double)
currentLoanBalance
number(double)
lender
string
interestRate
number(double)
monthlyPayment
number(double)
annualRevenue
number(double)
annualOperatingExpenses
number(double)
personalGuaranty
boolean
recourse
number(double)
RealEstateScheduleItemPropertyUpdateDto¶
property
string(enum)
Available enum values: Owner
, FullAddress
, PropertyType
, PropertyName
, RentableArea
, NumberOfUnits
, UnderConstruction
, ConstructionPercentageCompleted
, PercentageOwned
, MarketValue
, OriginalLoanCommitment
, CurrentLoanBalance
, Lender
, InterestRate
, MonthlyPayment
, AnnualRevenue
, AnnualOperatingExpenses
, PersonalGuaranty
, Recourse
value
string
RealEstateScheduleItemUpdateDto¶
id
string
updates
array [ RealEstateScheduleItemPropertyUpdateDto ]
RentComparableCreateDto¶
frontEndGridLineNumber
string
name
string
address
AddressCreateDto
yearBuilt
number(double)
yearRenovated
number(double)
stories
number(double)
assetClass
string(enum)
Available enum values: A
, AB
, B
, BC
, C
, NA
vacancy
number(double)
dataAsOf
string(date)
livingUnits
array [ LivingUnitCreateDto ]
RentComparableDto¶
id
string
source
string
name
string
address
AddressDto
yearBuilt
number(double)
yearRenovated
number(double)
stories
number(double)
totalUnits
number(double)
dataAsOf
string(date)
vacancy
number(double)
assetClass
string(enum)
Available enum values: A
, AB
, B
, BC
, C
, NA
ranking
RankingDataDto
ignore
boolean
updatedBy
string(enum)
Available enum values: system
, ignoredByUser
, enabledByUser
createdByUser
boolean
distance
number(double)
askingRent
number(double)
totalSize
number(double)
averageUnitSize
number(double)
livingUnits
array [ LivingUnitDto ]
amenities
array [ string ]
RentComparablesCreateDto¶
componentId
string
comparables
array [ RentComparableCreateDto ]
RentComparablesDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
componentId
string
lastRefreshTime
string(date-time)
profileName
string
comparables
array [ RentComparableDto ]
unitTypeToWeightedAvgs
map { WeightedAvgsDto }
averageAskingRent
number(double)
averageTotalSize
number(double)
RentComparablesInfoScoreExtractDto¶
averageAskingRent
number(double)
RentComparablesSummaryDto¶
id
string
unitTypeToWeightedAvgs
map { WeightedAvgsDto }
averageAskingRent
number(double)
averageTotalSize
number(double)
RentComparablesUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoRentComparablesProperty ]
tablePatchData
BulkOperationDtoRentComparableCreateDtoItemUpdateDtoPropertyUpdateDtoRentComparableProperty
RentRollEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
RentRollHistoryEtlDto
name
string
effectiveDate
string(date)
rentRollItems
array [ RentRollItemEtlDto ]
RentRollHistoryEtlDto¶
RentRollImportDto¶
frontEndGridLineNumber
string
componentId
string
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
rentRollName
string
asOfDate
string(date)
defaultRentRoll
boolean
unitNumber
string
tenantName
string
monthlyRent
number(double)
unitSize
number(double)
leaseStart
string(date)
leaseEnd
string(date)
unitType
string
bedrooms
number(double)
bathrooms
number(double)
leaseType
string(enum)
Available enum values: NA
, FullService
, ModifiedGross
, SingleNet
, DoubleNet
, TripleNet
, MonthToMonth
RentRollImportItemResultDto¶
componentId
string
rentRollName
string
success
boolean
errors
array [ ErrorDetailDto ]
RentRollItemEtlDto¶
id
string
tenantName
string
annualRent
number(double)
unitSize
number(double)
leaseEnd
string(date)
RentRollItemTemplateDto¶
leaseType
string
leaseExpiration
string(date)
leaseStart
string(date)
monthlyRent
number(double)
bedrooms
number(double)
bathrooms
number(double)
tenantName
string
unitNumber
string
unitSize
number(double)
unitType
string
cam
number(double)
RentRollLookUpInfoDto¶
rentRollId
string
rentRollName
string
isPrimary
boolean
effectiveDate
string(date)
RentRollReportDto¶
id
string
componentId
string
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
rentRollName
string
unitNumber
string
tenantName
string
RentRollScoreExtractDto¶
id
string
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalAnnualRevenue
number(double)
vacancy
number(double)
tenantTurnOver
number(double)
RentRollSummaryDto¶
id
string
name
string
fileId
string
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalAnnualRevenue
number(double)
vacancy
number(double)
tenantTurnover
number(double)
RentRollTemplateDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
collateralIndex
integer(int32)
componentIndex
integer(int32)
collateralId
string
componentId
string
assetType
string
name
string
effectiveDate
string(date)
comment
string
items
array [ RentRollItemTemplateDto ]
RentRollUnitTypeSummaryDto¶
totalUnits
number(double)
bedrooms
number(double)
bathrooms
number(double)
avgSf
number(double)
avgMonthlyRevenuePerSf
number(double)
avgMonthlyRevenuePerUnit
number(double)
RentRollsImportReportDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
totalParsedEntities
integer(int32)
importedResults
array [ RentRollImportItemResultDto ]
RentRollsImportRequestDto¶
rentRolls
array [ RentRollImportDto ]
RentRollsLookupInfoDto¶
componentId
string
componentName
string
rentRollsInfo
array [ RentRollLookUpInfoDto ]
ResidentialCompareResponseDto¶
error
ErrorDto
compareData
map { array [ ResidentialRentRollComparisonDto ] }
success
boolean
ResidentialComponentCreateDto¶
migrationReference
string
collateralId
string
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
unitMix
array [ ResidentialLivingUnitCreateDto ]
ResidentialComponentDto¶
Extends ComponentDto
livingUnitsInfo
ResidentialLivingUnitsInfoDto
expiringLeases
map { number(double) }
ResidentialComponentImportDto¶
frontEndGridLineNumber
string
createDto
ResidentialComponentCreateDto
ResidentialComponentInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
collateralId
string
selectedRentRollId
string
address
AddressDto
assetType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
componentType
string(enum)
Available enum values: Unknown
, Residential
, Commercial
, Hotel
marketTrendSummary
MarketTrendSummaryDto
marketSummary
MarketSummaryDto
marketData
MarketDataDto
marketForecast
MarketForecastDto
leaseToPreLeaseRatio
number(double)
totalRentRollAnnualRevenue
number(double)
rentRollVacancy
number(double)
rentRollsOrder
array [ string ]
saleValueComputationType
string(enum)
Available enum values: ByUnit
, BySf
salesCompUnitValuation
number(double)
salesCompSFValuation
number(double)
livingUnitsInfo
ResidentialLivingUnitsInfoDto
expiringLeases
map { number(double) }
ResidentialLivingUnitCreateDto¶
frontEndGridLineNumber
string
description
string
bedrooms
number(double)
bathrooms
number(double)
unitSize
number(double)
numUnits
number(double)
concludedMonthlyPerUnit
number(double)
concludedMonthlyPerSf
number(double)
ResidentialLivingUnitDto¶
id
string
description
string
bedrooms
number(double)
bathrooms
number(double)
unitSize
number(double)
numUnits
number(double)
compsRevenue
RevenueDto
concludedRevenue
RevenueDto
ResidentialLivingUnitPropertyUpdateDto¶
property
string(enum)
Available enum values: Bathrooms
, Bedrooms
, Description
, UnitSize
, NumUnits
, ConcludedMonthlyPerUnit
, ConcludedMonthlyPerSf
value
string
ResidentialLivingUnitUpdateDto¶
id
string
updates
array [ ResidentialLivingUnitPropertyUpdateDto ]
ResidentialLivingUnitsInfoDto¶
livingUnits
array [ ResidentialLivingUnitDto ]
marketVacancy
number(double)
totalSf
number(double)
totalUnits
number(double)
averageUnitSize
number(double)
concludedTotalRevenue
RevenueDto
compsTotalRevenue
RevenueDto
ResidentialRentRollComparisonDto¶
rentRollId
string
rentRollName
string
avgMonthlyRevenuePerSf
number(double)
avgMonthlyRevenuePerUnit
number(double)
totalAnnualRevenue
number(double)
vacancy
number(double)
ResidentialRentRollCreateDto¶
componentId
string
name
string
effectiveDate
string(date)
fileId
string
comment
string
rentRollItems
array [ ResidentialRentRollItemCreateDto ]
ResidentialRentRollDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
componentId
string
name
string
fileId
string
effectiveDate
string(date)
comment
string
rentRollItems
array [ ResidentialRentRollItemDto ]
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalMonthlyRevenuePerSf
number(double)
totalAnnualRevenue
number(double)
totalAnnualRevenuePerSf
number(double)
vacancy
number(double)
tenantTurnover
number(double)
expiringLeases
map { number(double) }
unitTypeSummaryTable
array [ RentRollUnitTypeSummaryDto ]
ResidentialRentRollInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
componentId
string
name
string
fileId
string
effectiveDate
string(date)
comment
string
totalSf
number(double)
totalUnits
number(double)
totalMonthlyRevenue
number(double)
totalMonthlyRevenuePerSf
number(double)
totalAnnualRevenue
number(double)
totalAnnualRevenuePerSf
number(double)
vacancy
number(double)
tenantTurnover
number(double)
expiringLeases
map { number(double) }
unitTypeSummaryTable
array [ RentRollUnitTypeSummaryDto ]
rentRollItems
array [ ResidentialRentRollItemDto ]
ResidentialRentRollItemCreateDto¶
frontEndGridLineNumber
string
unitNumber
string
tenantName
string
monthlyRent
number(double)
unitSize
number(double)
leaseStart
string(date)
leaseEnd
string(date)
unitType
string
bedrooms
number(double)
bathrooms
number(double)
ResidentialRentRollItemDto¶
id
string
unitNumber
string
tenantName
string
monthlyRent
number(double)
unitSize
number(double)
leaseStart
string(date)
leaseEnd
string(date)
annualRent
number(double)
monthlyRentPerSf
number(double)
annualRentPerSf
number(double)
unitType
string
bedrooms
number(double)
bathrooms
number(double)
ResidentialRentRollUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoRentRollProperty ]
tablePatchData
BulkOperationDtoResidentialRentRollItemCreateDtoItemUpdateDtoPropertyUpdateDtoResidentialRentRollItemProperty
RevenueDto¶
monthly
number(double)
monthlyPerSf
number(double)
monthlyPerUnit
number(double)
annual
number(double)
annualPerSf
number(double)
annualPerUnit
number(double)
RevenueValuationCreateDto¶
mainValuation
boolean
valuationsInfoId
string
name
string
startDate
string(date)
endDate
string(date)
capRate
number(double)
revenueSource
string(enum)
Available enum values: Market
, RentRoll
, SelectedRentRoll
, Alternative
, ConcludedRent
expensesSource
string(enum)
Available enum values: Market
, UserCashFlow
capRateSource
string(enum)
Available enum values: Market
, Manual
vacancySource
string(enum)
Available enum values: Market
, RentRoll
, Manual
componentsVacancies
array [ ComponentVacancyDto ]
componentAlternativeRevenues
array [ ComponentAlternativeRevenuesDto ]
selectedRentRolls
array [ SelectedRentRollDto ]
userValuationType
string
RevenueValuationDto¶
id
string
capRate
number(double)
name
string
valuationsInfoId
string
startDate
string(date)
endDate
string(date)
expensesSourceId
string
userValuationType
string
comment
string
revenueSource
string(enum)
Available enum values: Market
, RentRoll
, SelectedRentRoll
, Alternative
, ConcludedRent
expensesSource
string(enum)
Available enum values: Market
, UserCashFlow
capRateSource
string(enum)
Available enum values: Market
, Manual
vacancySource
string(enum)
Available enum values: Market
, RentRoll
, Manual
cashFlow
CashFlowInfoDto
totalValuation
number(double)
parentId
string
descriptor
string
archive
boolean
componentsVacancies
map { VacancyValueDto }
componentsSelectedRentRolls
map { string }
metrics
array [ ValuationMetricsDto ]
RevenueValuationSummaryDto¶
id
string
address
AddressDto
name
string
revenue
FinancialTransactionInfoDto
vacancyAndConcessions
FinancialTransactionInfoDto
otherIncome
FinancialTransactionInfoDto
operatingExpenses
FinancialTransactionInfoDto
belowTheLineExpense
FinancialTransactionInfoDto
fixedCharges
FinancialTransactionInfoDto
effectiveIncome
number(double)
totalExpenses
number(double)
netOperatingIncome
number(double)
incomeValuation
number(double)
netIncome
number(double)
capRate
number(double)
RevenueValuationUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoRevenueValuationProperty ]
RiskDto¶
score
string
text
string
value
number(double)
SaleComparableCreateDto¶
frontEndGridLineNumber
string
name
string
address
AddressCreateDto
yearBuilt
number(double)
yearRenovated
number(double)
stories
number(double)
assetClass
string(enum)
Available enum values: A
, AB
, B
, BC
, C
, NA
vacancy
number(double)
dataAsOf
string(date)
totalUnits
number(double)
saleDate
string(date)
salePrice
number(double)
buildingArea
number(double)
lotSize
integer(int32)
capRate
number(double)
sellerNames
array [ string ]
buyerNames
array [ string ]
noitotal
number(double)
SaleComparableDto¶
id
string
source
string
name
string
address
AddressDto
yearBuilt
number(double)
yearRenovated
number(double)
stories
number(double)
totalUnits
number(double)
dataAsOf
string(date)
vacancy
number(double)
assetClass
string(enum)
Available enum values: A
, AB
, B
, BC
, C
, NA
ranking
RankingDataDto
ignore
boolean
updatedBy
string(enum)
Available enum values: system
, ignoredByUser
, enabledByUser
createdByUser
boolean
distance
number(double)
saleDate
string(date)
salePrice
number(double)
buildingArea
number(double)
lotSize
integer(int32)
capRate
number(double)
sellerNames
array [ string ]
buyerNames
array [ string ]
averageUnitSize
number(double)
pricePerUnit
number(double)
pricePerSf
number(double)
noitotal
number(double)
SaleComparablesCreateDto¶
componentId
string
comparables
array [ SaleComparableCreateDto ]
SaleComparablesDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
componentId
string
lastRefreshTime
string(date-time)
profileName
string
comparables
array [ SaleComparableDto ]
averagePricePerUnit
number(double)
averagePricePerSF
number(double)
averageCapRate
number(double)
SaleComparablesSummaryDto¶
id
string
averagePricePerUnit
number(double)
averagePricePerSF
number(double)
averageCapRate
number(double)
SaleComparablesUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoSaleComparablesProperty ]
tablePatchData
BulkOperationDtoSaleComparableCreateDtoItemUpdateDtoPropertyUpdateDtoSaleComparableProperty
SalesComparablesInfoScoreExtractDto¶
averagePricePerUnit
number(double)
averagePricePerSF
number(double)
averageCapRate
number(double)
ScoreChangeDo¶
changeDate
string(date-time)
scores
array [ SeedScoreDto ]
SearchResponseDtoCommercialRentRollComparisonDto¶
error
ErrorDto
entities
array [ CommercialRentRollComparisonDto ]
success
boolean
SearchResponseDtoEntityDescriptorDto¶
error
ErrorDto
entities
array [ EntityDescriptorDto ]
success
boolean
SearchResponseDtoLoansPackageSummaryDto¶
error
ErrorDto
entities
array [ LoansPackageSummaryDto ]
success
boolean
SearchResponseDtoRentComparablesSummaryDto¶
error
ErrorDto
entities
array [ RentComparablesSummaryDto ]
success
boolean
SearchResponseDtoRentRollSummaryDto¶
error
ErrorDto
entities
array [ RentRollSummaryDto ]
success
boolean
SearchResponseDtoSaleComparablesSummaryDto¶
error
ErrorDto
entities
array [ SaleComparablesSummaryDto ]
success
boolean
SearchResponseDtoValuationsInfoDto¶
error
ErrorDto
entities
array [ ValuationsInfoDto ]
success
boolean
SectionDto¶
title
string
para
string
SeedBreakPointsDto¶
maxLtv
SeedBreakPointsMaxLtvDto
minDirectDSCR
SeedBreakPointsMinDscrDto
minDebtYield
SeedBreakPointsMinDebtYieldDto
SeedBreakPointsMaxLtvDto¶
minValue
number(double)
minIncome
number(double)
maxCapRate
number(double)
maxVacancy
number(double)
maxExpenses
number(double)
SeedBreakPointsMinDebtYieldDto¶
minIncome
number(double)
maxVacancy
number(double)
maxExpenses
number(double)
SeedBreakPointsMinDscrDto¶
minIncome
number(double)
maxVacancy
number(double)
maxExpenses
number(double)
maxInterestRate
number(double)
SeedCompanyDto¶
id
string
role
string(enum)
Available enum values: Borrower
, Guarantor_Sponsor
, Broker
, ReferralIndividual
participation
number(double)
financialData
CompanyFinancialDataDto
SeedCreateDto¶
ownerId
string
status
string
state
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
priority
string(enum)
Available enum values: Low
, Medium
, High
seedName
string
description
string
loanId
string
loansPackageId
string
customField1
string
customField2
string
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
projectTotalCost
number(double)
grossLoan
number(double)
loanTerm
number(double)
extensionTerm
number(double)
rateSpread
number(double)
interestRateFloor
number(double)
indexRate
number(double)
rateIndexType
string(enum)
Available enum values: WSJ Prime
, 1 M LIBOR
, 3 M LIBOR
, 6 M LIBOR
, 1 YR LIBOR
, 5 YR LIBOR
, FHLB 3 YR
, FHLB 5 YR
, FHLB 7 YR
, 1 YR T WKLY
, 2 YR TREAS
, 3 YR TREAS
, 5 YR TREAS
, 7 YR TREAS
, 10 YR TREAS
, 2 YR SWAP
, 5 YR SWAP
, 7 YR SWAP
, 10 YR SWAP
, CD Rate
, Fixed
, SOFR
, 1 M TERM SOFR
, 90 day SOFR
, 180 DAY SOFR
, AMERIBOR - Term 30
, 1 M AVG SOFR
amortizationTerm
number(double)
borrowerRequiredCloseDate
string(date)
originationDate
string(date)
originatedLoanAmount
number(double)
userDebtService
number(double)
riskRating
string
requestedLoanAmount
number(double)
syndicatedLoan
boolean
participationGrossLoan
number(double)
SeedDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
state
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
status
string
seedName
string
description
string
loanId
string
loansPackageId
string
priority
string(enum)
Available enum values: Low
, Medium
, High
mainImageFileId
string
reason
string
rejectNote
NoteDto
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
projectTotalCost
number(double)
syndicatedLoan
boolean
participationGrossLoan
number(double)
grossLoan
number(double)
originatedLoanAmount
number(double)
indexRate
number(double)
rateSpread
number(double)
interestRateFloor
number(double)
rateIndexType
string(enum)
Available enum values: WSJ Prime
, 1 M LIBOR
, 3 M LIBOR
, 6 M LIBOR
, 1 YR LIBOR
, 5 YR LIBOR
, FHLB 3 YR
, FHLB 5 YR
, FHLB 7 YR
, 1 YR T WKLY
, 2 YR TREAS
, 3 YR TREAS
, 5 YR TREAS
, 7 YR TREAS
, 10 YR TREAS
, 2 YR SWAP
, 5 YR SWAP
, 7 YR SWAP
, 10 YR SWAP
, CD Rate
, Fixed
, SOFR
, 1 M TERM SOFR
, 90 day SOFR
, 180 DAY SOFR
, AMERIBOR - Term 30
, 1 M AVG SOFR
interestRate
number(double)
loanTerm
number(double)
extensionTerm
number(double)
remainingLoanTerm
number(double)
amortizationTerm
number(double)
maturityDate
string(date)
ltc
number(double)
ltv
number(double)
riskRating
string
cashFlow
number(double)
debtService
number(double)
netCashFlow
number(double)
assets
number(double)
liabilities
number(double)
netWorth
number(double)
netWorthRatio
number(double)
liquidity
number(double)
liquidityRatio
number(double)
seedScoreInfo
SeedScoreInfoDto
notes
array [ NoteDto ]
originationDate
string(date)
borrowerRequiredCloseDate
string(date)
closedDate
string(date)
loanTermEnding
string(date)
cachedAddress
AddressDto
collateralTotals
CollateralTotalsDto
collateralsOrder
array [ string ]
dealLTVs
DealLTVsDto
valuationUsedInLtv
string(enum)
Available enum values: None
, Alternative
, Income
, Sales
componentType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
companies
map { array [ SeedCompanyDto ] }
persons
map { array [ SeedPersonDto ] }
rates
array [ RateDto ]
originatedSeedScore
array [ SeedScoreDto ]
scoreHistory
array [ ScoreChangeDo ]
globalFinancialInfo
map { GlobalFinancialInfoDto }
lenderReturns
LenderReturnsDto
fundsSourcesInfo
FundsSourcesInfoDto
fundsUsesInfo
FundsUsesInfoDto
narratives
array [ NarrativeDto ]
requestedLoanAmount
number(double)
customField1
string
customField2
string
customFields
array [ CustomFieldDto ]
lastRefreshTime
string(date-time)
dscr
number(double)
ownerId
string
SeedInfoResponseDto¶
success
boolean
error
ErrorDto
id
string
loanId
string
seedName
string
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
maturityDate
string(date)
riskRating
string
rateIndexType
string(enum)
Available enum values: WSJ Prime
, 1 M LIBOR
, 3 M LIBOR
, 6 M LIBOR
, 1 YR LIBOR
, 5 YR LIBOR
, FHLB 3 YR
, FHLB 5 YR
, FHLB 7 YR
, 1 YR T WKLY
, 2 YR TREAS
, 3 YR TREAS
, 5 YR TREAS
, 7 YR TREAS
, 10 YR TREAS
, 2 YR SWAP
, 5 YR SWAP
, 7 YR SWAP
, 10 YR SWAP
, CD Rate
, Fixed
, SOFR
, 1 M TERM SOFR
, 90 day SOFR
, 180 DAY SOFR
, AMERIBOR - Term 30
, 1 M AVG SOFR
interestRate
number(double)
rateSpread
number(double)
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
componentType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
debtService
number(double)
companyIds
array [ string ]
personIds
array [ string ]
originatedLoanAmount
number(double)
originationDate
string(date)
grossLoan
number(double)
participationGrossLoan
number(double)
ltc
number(double)
SeedPersonDto¶
id
string
role
string(enum)
Available enum values: Borrower
, Guarantor_Sponsor
, Broker
, ReferralIndividual
participation
number(double)
financialData
PersonFinancialDataDto
SeedScoreDto¶
profileName
string
mainScore
number(double)
mainReason
string
scoreReasons
array [ SeedScoreReasonDto ]
SeedScoreEtlDto¶
profileName
string
mainScore
number(double)
mainReason
string
SeedScoreInfoDto¶
seedScore
array [ SeedScoreDto ]
selectedSeedScore
SeedScoreDto
SeedScoreReasonDto¶
score
number(double)
weight
number(double)
name
string
value
string
contribution
number(double)
displayName
string
valueFormat
string
subReasons
array [ SeedScoreReasonDto ]
SeedSummaryDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
state
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
status
string
priority
string(enum)
Available enum values: Low
, Medium
, High
seedName
string
loanType
string(enum)
Available enum values: Unknown
, Acquisition
, Acquisition_Construction
, Refinance
, Refinance_Construction
, Construction
, Stabilization
, Bridge
, Permanent
loanId
string
grossLoan
number(double)
originatedLoanAmount
number(double)
requestedLoanAmount
number(double)
seedMainAddress
AddressDto
mainImageFileId
string
ltv
number(double)
mainDealScore
number(double)
componentType
string(enum)
Available enum values: None
, Mixed
, Hotel
, Industrial
, Multi_Family_Apartments
, Office
, Retail
, Self_Storage
, Land
, Special_Purpose
, Senior_Housing
, Distribution_Warehouse
, Flex_Office
, Portfolio
originationDate
string(date)
loanTerm
number(double)
remainingLoanTerm
number(double)
borrowerRequiredCloseDate
string(date)
closedDate
string(date)
maturityDate
string(date)
loansPackageId
string
dscr
number(double)
amortizationTerm
number(double)
loanPaymentStructure
string(enum)
Available enum values: InterestOnly
, P_I_Amortization
interestRate
number(double)
valuationUsedInLtv
string(enum)
Available enum values: None
, Alternative
, Income
, Sales
debtService
number(double)
incomeValuation
number(double)
netOperatingIncome
number(double)
ownerId
string
SelectedRentRollDto¶
componentId
string
rentRollId
string
SingleVariableAnalysisDto¶
change
number(double)
directDSCR
SingleVariableDscrAnalysisDto
debtYield
SingleVariableDebtYieldAnalysisDto
SingleVariableDebtYieldAnalysisDto¶
income
number(double)
vacancy
number(double)
expenses
number(double)
SingleVariableDscrAnalysisDto¶
income
number(double)
vacancy
number(double)
expenses
number(double)
SingleVariableLtvAnalysisDto¶
value
number(double)
income
number(double)
capRate
number(double)
vacancy
number(double)
expenses
number(double)
SingleYearValue¶
value
number(double)
StatusCreateDto¶
statusName
string
parentState
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
StatusDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
order
integer(int32)
parentState
string(enum)
Available enum values: NewDeal
, Originated
, Completed
, Rejected
, Prep
StressTestBaselineDto¶
revenueBaseline
number(double)
expensesBaseline
number(double)
capRateBaseline
number(double)
vacancyBaseline
number(double)
interestRateBaseline
number(double)
StressTestChangeDto¶
revenueChange
number(double)
expensesChange
number(double)
capRateChange
number(double)
vacancyChange
number(double)
interestRateChange
number(double)
StressTestConfigurationDto¶
selectedStressTestType
string(enum)
Available enum values: Low
, Medium
, High
, Custom
, Baseline
customStressTestValues
StressTestChangeDto
StressTestErrorDto¶
dealId
string
dealName
string
error
string
StressTestLimitsDto¶
maxLtv
number(double)
maxDSCR
number(double)
maxDebtYield
number(double)
StressTestResultsDto¶
seedId
string
fullAddress
string
dealName
string
grossLoan
number(double)
originationDate
string(date)
selectedStressTestType
string(enum)
Available enum values: Low
, Medium
, High
, Custom
, Baseline
multiVariableAnalysis
array [ MultiVariableAnalysisDto ]
singleVariableAnalysis
array [ SingleVariableAnalysisDto ]
stressTestLimits
StressTestLimitsDto
breakPoints
SeedBreakPointsDto
baselines
StressTestBaselineDto
SubMarketDto¶
marketId
integer(int64)
subMarketId
integer(int64)
sectorId
integer(int64)
marketPublish
string
subMarketPublish
string
sectorPublish
string
ageMedian
number(double)
capRateNominal
number(double)
commuteTimeMean
number(double)
crimeRateQuintile
string
desirability
number(double)
desirabilityQuintile
string
employmentGrowthCivilian
number(double)
grade
string
homeValueMedianCensus
integer(int64)
housingAffordability
number(double)
housingAffordabilityQuintile
string
incomeHhiMedianCensus
number(double)
occupancy
number(double)
populationDegreeCollegeCensusPct
number(double)
rankGradeId
integer(int64)
rentEffective
number(double)
rentGrossMedian
number(double)
supplyBarrierQuintile
string
walkScoreDescription
string
timeStampUpdate
string
TaxAssessmentDetailsDto¶
isOwnerOccupied
boolean
taxBillAmount
number(double)
assessedValueLand
number(double)
assessedValueTotal
number(double)
marketValueYear
number(double)
marketValueTotal
number(double)
taxAssessmentYear
number(double)
TokenHolder¶
accessToken
string
idToken
string
refreshToken
string
tokenType
string
expiresIn
integer(int64)
scope
string
expiresAt
string(date-time)
UpdateCompaniesResultsDto¶
updatedIds
array [ string ]
errors
array [ UpdateEngineError ]
error
string
UpdateComponentResultDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
UpdateDealsRequestDto¶
itemsToUpdate
array [ DealUpdateDto ]
UpdateDealsResponseDto¶
success
boolean
error
ErrorDto
errors
array [ UpdateEngineError ]
updatedEntities
array [ string ]
UpdateDealsResultsDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntities
array [ string ]
UpdateDefaultRatesResultDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
array [ RateDto ]
UpdateEngineError¶
id
string
operation
string(enum)
Available enum values: Create
, Update
, Delete
errorType
string(enum)
Available enum values: IdNotFound
, MissingMandatoryField
, IllegalValue
description
string
fieldName
string
UpdateLoanPricingOptionsResultDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
dealLoanOptions
DealLoanPricingOptionsDto
UpdatePersonsResultsDto¶
updatedPersonsIds
array [ string ]
errors
array [ UpdateEngineError ]
error
string
UpdateResponseDtoCommercialRentRollDto¶
error
ErrorDto
updatedEntity
CommercialRentRollDto
success
boolean
UpdateResponseDtoLoansPackageDto¶
error
ErrorDto
updatedEntity
LoansPackageDto
success
boolean
UpdateResponseDtoRentComparablesDto¶
error
ErrorDto
updatedEntity
RentComparablesDto
success
boolean
UpdateResponseDtoResidentialRentRollDto¶
error
ErrorDto
updatedEntity
ResidentialRentRollDto
success
boolean
UpdateResponseDtoSaleComparablesDto¶
error
ErrorDto
updatedEntity
SaleComparablesDto
success
boolean
UpdateResponseDtoValuationsInfoDto¶
error
ErrorDto
updatedEntity
ValuationsInfoDto
success
boolean
UpdateResultDtoBaseEntityDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
BaseEntityDto
UpdateResultDtoCollateralDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
CollateralDto
UpdateResultDtoCompanyDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
CompanyDto
UpdateResultDtoDealFundsInfoDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
DealFundsInfoDto
UpdateResultDtoPersonDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
PersonDto
UpdateResultDtoSeedDto¶
success
boolean
error
string
errors
array [ UpdateEngineError ]
updatedEntity
SeedDto
UploadCashFlowRequest¶
dealId
string
ownerId
string
comment
string
periods
array [ string(enum) ]
years
array [ string ]
file
string(binary)
uploadOrigin
string(enum)
Available enum values: OMDeal
, DealFileUpload
, ContactFileUpload
UserDto¶
email
string
name
string
roles
array [ string(enum) ]
notificationsId
string
knowiToken
string
UserSummaryDto¶
email
string
name
string
UserValuationTypeCreateDto¶
name
string
UserValuationTypeDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
name
string
order
integer(int32)
VacancyValueDto¶
amountValue
number(double)
percentageValue
number(double)
ValuationMetricsDto¶
dealId
string
dscr
number(double)
ltv
number(double)
debtYield
number(double)
ValuationTemplateDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
collateralIndex
integer(int32)
valuationIndex
integer(int32)
name
string
startDate
string(date)
endDate
string(date)
capRate
number(double)
comment
string
userValuationType
string
cashFlow
array [ CashFlowTransactionTemplateDto ]
componentsSelectedRentRolls
map { string }
collateralId
string
ValuationsInfoCreateDto¶
collateralId
string
salesValuation
number(double)
mainAlternativeValuationId
string
mainIncomeValuationId
string
marketCapRate
number(double)
dcfModel
DcfModelDto
ValuationsInfoDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
collateralId
string
marketCapRate
number(double)
mainIncomeValuationCapRate
number(double)
marketValuation
RevenueValuationDto
salesValuation
number(double)
mainIncomeValuationId
string
mainAlternativeValuationId
string
mainAlternativeValuation
number(double)
mainAlternativeValuationDate
string(date)
capRateLastModifiedTime
string(date)
rentRollRevenues
map { number(double) }
componentTotals
ComponentTotalsDto
revenueValuations
array [ RevenueValuationDto ]
alternativeValuations
array [ AlternativeValuationDto ]
dcfModel
DcfModelDto
ValuationsInfoEtlDto¶
id
string
lastModifiedTime
string(date-time)
modifiedBy
string
creationTime
string(date-time)
createdBy
string
migrationReference
string
ownerIds
array [ string ]
entityHistory
ValuationsInfoHistoryEtlDto
collateralId
string
marketCapRate
number(double)
mainIncomeValuationCapRate
number(double)
salesValuation
number(double)
mainIncomeValuationId
string
mainAlternativeValuationId
string
mainAlternativeValuation
number(double)
mainAlternativeValuationDate
string(date)
ValuationsInfoHistoryEtlDto¶
ValuationsInfoReportDto¶
id
string
ValuationsInfoScoreExtractDto¶
id
string
ValuationsInfoSummaryDto¶
collateralId
string
valuationsInfoId
string
ValuationsInfoUpdateEntityDto¶
entityUpdates
array [ PropertyUpdateDtoValuationsInfoProperty ]
WeightedAvgsDto¶
totalUnitsForUnitType
number(double)
avgUnits
number(double)
avgSF
number(double)
avgAskingRent
number(double)
avgPriceSF
number(double)
totalMonthlyRent
number(double)
totalAnnualRent
number(double)
YearlyGrowthUpdateDto¶
updateValues
map { number(double) }