Deal Export [Legacy]

❗️

This Deal Export API endpoint is deprecated.

11/2021 update:
While there are currently no plans to sunset this API endpoint, no new features will be added to this endpoint as of 11/2021. Please use our next-gen APIs at https://readme.vts.com/reference.

Introduction

This is the central repository for information on exporting data for your deal pipeline from VTS (i.e. deal terms and budgets). On this page, you will find a sample of our XML formatting; a list of elements with description; and tutorials to help you get started with an API integration.

To start using the VTS Deal Export API, the API consumer must have an API key and an API secret to authenticate requests. VTS will provide these credentials to authorized API consumers. If you would like to test whether your credentials are valid, please refer to the Authentication section.

Requests

To start the export of deals:

HTTP Request

POST https://sandbox.vts.com/api/deal/v1/deal_api_requests

curl -u <API Key>:<API Secret> -X POST https://api.vts.com/api/deal/v1/deal_api_requests
curl -u <API Key>:<API Secret> -X POST https://sandbox.vts.com/api/deal/v1/deal_api_requests

The above command returns XML structured like this:

<DealExport>
  <status>submitted</status>
  <jobid>12345</jobid>
</DealExport>

XML Response

NodeDescription
statusStatus of the deal export that was created:
submitted - waiting to be processed
processing - currently being processed
completed - finished and successful
failed - there was an error with the export
jobidunique identifier of the deal export, used to check the export’s status

Request Parameters

The following parameters can be used to request smaller amounts of data

ParameterDescription
dateReturns only deals that were last modified after this date
deal_idReturns only the information related to this deal
deal_stageReturns only deals that are in this stage
property_idReturns only the information related to this property (VTS property ID)
curl -u <API Key>:<API Secret> -X POST https://api.vts.com/api/deal/v1/deal_api_requests?date=<date>&deal_id=<dealid>&deal_stage=<dealstage>
curl -u <API Key>:<API Secret> -X POST https://sandbox.vts.com/api/deal/v1/deal_api_requests?date=<date>&deal_id=<dealid>&deal_stage=<dealstage>

📘

Remember — Replace , , , , and with actual values.

🚧

The required date format is YYYY-MM-DD as per the ISO 8601 date standard.

Deal Export Status

To check on the status of a deal export:

HTTP Request

GET https://sandbox.vts.com/api/deal/v1/deal_api_requests/<jobid>

curl -u <API Key>:<API Secret> https://api.vts.com/api/deal/v1/deal_api_requests/<jobid>
curl -u <API Key>:<API Secret> https://sandbox.vts.com/api/deal/v1/deal_api_requests/<jobid>

📘

Remember — Replace , and with actual values

The above command returns XML structured like this:

<DealExport>
  <status>submitted</status>
  <jobid>12345</jobid>
</DealExport>

XML Response

NodeDescription
statusStatus of the deal export that was created:
submitted - waiting to be processed
processing - currently being processed
completed - finished and successful
failed - there was an error with the export
jobidunique identifier of the deal export, used to check the export’s status and retrieve data

Completed Deal Exports

🚧

You may only view the data of a deal export once the status = completed

To view the data of a completed deal export:

HTTP Request

GET https://sandbox.vts.com/api/deal/v1/deal_api_requests/<jobid>/data

curl -u <API Key>:<API Secret> https://api.vts.com/api/deal/v1/deal_api_requests/<jobid>/data
curl -u <API Key>:<API Secret> https://sandbox.vts.com/api/deal/v1/deal_api_requests/<jobid>/data

📘

Remember — Replace , and with actual values

The above command returns XML structured like this:

<DealExport>
  <jobid>12345</jobid>
  <Deals>...</Deals>
</DealExport>

XML Response

NodeDescription
jobidunique identifier of the portfolio export, used to check the export’s status and retrieve data
DealsXML containing all deal data. Details found under Deal Elements below.

Status Codes

The VTS API uses the following status and error codes:

StatusDescription
200Success – The request was successful
202Accepted – The request was accepted and will be processed
401Unauthorized - incorrect credentials
403Forbidden – API Key and/or API Secret is missing or incorrect
404Not Found – The specified resource could not be found
500Internal Server Error – We had a problem with our server. Try again later

Deal Elements

NodeTypeDescription
PropertiesArrayXML of properties see below
DealTypeEnumnew
renewal
extension
expansion
termination
modification
sublease
license agreement
storage
short term lease
other
relocation
rent review
break
LastModifiedDateTimeWhen the deal was last modified
CreatedDateDateTimeWhen the deal was created
StageEnumtenants_in_the_market
lease_executed
dead_deal
idle
initial_inquiry
preview
tour
proposal
loi
lease_out
legal
ProbablilityIntegerProbability of deal’s success
CurrentLeaseExpirationDateDateWhen the current lease expires
CompetitiveSetTextComparable buildings
MoveInDateDateThe date that the tenant has specified to be their targeted lease commencement date.
RequirementTypeTextSpace type as required by deal
TenantCurrentRentableAreaIntegerThe given tenant's current rentable area measurement
TenantXMLThe deal’s tenant see below
PreviousLeaseXMLThe deal’s previous lease comparison see below
BrokersArrayThe brokers for the deal see below
TenantContactsArrayContacts for the tenant see below
DealStagesArrayStages the deal has gone through see below
DealCommentsArrayComments about the deal see below
DealTermsArrayTerms of the deal see below
BudgetsArrayBudgets related to the deal see below
AppraisalsArrayAppraisals related to the deal see below
DealLeadsArrayDeal leads related to the deal see below

Symbols

NodeTypeDescription
TypeEnumSourceID (This is the only value)
ValueStringThe value of the unique identifier

Properties

NodeTypeDescription
NameStringThe name of the property
AddressXMLThe property's address see below
SpacesArrayThe spaces on the property see below
SymbolsArrayThe symbol on the property see above
OfficeParkIDIntegerThe VTS ID for an office park
OfficeParkNameStringThe name of the office park
CreatedAtDateTimeThe date and time the property was created
UpdatedAtDateTimeThe date and time the property was updated

Deal Address

NodeTypeDescription
CityStringThe property's city
StateStringThe property's state
StreetStringThe property's street
PostalCodeStringThe property's postal code
CountryStringThe property's country

Deal Space

NodeTypeDescription
SuiteStringThe suite associated with the space
SpaceAvailableIntegerThe rentable area of the space
FloorNameStringThe name of the floor the space is on
FloorPositionIntegerThe position of the floor on the property
FloorRentableAreaIntegerThe rentable area of the floor
SymbolsArrayThe symbol on the space on the property see above
CreatedAtDateTimeThe date and time the space was created
UpdatedAtDateTimeThe date and time the space was updated

Deal Tenant

NodeTypeDescription
NameStringThe name of the tenant
IndustryStringThe tenant's industry
TenantWebsiteStringThe tenant's website
TenantCurrentLocationStringThe tenant's location
TenantRSFFromIntegerThe minimum RSF the tenant is looking for
TenantRSFToIntegerThe maximum RSF the tenant is looking for
Affiliation
TenantIDIntegerThe VTS ID for the tenant

Deal Previous Lease

NodeTypeDescription
SourceIDStringThe value of the previous lease's unique identifier
CompanyNameStringThe name of the previous lease's tenant
LeaseTermArrayThe details of the previous leaseterm associated to the deal

Deal Previous Term

NodeTypeDescription
SourceIDStringThe value of the previous leaseterm's unique identifier
RentableAreaIntegerThe rentable area of the previous leaseterm
ExecutionDateDateExecution date of the previous leaseterm
CommencementDateDateCommencement date of the previous leaseterm
ExpirationDateDateExpiration date of the previous leaseterm

Brokers

NodeTypeDescription
FirstNameStringThe broker's first name
LastNameStringThe broker's last name
EmailStringThe broker's email address
PhoneStringThe broker's phone number
PhoneExtensionStringThe broker's extension
TitleStringThe broker's title
BrokerLicenseNumberStringThe broker's license number
UserIDIntegerThe VTS ID of the broker
CompanyNameStringThe name of the company associated to the broker

Tenant Contacts

NodeTypeDescription
FirstNameStringThe contact's first name
LastNameStringThe contact's last name
EmailStringThe contact's email address
PhoneStringThe contact's phone number
PhoneExtensionStringThe contact's extension
TitleStringThe contact's title
CompanyNameStringThe contact's company

Deal Stages

NodeTypeDescription
StageEnumtenants_in_the_market
lease_executed
dead_deal
idle
initial_inquiry
preview
tour
proposal
loi
lease_out
CreatedDateDateTimeWhen the deal stage was created
LastModifiedDateTimeWhen the deal stage was last modified
StartDateDateTimeWhen the deal stage began
EndDateDateTimeWhen the deal stage ended
DurationInDaysIntegerHow long the deal stage lasted in days
UserXMLThe user associated with the deal stage see below
DeadDealReasonsStringReasons the deal was moved to the dead deal stage

Deal User

NodeTypeDescription
FirstNameStringThe user's first name
LastNameStringThe user's last name
EmailStringThe user's email address
PhoneStringThe user's phone number
PhoneExtensionStringThe user's extension
TitleStringThe user's title
BrokerLicenseNumberStringThe user's broker license number
UserIDIntegerThe VTS ID of the user

Deal Comments

NodeTypeDescription
CommentStringThe content of the comment
UserXMLThe user asociated with that comment see above
CreatedAtDateTimeThe date the deal comment was created
UpdatedAtDateTimeThe date the deal comment was updated

Deal Terms

NodeTypeDescription
DealTermTypeStringThe type this deal term is
ProposalTypeStringThe type of proposal the term is
DiscountRateDecimalThe rate at which the term is discounted
RentableAreaIntegerThe rentable area on the deal term
LeaseTypeEnumtriple net
full service
modified gross
LeaseTermStringThe term of the lease
CommencementDateDateWhen the deal term begins
TenantImprovementsArrayList of tenant improvements associated with the deal term see below
BuildingImprovementsArrayList of building improvements associated with the deal term see below
LeaseIncentivesArrayList of lease incentives associated with the deal term see below
FreeRentsArrayList of free rents in the term see below
CreatedDateDateTimeWhen the deal term was created
SecurityDepositDecimalThe value of the security deposit
NERDecimalNet Effective Rent for the deal term
NEROverrideDecimalOverride for the default NER calculation
GAAP RentDecimalGAAP Rent for the deal term
DateEnteredDateTimeWhen the deal term was entered
ExecutionDateDateTimeWhen the deal term was executed
RetailArrayRetail estimates for given tenant
OpExXMLOperating expenses asscoiated with the deal term see below
RealEstateTaxesXMLTaxes associated with the deal term see below
NPVperSqFtDecimalNet Present Value per square foot
TotalNPVDecimalTotal net present value
MiscDescriptionStringDescription of the deal term
NetCashFlowDecimalTotal net cash flow of the deal
TotalIncomeDecimalTotal income of the deal
TotalFreeRentDecimalTotal free rent on the deal
ConcessionsDecimalTotal concessions on the deal
PaybackIntegerMonth number for the breakeven point
IRRDecimalInternal Rate of Return
LatestString'True' if Deal Term applies to latest proposal, 'False' otherwise
BaseRentsArrayList of base rents see below
RentEscalationsArrayList of rent escalations see below
OtherCreditsArrayList of other credits see below. Corresponds to "Other Fees" on the front end.
CommissionsArrayList of commissions see below
RightsArrayList of rights see below
TenantRiskArrayList of tenant risk items in the term
RentScheduleArrayFull rent schedule calculated across all charges & fees
ProposalIDIntegerID of the proposal associated the a given deal
ProposalEnteredDateDateTimeWhen the proposal was entered
RecoveryIncomesArrayList of reimbursable expenses see below
SpacesArrayDetails of the space associated to the deal
LeaseInformationAttributesArrayList of Leases associated with Deal Term see below

Tenant Improvements

NodeTypeDescription
AllowanceDecimalThe value of the allowance
AllowanceUnitStringThe unit of the allowance
OccurrenceMonthIntegerThe number of months into the lease that the improvement occurs
DescriptionStringA description of the improvement

Building Improvements

NodeTypeDescription
AllowanceDecimalThe value of the allowance
AllowanceUnitStringThe unit of the allowance
OccurrenceMonthIntegerThe number of months into the lease that the improvement occurs
DescriptionStringA description of the improvement

Lease Incentives

NodeTypeDescription
OccurrenceMonthIntegerThe number of months into the lease that the improvement occurs
AmountIntegerThe value of the incentive
UnitStringThe unit of the incentive
DescriptionStringA description of the incentive

Free Rents

NodeTypeDescription
BeginInIntegerNumber of months in the lease in which to begin the free rent period
DurationIntegerThe duration of the free rent period
PercentageDecimal
TypeEnumnet
gross

OpEx (This field is deprecated and values will be returned under Recovery Income)

NodeTypeDescription
BaseOpExDecimalThe base operating expenses
YearTypeStringThe type of year the operating expenses apply to
LeaseTypeEnumdirect
sublease
renewal - default
DescriptionStringDescription of operating expenses

Real Estate Taxes (This field is deprecated and values will be returned under Recovery Income)

NodeTypeDescription
BaseRealEstateTaxesDecimalThe base real estate taxes
BaseYearIntegerThe base year for the real estate taxes
YearTypeStringThe type of year the real estate taxes apply to
LeaseTypeEnumdirect
sublease
renewal - default
DescriptionStringDescription of real estate taxes

Base Rents

NodeTypeDescription
BeginInIntegerWhen the rent begins
RentDecimalRent for the space
PeriodStringThe period of the rent
DurationIntegerThe number of months the rent lasts

Rent Escalations

NodeTypeDescription
BeginInIntegerNumber of months in to begin rent escalations
EscalationDecimalValue of the escalation
RecurrenceIntervalIntegerHow often escalations occur
EscalationTypeStringType of rent escalation

Other Credits

Corresponds to "Other Fees" on the front end.

NodeTypeDescription
NameStringThe name of the credit
OccursIntegerHow often the credit occurs
AmountDecimalThe value of the credit
UnitStringThe unit of the credit

Commissions

NodeTypeDescription
RepTypeStringThe type of representative
FirmStringThe firm associated with the representative
AmountDecimalThe relative commission amount used in conjunction with Unit node
UnitStringThe unit type of the commission value
TotalAmountDecimalThe total calculated commission amount

Rights

NodeTypeDescription
NameEnumaudit rights
break
cap on rates
contraction
co-tenancy
exclusive use
expansion
generator rights
go dark
kick out
landlord & tenant act 1954
make good
must lease
other
parking
purchase
radius
relocation
renewal
rent review
rights to terminate
rofn
rofo
rofr
signage
special provisions
storage
sublease
use
DescriptionStringDescribes the right
NoticeStartDateDateTimeStart date of the notice of the right
NoticeDateDateTimeEnd date of the notice of the right
EffectiveDateDateTimeWhen the right begins
RoleTypeEnumtenant
landlord
FeeDecimalThe termination fee associated with the right
TermIntegerThe term of the right
NumberOfOptionsIntegerThe number of options the right has
RateTypeEnumpercentage_of_rate
year
RateNoteStringThe note associated with the rate
MinSqFtDecimalThe minimum square feet associated with the right
MaxSqFtDecimalThe maximum square feet associated with the right
TriggerDetailsStringDescribes condition that triggers a right type
RemedyDetailsStringDescribes remedy for a right type
TenantImprovementsArrayList of tenant improvements see above
TenantRiskArraySecurity Type for tenant see below
TargetXMLRights target see below

Targets

NodeTypeDescription
PropertyXMLTargeted property see below
FloorXMLTargeted floor see below
SpaceXMLTargeted space see below
IndustryXMLTargeted industry see below
LeaseXMLTargeted lease see below

Target Property

NodeTypeDescription
PropertyNameStringName of the target property
AddressXMLsee above

Target Floor

NodeTypeDescription
FloorNameStringTargeted floor name

Target Space

NodeTypeDescription
SuiteStringTargeted suite name

Target Industry

NodeTypeDescription
IndustryNameStringTargeted industry

Target Lease

NodeTypeDescription
TenantNameStringTenant name of the targeted lease

Tenant Risk

NodeTypeDescription
SecurityTypeEnumsecurity deposit
letter of credit
guarantee
AmountDecimal10000.50
DescriptionStringDescribes tenant risk attributes

Rent Schedule

NodeTypeDescription
RentXMLIndividual rent step of a deal term's calculated schedule

Rent

NodeTypeDescription
StartMonthIntegerMonth that rent step goes into effect, relative to lease commencement date
EndMonthIntegerFinal month that rent step is in effect, relative to lease commencement date
AnnualRentPerAreaDecimalCalculated rent amount for period, annualized per area

Budgets

NodeTypeDescription
ProposalTypeStringThe type of proposal the term is
DiscountRateDecimalThe rate at which the term is discounted
RentableAreaIntegerArea of the space budgeted for lease
LeaseTypeEnumdirect
sublease
renewal - default
LeaseTermStringThe term of the lease
CommencementDateDateWhen the deal term begins
TenantImprovementsArrayList of tenant improvements see above
BuildingImprovementsArrayList of building improvements see above
FreeRentsArrayList of free rents associated with the space see above
CreatedDateDateTimeWhen the deal term was created
SecurityDepositDecimalThe value of the security deposit
NERDecimalNet Effective Rent for the deal term
NEROverrideDecimalOverride for the default NER calculation
DateEnteredDateTimeWhen the deal term was entered
OpExXMLOperating expenses asscoiated with the deal term see above
RealEstateTaxesXMLTaxes associated with the deal term see above
NPVperSqFtDecimalNet Present Value per square foot
TotalNPVDecimalTotal net present value
MiscDescriptionStringDescription of the deal term
NetCashFlowDecimalTotal net cash flow of the deal
TotalIncomeDecimalTotal income of the deal
ConcessionsDecimalTotal concessions on the deal
PaybackIntegerMonth number for the breakeven point
IRRDecimalInternal Rate of Return
BaseRentsArrayList of base rents see above
RentEscalationsArrayList of rent escalations see above
OtherCreditsArrayList of other credits see above
CommissionsArrayList of commissions see above
RightsArrayList of rights see above
SpaceIDIntegerID of the space associated with the budget

Appraisals

NodeTypeDescription
ProposalTypeStringThe type of proposal the term is
DiscountRateDecimalThe rate at which the term is discounted
RentableAreaIntegerArea of the space appraised for lease
LeaseTypeEnumdirect
sublease
renewal - default
LeaseTermStringThe term of the lease
CommencementDateDateWhen the deal term begins
TenantImprovementsArrayList of tenant improvements see above
BuildingImprovementsArrayList of building improvements see above
FreeRentsArrayList of free rents associated with the space see above
CreatedDateDateTimeWhen the deal term was created
SecurityDepositDecimalThe value of the security deposit
NERDecimalNet Effective Rent for the deal term
NEROverrideDecimalOverride for the default NER calculation
DateEnteredDateTimeWhen the deal term was entered
OpExXMLOperating expenses asscoiated with the deal term see above
RealEstateTaxesXMLTaxes associated with the deal term see above
NPVperSqFtDecimalNet Present Value per square foot
TotalNPVDecimalTotal net present value
MiscDescriptionStringDescription of the deal term
NetCashFlowDecimalTotal net cash flow of the deal
TotalIncomeDecimalTotal income of the deal
ConcessionsDecimalTotal concessions on the deal
PaybackIntegerMonth number for the breakeven point
IRRDecimalInternal Rate of Return
BaseRentsArrayList of base rents see above
RentEscalationsArrayList of rent escalations see above
OtherCreditsArrayList of other credits see above
CommissionsArrayList of commissions see above
RightsArrayList of rights see above
SpaceIDIntegerID of the space associated with the appraisal

Tours

NodeTypeDescription
TourDateDateThe date of the tour
CommentStringThe comment ented by a broker in relation to the tour
UserXMLThe user associated with the deal stage see above
SpacesArrayList of spaces
CreatedAtDateTimeWhen the tour was created
UpdatedAtDateTimeWhen the tour was last updated

Recovery Incomes

NodeTypeDescription
RecoveryTypeString
ExpenseAmountDecimal
RecoveryMethodEnumgross
net
amount
modified_gross
RecoveryAmountDecimal
DescriptionString

Lease Information Attributes

NodeTypeDescription
NameEnumguarantor
tenant notice info
lease drafter
certificate of insurance
other
DescriptionString

Deal Leads

NodeTypeDescription
FirstNameStringThe lead's first name
LastNameStringThe lead's last name

Sample Response

<?xml version="1.0" encoding="UTF-8"?>
<DealExport>
  <jobid>b5e3e66a2394a7c6</jobid>
  <Deals>
    <Deal DealID="2260397">
      <Properties>
        <Property ID="146675">
          <Name>225 President Street TEST</Name>
          <CreatedAt>2013-08-08T18:38:29Z</CreatedAt>
          <UpdatedAt>2019-11-11T21:41:41Z</UpdatedAt>
          <Address>
            <City>Boston</City>
            <State>MA</State>
            <Street>225 President Street-2</Street>
            <PostalCode>02110</PostalCode>
            <Country>United States</Country>
          </Address>
          <Spaces>
            <Space ID="1734064">
              <Suite>1810</Suite>
              <SpaceAvailable>9647</SpaceAvailable>
              <FloorName>18</FloorName>
              <FloorPosition>22</FloorPosition>
              <FloorRentableArea>25240</FloorRentableArea>
              <CreatedAt>2018-06-18T18:05:43Z</CreatedAt>
              <UpdatedAt>2019-10-24T08:37:35Z</UpdatedAt>
            </Space>
            <Space ID="1734057">
              <Suite>1735</Suite>
              <SpaceAvailable>1555</SpaceAvailable>
              <FloorName>17</FloorName>
              <FloorPosition>21</FloorPosition>
              <FloorRentableArea>22325</FloorRentableArea>
              <CreatedAt>2013-09-09T17:39:26Z</CreatedAt>
              <UpdatedAt>2019-10-24T08:37:34Z</UpdatedAt>
            </Space>
          </Spaces>
        </Property>
      </Properties>
      <DealType>new</DealType>
      <LastModified>2019-12-17T02:29:25Z</LastModified>
      <CreatedDate>2019-12-17T00:14:15Z</CreatedDate>
      <Stage>proposal</Stage>
      <Probability>20</Probability>
      <CurrentLeaseExpirationDate>2020-01-01</CurrentLeaseExpirationDate>
      <CompetitiveSet>Competitive Set</CompetitiveSet>
      <MoveInDate>2020-02-01</MoveInDate>
      <RequirementType>Office</RequirementType>
      <TenantCurrentRentableArea>7000</TenantCurrentRentableArea>
      <Tenant>
        <Name>TEST DEAL ALL FIELDS</Name>
        <Industry>advertising</Industry>
        <Affiliation/>
        <TenantID>2899210</TenantID>
        <TenantWebsite/>
        <TenantCurrentLocation>310 East 11th</TenantCurrentLocation>
        <TenantRSFFrom>15000</TenantRSFFrom>
        <TenantRSFTo>20000</TenantRSFTo>
      </Tenant>
      <PreviousLease ID="3232340">
        <SourceID>t0001234</SourceID>
        <CompanyName>Amazon, Inc.</CompanyName>
        <LeaseTerm ID="4561230">
            <SourceID>t0001234~2</SourceID>
            <RentableArea>12345</RentableArea>
            <ExecutionDate/>
            <CommencementDate>2020-02-01</CommencementDate>
            <ExpirationDate>2020-02-01</ExpirationDate>
        </LeaseTerm>
      </PreviousLease>
      <Brokers>
        <Broker ID="1545130">
          <FirstName>Ryan</FirstName>
          <LastName>Masiello</LastName>
          <Email>[email protected]</Email>
          <Phone/>
          <PhoneExtension/>
          <Title/>
          <CompanyName>Jones Lang LaSalle</CompanyName>
          <BrokerLicenseNumber/>
          <UserId>8739</UserId>
        </Broker>
      </Brokers>
      <TenantContacts/>
      <DealStages>
        <DealStage ID="4781796">
          <Stage>initial_inquiry</Stage>
          <CreatedDate>2019-12-17T00:14:16Z</CreatedDate>
          <LastModified>2019-12-17T00:11:02Z</LastModified>
          <StartDate>2019-12-17T00:11:02Z</StartDate>
          <EndDate>2019-12-17</EndDate>
          <DurationInDays>0</DurationInDays>
          <DeadDealReasons/>
          <User>
            <UserId>8739</UserId>
            <FirstName>Michael</FirstName>
            <LastName>mills</LastName>
            <Email>[email protected]</Email>
            <Phone>5136003026</Phone>
            <PhoneExtension/>
            <Title>Implementation Manager</Title>
            <BrokerLicenseNumber/>
          </User>
        </DealStage>
        <DealStage ID="4781836">
          <Stage>proposal</Stage>
          <CreatedDate>2019-12-17T00:24:37Z</CreatedDate>
          <LastModified>2019-12-17T02:29:25Z</LastModified>
          <StartDate>2019-12-17T00:24:37Z</StartDate>
          <DurationInDays>0</DurationInDays>
          <DeadDealReasons/>
          <User>
            <UserId>8739</UserId>
            <FirstName>Michael</FirstName>
            <LastName>mills</LastName>
            <Email>[email protected]</Email>
            <Phone>5136003026</Phone>
            <PhoneExtension/>
            <Title>Implementation Manager</Title>
            <BrokerLicenseNumber/>
          </User>
        </DealStage>
      </DealStages>
      <DealComments>
        <DealComment ID="7000073">
          <Comment>Comment</Comment>
          <CreatedAt>2019-12-17T00:14:16Z</CreatedAt>
          <UpdatedAt>2019-12-17T00:14:16Z</UpdatedAt>
          <User>
            <UserId>8739</UserId>
            <FirstName>Michael</FirstName>
            <LastName>mills</LastName>
            <Email>[email protected]</Email>
            <Phone>5136003026</Phone>
            <PhoneExtension/>
            <Title>Implementation Manager</Title>
            <BrokerLicenseNumber/>
          </User>
        </DealComment>
        <DealComment ID="7000510">
          <Comment>TESTING</Comment>
          <CreatedAt>2019-12-17T02:29:25Z</CreatedAt>
          <UpdatedAt>2019-12-17T02:29:25Z</UpdatedAt>
          <User>
            <UserId>12879</UserId>
            <FirstName>VTS Admin</FirstName>
            <LastName/>
            <Email>[email protected]</Email>
            <Phone/>
            <PhoneExtension/>
            <Title/>
            <BrokerLicenseNumber/>
          </User>
        </DealComment>
        <DealComment ID="7000172">
          <Comment>Toured Spaces @Anna Michellenova</Comment>
          <CreatedAt>2019-12-17T00:26:09Z</CreatedAt>
          <UpdatedAt>2019-12-17T00:26:09Z</UpdatedAt>
          <User>
            <UserId>8739</UserId>
            <FirstName>Michael</FirstName>
            <LastName>mills</LastName>
            <Email>[email protected]</Email>
            <Phone>5136003026</Phone>
            <PhoneExtension/>
            <Title>Implementation Manager</Title>
            <BrokerLicenseNumber/>
          </User>
        </DealComment>
        <DealComment ID="7000165">
          <Comment>Deal Comment</Comment>
          <CreatedAt>2019-12-17T00:25:31Z</CreatedAt>
          <UpdatedAt>2019-12-17T00:25:31Z</UpdatedAt>
          <User>
            <UserId>8739</UserId>
            <FirstName>Michael</FirstName>
            <LastName>mills</LastName>
            <Email>[email protected]</Email>
            <Phone>5136003026</Phone>
            <PhoneExtension/>
            <Title>Implementation Manager</Title>
            <BrokerLicenseNumber/>
          </User>
        </DealComment>
      </DealComments>
      <DealTerms>
        <DealTerm ID="6215933">
          <DealTermType>expansion</DealTermType>
          <ProposalType>tenant</ProposalType>
          <DiscountRate>10.0</DiscountRate>
          <RentableArea>11202</RentableArea>
          <LeaseType>full service</LeaseType>
          <LeaseTerm>120</LeaseTerm>
          <CommencementDate>2020-02-01</CommencementDate>
          <TenantImprovements>
            <TenantImprovement ID="718085">
              <Allowance>10.0</Allowance>
              <AllowanceUnit>rsf</AllowanceUnit>
              <OccurrenceMonth>1</OccurrenceMonth>
              <Description>DESCRIPTION</Description>
            </TenantImprovement>
          </TenantImprovements
          <BuildingImprovements>
            <BuildingImprovement ID="718086">
              <Allowance>12.0</Allowance>
              <AllowanceUnit>rsf</AllowanceUnit>
              <OccurrenceMonth>1</OccurrenceMonth>
              <Description>DESCRIPTION</Description>
            </BuildingImprovement>
          </BuildingImprovements>
          <LeaseIncentives>
            <LeaseIncentive ID="957623">
                <OccurrenceMonth>1</OccurrenceMonth>
                <Amount>30.0</Amount>
                <Unit>$/sf</Unit>
                <Description>DESCRIPTION</Description>
            </LeaseIncentive>
          </LeaseIncentives>
          <FreeRents>
            <FreeRent ID="85736351">
              <BeginIn>1</BeginIn>
              <Duration>3</Duration>
              <Percentage>100.0</Percentage>
              <Type>gross</Type>
            </FreeRent>
          </FreeRents>
          <CreatedDate>2019-12-17T02:36:59Z</CreatedDate>
          <SecurityDeposit>50000.0</SecurityDeposit>
          <NER>31.9464270024093</NER>
          <NEROverride/>
          <DateEntered>2019-12-16</DateEntered>
          <ExecutionDate>2020-02-01</ExecutionDate>
          <OpEx ID="924766153">
            <BaseOpEx>5.0</BaseOpEx>
            <YearType/>
            <LeaseType/>
            <Description>DESCRIPTION</Description>
          </OpEx>
          <RealEstateTaxes ID="924766152">
            <BaseRealEstateTaxes>7.0</BaseRealEstateTaxes>
            <YearType/>
            <LeaseType/>
            <Description>DESCRIPTION</Description>
          </RealEstateTaxes>
          <NPVperSqFt>203.130707576321</NPVperSqFt>
          <TotalNPV>2275470.18626995</TotalNPV>
          <MiscDescription>Proposal Notes</MiscDescription>
          <NetCashFlow>4022133.22795209</NetCashFlow>
          <TotalIncome>5379931.4936246442</TotalIncome>
          <TotalFreeRent>3333.333333333</TotalFreeRent>
          <Concessions>651341.709872493</Concessions>
          <Payback>18</Payback>
          <IRR>73.42</IRR>
          <Latest>true</Latest>
          <BaseRents>
            <BaseRent ID="945692078">
              <BeginIn>1</BeginIn>
              <Rent>47.0</Rent>
              <Period>rsf/year</Period>
              <Duration>60</Duration>
            </BaseRent>
          </BaseRents>
          <RentEscalations>
            <RentEscalation ID="646578">
              <BeginIn>61</BeginIn>
              <Escalation>3.0</Escalation>
              <RecurrenceInterval>12</RecurrenceInterval>
              <EscalationType>percentage</EscalationType>
            </RentEscalation>
          </RentEscalations>
          <OtherCredits>
            <OtherCredit ID="53998">
              <Name>DESCRIPTION</Name>
              <Occurs>1</Occurs>
              <Amount>5.0</Amount>
              <Unit>rsf</Unit>
            </OtherCredit>
          </OtherCredits>
          <Commissions>
            <Commission ID="876935">
              <RepType>landlord</RepType>
              <Firm>crane Commission</Firm>
              <Amount>2.0</Amount>
              <Unit>%</Unit>
              <Date>2020-02-01</Date>
            </Commission>
          </Commissions>
          <Rights>
            <Right ID="214685020">
              <Name>co-tenancy</Name>
              <Description>DESCRIPTION</Description>
              <Targets>
                <Target>
                  <Lease ID="9801611">
                    <TenantName>AVCAR</TenantName>
                  </Lease>
                </Target>
              </Targets>
              <RoleType>tenant</RoleType>
            </Right>
            <Right ID="214685021">
              <Name>signage</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
            </Right>
            <Right ID="214685022">
              <Name>rofo</Name>
              <Description>DESCRIPTION</Description>
              <Targets>
                <Target>
                  <Property ID="146675">
                    <PropertyName>225 President Street TEST</PropertyName>
                    <Address>
                      <City>Boston</City>
                      <State>MA</State>
                      <Street>225 President Street-2</Street>
                      <PostalCode>02110</PostalCode>
                      <Country>United States</Country>
                    </Address>
                  </Property>
                  <Floor ID="3113363">
                    <FloorName>1</FloorName>
                  </Floor>
                </Target>
              </Targets>
              <NoticeStartDate>2021-07-01</NoticeStartDate>
              <NoticeDate>2021-08-01</NoticeDate>
              <NoticeEndDate>2021-08-01</NoticeEndDate>
              <EffectiveDate>2020-09-01</EffectiveDate>
              <RateType>variable</RateType>
              <RateNote>3% FMV</RateNote>
              <MinSqFt>10000</MinSqFt>
            </Right>
            <Right ID="214685023">
              <Name>sublease</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
            </Right>
            <Right ID="214685024">
              <Name>rofr</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
              <NoticeStartDate>2021-02-01</NoticeStartDate>
              <NoticeDate>2022-03-03</NoticeDate>
              <NoticeEndDate>2022-03-03</NoticeEndDate>
              <EffectiveDate>2022-03-03</EffectiveDate>
              <RateType>fixed</RateType>
              <RateNote>40.00</RateNote>
              <MinSqFt>10000</MinSqFt>
            </Right>
            <Right ID="214685025">
              <Name>renewal</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
              <NoticeStartDate>2020-03-01</NoticeStartDate>
              <NoticeDate>2020-03-31</NoticeDate>
              <NoticeEndDate>2020-03-31</NoticeEndDate>
              <EffectiveDate>2020-04-01</EffectiveDate>
              <Term>300</Term>
              <NumberOfOptions>1</NumberOfOptions>
              <RateType>variable</RateType>
              <RateNote>100</RateNote>
            </Right>
          </Rights>
          <TenantRisk>
            <SecurityType>security_deposit</SecurityType>
            <Amount>50000.0</Amount>
            <Description>DESCRIPTION</Description>
          </TenantRisk>
          <ProposalID>606321</ProposalID>
          <ProposalEnteredDate>2019-12-16</ProposalEnteredDate>
          <RecoveryIncomes>
            <RecoveryIncome ID="924766141">
              <RecoveryType>ReimbursableExpenseOther</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766142">
              <RecoveryType>ReimbursableExpenseUtility</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766143">
              <RecoveryType>ReimbursableExpenseSecurity</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766144">
              <RecoveryType>ReimbursableExpenseRepairsAndMaintenance</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766145">
              <RecoveryType>ReimbursableExpenseMarketing</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766146">
              <RecoveryType>ReimbursableExpenseManagementFee</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766147">
              <RecoveryType>ReimbursableExpenseLandscaping</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766148">
              <RecoveryType>ReimbursableExpenseInsurance</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766149">
              <RecoveryType>ReimbursableExpenseElectric</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766150">
              <RecoveryType>ReimbursableExpenseCleaning</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766151">
              <RecoveryType>ReimbursableExpenseCam</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766152">
              <RecoveryType>RealEstateTax</RecoveryType>
              <ExpenseAmount>7.0</ExpenseAmount>
              <RecoveryMethod>gross</RecoveryMethod>
              <RecoveryAmount>0.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924766153">
              <RecoveryType>OperationalExpense</RecoveryType>
              <ExpenseAmount>5.0</ExpenseAmount>
              <RecoveryMethod>gross</RecoveryMethod>
              <RecoveryAmount>0.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
          </RecoveryIncomes>
          <Spaces>
            <ID>1734064</ID>
            <ID>1734057</ID>
          </Spaces>
          <LeaseInformationAttributes>
            <LeaseInformationAttribute>
              <Name>guarantor</Name>
              <Description>DESCRIPTION</Description>
            </LeaseInformationAttribute>
          </LeaseInformationAttributes>
        </DealTerm>
        <DealTerm ID="6215667">
          <ProposalType>landlord</ProposalType>
          <DiscountRate>10.0</DiscountRate>
          <RentableArea>11202</RentableArea>
          <LeaseType>full service</LeaseType>
          <LeaseTerm>120</LeaseTerm>
          <CommencementDate>2020-02-01</CommencementDate>
          <TenantImprovements>
            <TenantImprovement ID="717924">
              <Allowance>10.0</Allowance>
              <AllowanceUnit>rsf</AllowanceUnit>
              <OccurrenceMonth>1</OccurrenceMonth>
              <Description>DESCRIPTION</Description>
            </TenantImprovement>
          </TenantImprovements>
          <BuildingImprovements>
            <BuildingImprovement ID="717925">
              <Allowance>12.0</Allowance>
              <AllowanceUnit>rsf</AllowanceUnit>
              <OccurrenceMonth>1</OccurrenceMonth>
              <Description>DESCRIPTION</Description>
            </BuildingImprovement>
          </BuildingImprovements>
          <FreeRents>
            <FreeRent ID="85728034">
              <BeginIn>1</BeginIn>
              <Duration>3</Duration>
              <Percentage>100.0</Percentage>
              <Type>gross</Type>
            </FreeRent>
          </FreeRents>
          <CreatedDate>2019-12-17T00:24:37Z</CreatedDate>
          <SecurityDeposit>50000.0</SecurityDeposit>
          <NER>31.9464270024093</NER>
          <NEROverride/>
          <DateEntered>2019-12-16</DateEntered>
          <ExecutionDate>2020-01-01</ExecutionDate>
          <OpEx ID="924677271">
            <BaseOpEx>5.0</BaseOpEx>
            <YearType/>
            <LeaseType/>
            <Description>DESCRIPTION</Description>
          </OpEx>
          <RealEstateTaxes ID="924677272">
            <BaseRealEstateTaxes>7.0</BaseRealEstateTaxes>
            <YearType/>
            <LeaseType/>
            <Description>DESCRIPTION</Description>
          </RealEstateTaxes>
          <NPVperSqFt>203.130707576321</NPVperSqFt>
          <TotalNPV>2275470.18626995</TotalNPV>
          <MiscDescription>Proposal Notes</MiscDescription>
          <NetCashFlow>4022133.22795209</NetCashFlow>
          <TotalIncome>5379931.4936246442</TotalIncome>
          <TotalFreeRent>3333.333333333</TotalFreeRent>
          <Concessions>651341.709872493</Concessions>
          <Payback>18</Payback>
          <IRR>73.42</IRR>
          <Latest>false</Latest>
          <BaseRents>
            <BaseRent ID="945619669">
              <BeginIn>1</BeginIn>
              <Rent>47.0</Rent>
              <Period>rsf/year</Period>
              <Duration>60</Duration>
            </BaseRent>
          </BaseRents>
          <RentEscalations>
            <RentEscalation ID="646526">
              <BeginIn>61</BeginIn>
              <Escalation>3.0</Escalation>
              <RecurrenceInterval>12</RecurrenceInterval>
              <EscalationType>percentage</EscalationType>
            </RentEscalation>
          </RentEscalations>
          <OtherCredits>
            <OtherCredit ID="53995">
              <Name>DESCRIPTION</Name>
              <Occurs>1</Occurs>
              <Amount>5.0</Amount>
              <Unit>rsf</Unit>
            </OtherCredit>
          </OtherCredits>
          <Commissions>
            <Commission ID="876893">
              <RepType>landlord</RepType>
              <Firm>crane Commission</Firm>
              <Amount>2.0</Amount>
              <Unit>%</Unit>
              <Date>2020-02-01</Date>
            </Commission>
          </Commissions>
          <Rights>
            <Right ID="214657904">
              <Name>rofo</Name>
              <Description>DESCRIPTION</Description>
              <Targets>
                <Target>
                  <Property ID="146675">
                    <PropertyName>225 President Street TEST</PropertyName>
                    <Address>
                      <City>Boston</City>
                      <State>MA</State>
                      <Street>225 President Street-2</Street>
                      <PostalCode>02110</PostalCode>
                      <Country>United States</Country>
                    </Address>
                  </Property>
                  <Floor ID="3113363">
                    <FloorName>1</FloorName>
                  </Floor>
                </Target>
              </Targets>
              <NoticeStartDate>2021-07-01</NoticeStartDate>
              <NoticeDate>2021-08-01</NoticeDate>
              <NoticeEndDate>2021-08-01</NoticeEndDate>
              <EffectiveDate>2020-09-01</EffectiveDate>
              <RateType>variable</RateType>
              <RateNote>3% FMV</RateNote>
              <MinSqFt>10000</MinSqFt>
            </Right>
            <Right ID="214657907">
              <Name>sublease</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
            </Right>
            <Right ID="214657905">
              <Name>rofr</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
              <NoticeStartDate>2021-02-01</NoticeStartDate>
              <NoticeDate>2022-03-03</NoticeDate>
              <NoticeEndDate>2022-03-03</NoticeEndDate>
              <EffectiveDate>2022-03-03</EffectiveDate>
              <RateType>fixed</RateType>
              <RateNote>40.00</RateNote>
              <MinSqFt>10000</MinSqFt>
            </Right>
            <Right ID="214657906">
              <Name>renewal</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
              <NoticeStartDate>2020-03-01</NoticeStartDate>
              <NoticeDate>2020-03-31</NoticeDate>
              <NoticeEndDate>2020-03-31</NoticeEndDate>
              <EffectiveDate>2020-04-01</EffectiveDate>
              <Term>300</Term>
              <NumberOfOptions>1</NumberOfOptions>
              <RateType>variable</RateType>
              <RateNote>100</RateNote>
            </Right>
            <Right ID="214685018">
              <Name>co-tenancy</Name>
              <Description>DESCRIPTION</Description>
              <Targets>
                <Target>
                  <Lease ID="9801611">
                    <TenantName>AVCAR</TenantName>
                  </Lease>
                </Target>
              </Targets>
              <RoleType>tenant</RoleType>
            </Right>
            <Right ID="214685019">
              <Name>signage</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
            </Right>
          </Rights>
          <TenantRisk>
            <SecurityType>security_deposit</SecurityType>
            <Amount>50000.0</Amount>
            <Description>DESCRIPTION</Description>
          </TenantRisk>
          <ProposalID>606284</ProposalID>
          <ProposalEnteredDate>2019-12-16</ProposalEnteredDate>
          <RecoveryIncomes>
            <RecoveryIncome ID="924677271">
              <RecoveryType>OperationalExpense</RecoveryType>
              <ExpenseAmount>5.0</ExpenseAmount>
              <RecoveryMethod>gross</RecoveryMethod>
              <RecoveryAmount>0.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677272">
              <RecoveryType>RealEstateTax</RecoveryType>
              <ExpenseAmount>7.0</ExpenseAmount>
              <RecoveryMethod>gross</RecoveryMethod>
              <RecoveryAmount>0.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677274">
              <RecoveryType>ReimbursableExpenseCam</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677275">
              <RecoveryType>ReimbursableExpenseCleaning</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677276">
              <RecoveryType>ReimbursableExpenseElectric</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677277">
              <RecoveryType>ReimbursableExpenseInsurance</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677278">
              <RecoveryType>ReimbursableExpenseLandscaping</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677280">
              <RecoveryType>ReimbursableExpenseManagementFee</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677281">
              <RecoveryType>ReimbursableExpenseMarketing</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677282">
              <RecoveryType>ReimbursableExpenseRepairsAndMaintenance</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677284">
              <RecoveryType>ReimbursableExpenseSecurity</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677285">
              <RecoveryType>ReimbursableExpenseUtility</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
            <RecoveryIncome ID="924677287">
              <RecoveryType>ReimbursableExpenseOther</RecoveryType>
              <ExpenseAmount>2.0</ExpenseAmount>
              <RecoveryMethod>net</RecoveryMethod>
              <RecoveryAmount>2.0</RecoveryAmount>
              <Description>DESCRIPTION</Description>
            </RecoveryIncome>
          </RecoveryIncomes>
          <Spaces>
            <ID>1734057</ID>
            <ID>1734064</ID>
          </Spaces>
          <LeaseInformationAttributes>
            <LeaseInformationAttribute>
              <Name>guarantor</Name>
              <Description>DESCRIPTION</Description>
            </LeaseInformationAttribute>
          </LeaseInformationAttributes>
        </DealTerm>
        <DealTerm ID="6215929">
          <ProposalType>landlord</ProposalType>
          <DiscountRate>10.0</DiscountRate>
          <RentableArea>11202</RentableArea>
          <LeaseType>full service</LeaseType>
          <LeaseTerm>12</LeaseTerm>
          <CommencementDate>2020-01-01</CommencementDate>
          <TenantImprovements/>
          <BuildingImprovements/>
          <FreeRents/>
          <CreatedDate>2019-12-17T02:26:58Z</CreatedDate>
          <SecurityDeposit/>
          <NER>10.0</NER>
          <NEROverride/>
          <DateEntered>2019-12-16</DateEntered>
          <ExecutionDate>2020-01-01</ExecutionDate>
          <OpEx ID="">
            <BaseOpEx/>
            <YearType/>
            <LeaseType/>
            <Description/>
          </OpEx>
          <RealEstateTaxes ID="">
            <BaseRealEstateTaxes/>
            <YearType/>
            <LeaseType/>
            <Description/>
          </RealEstateTaxes>
          <NPVperSqFt>9.55774666277785</NPVperSqFt>
          <TotalNPV>107065.878116437</TotalNPV>
          <MiscDescription>Proposal Notes</MiscDescription>
          <NetCashFlow>112020.0</NetCashFlow>
          <TotalIncome>112020.0</TotalIncome>
          <TotalFreeRent/>
          <Concessions>0.0</Concessions>
          <Payback>1</Payback>
          <IRR/>
          <Latest>false</Latest>
          <BaseRents>
            <BaseRent ID="945692074">
              <BeginIn>1</BeginIn>
              <Rent>10.0</Rent>
              <Period>rsf/year</Period>
              <Duration>12</Duration>
            </BaseRent>
          </BaseRents>
          <RentEscalations/>
          <OtherCredits/>
          <Commissions/>
          <Rights>
            <Right ID="214657904">
              <Name>rofo</Name>
              <Description>DESCRIPTION</Description>
              <Targets>
                <Target>
                  <Property ID="146675">
                    <PropertyName>225 President Street TEST</PropertyName>
                    <Address>
                      <City>Boston</City>
                      <State>MA</State>
                      <Street>225 President Street-2</Street>
                      <PostalCode>02110</PostalCode>
                      <Country>United States</Country>
                    </Address>
                  </Property>
                  <Floor ID="3113363">
                    <FloorName>1</FloorName>
                  </Floor>
                </Target>
              </Targets>
              <NoticeStartDate>2021-07-01</NoticeStartDate>
              <NoticeDate>2021-08-01</NoticeDate>
              <NoticeEndDate>2021-08-01</NoticeEndDate>
              <EffectiveDate>2020-09-01</EffectiveDate>
              <RateType>variable</RateType>
              <RateNote>3% FMV</RateNote>
              <MinSqFt>10000</MinSqFt>
            </Right>
            <Right ID="214657907">
              <Name>sublease</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
            </Right>
            <Right ID="214657905">
              <Name>rofr</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
              <NoticeStartDate>2021-02-01</NoticeStartDate>
              <NoticeDate>2022-03-03</NoticeDate>
              <NoticeEndDate>2022-03-03</NoticeEndDate>
              <EffectiveDate>2022-03-03</EffectiveDate>
              <RateType>fixed</RateType>
              <RateNote>40.00</RateNote>
              <MinSqFt>10000</MinSqFt>
            </Right>
            <Right ID="214657906">
              <Name>renewal</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
              <NoticeStartDate>2020-03-01</NoticeStartDate>
              <NoticeDate>2020-03-31</NoticeDate>
              <NoticeEndDate>2020-03-31</NoticeEndDate>
              <EffectiveDate>2020-04-01</EffectiveDate>
              <Term>300</Term>
              <NumberOfOptions>1</NumberOfOptions>
              <RateType>variable</RateType>
              <RateNote>100</RateNote>
            </Right>
            <Right ID="214685018">
              <Name>co-tenancy</Name>
              <Description>DESCRIPTION</Description>
              <Targets>
                <Target>
                  <Lease ID="9801611">
                    <TenantName>AVCAR</TenantName>
                  </Lease>
                </Target>
              </Targets>
              <RoleType>tenant</RoleType>
            </Right>
            <Right ID="214685019">
              <Name>signage</Name>
              <Description>DESCRIPTION</Description>
              <Targets/>
            </Right>
          </Rights>
          <TenantRisk>
            <SecurityType/>
            <Amount/>
            <Description/>
          </TenantRisk>
          <ProposalID>606284</ProposalID>
          <ProposalEnteredDate>2019-12-16</ProposalEnteredDate>
          <RecoveryIncomes/>
          <Spaces>
            <ID>1734057</ID>
            <ID>1734064</ID>
          </Spaces>
          <LeaseInformationAttributes>
            <LeaseInformationAttribute>
              <Name>guarantor</Name>
              <Description>DESCRIPTION</Description>
            </LeaseInformationAttribute>
          </LeaseInformationAttributes>
        </DealTerm>
      </DealTerms>
      <Budgets/>
      <Appraisals/>
      <Tours>
        <Tour ID="79099">
          <TourDate>12-17-2019</TourDate>
          <Comment>Toured Spaces @Anna Michellenova</Comment>
          <User>
            <UserId>8739</UserId>
            <FirstName>Michael</FirstName>
            <LastName>mills</LastName>
            <Email>[email protected]</Email>
            <Phone>5136003026</Phone>
            <PhoneExtension/>
            <Title>Implementation Manager</Title>
            <BrokerLicenseNumber/>
          </User>
          <Spaces>
            <Space ID="1734057">
              <Suite>1735</Suite>
              <SpaceAvailable>1555</SpaceAvailable>
              <FloorName>17</FloorName>
              <FloorPosition>21</FloorPosition>
              <FloorRentableArea>22325</FloorRentableArea>
              <CreatedAt>2013-09-09T17:39:26Z</CreatedAt>
              <UpdatedAt>2019-10-24T08:37:34Z</UpdatedAt>
            </Space>
            <Space ID="1734064">
              <Suite>1810</Suite>
              <SpaceAvailable>9647</SpaceAvailable>
              <FloorName>18</FloorName>
              <FloorPosition>22</FloorPosition>
              <FloorRentableArea>25240</FloorRentableArea>
              <CreatedAt>2018-06-18T18:05:43Z</CreatedAt>
              <UpdatedAt>2019-10-24T08:37:35Z</UpdatedAt>
            </Space>
          </Spaces>
          <CreatedAt>2019-12-17T00:26:09Z</CreatedAt>
          <UpdatedAt>2019-12-17T00:26:09Z</UpdatedAt>
        </Tour>
      </Tours>
      <DealLeads>
        <DealLead ID="56171">
          <FirstName>Anna</FirstName>
          <LastName>Michellenova</LastName>
        </DealLead>
      </DealLeads>
    </Deal>
  </Deals>
</DealExport>

This document is proprietary and confidential. No part of this document may be disclosed in any manner to a third party without the prior written consent of View the Space Inc.


Interested in using our Next-Generation API Suite? Request Access by emailing [email protected]