Real estate news releases
Search our commercial real estate news and announcements.
-
Avison Young unlocks growth capital to drive expansion and strategic acquisitionsNgày 18 tháng 8 năm 2026 -
Avison Young Việt Nam công bố Báo cáo Nghiên cứu Thị trường Bất động sản Việt Nam quý II năm 2026Ngày 15 tháng 7 năm 2026 -
Thị trường Bất động sản Việt Nam quý I năm 2026Ngày 10 tháng 4 năm 2026 -
Avison Young welcomes new Principal to lead delivery of services, governance, and change management strategies for major client groupNgày 25 tháng 3 năm 2026 -
Avison Young selects CGI to deliver AI-powered managed servicesNgày 24 tháng 3 năm 2026 -
Bất động sản Việt Nam 2025: đầu tư kỷ luật, tăng trưởng có mục tiêuNgày 19 tháng 1 năm 2026 -
Thị trường Bất động sản Việt Nam quý III năm 2025Ngày 14 tháng 10 năm 2025 -
Avison Young Việt Nam công bố Báo cáo Nghiên cứu Thị trường Bất động sản Việt Nam quý I năm 2025Ngày 15 tháng 4 năm 2025 -
Avison Young named to Fast Company’s “World’s 50 Most Innovative Companies for 2025”Ngày 08 tháng 4 năm 2025 -
Avison Young extends presence in Southeast Europe with strategic affiliation in GreeceNgày 19 tháng 6 năm 2024 -
Avison Young named one of Canada’s Best Managed CompaniesNgày 14 tháng 5 năm 2024 -
Avison Young announces additions to its Board of DirectorsNgày 03 tháng 4 năm 2024 -
Avison Young promotes Rick Jenkins to Chief Financial OfficerNgày 26 tháng 3 năm 2024 -
Avison Young promotes Martin Jepil to Chief Information OfficerNgày 18 tháng 3 năm 2024 -
Avison Young closes milestone financial recapitalization transactionNgày 12 tháng 3 năm 2024 -
Geopolitics, development incentives, and material costs… all influencing reshoring and a state of flux in manufacturingNgày 05 tháng 3 năm 2024 -
Avison Young Announces Appointment of Michał Ćwikliński as EMEA Regional Managing DirectorNgày 04 tháng 3 năm 2024 -
Avison Young announces recapitalization transaction and new capital investment, significantly strengthening the company’s financial positionNgày 26 tháng 2 năm 2024 -
“Natural Capital” growing as emerging investment product connected to the economic value of our ecosystemsNgày 21 tháng 2 năm 2024 -
Avison Young expands presence in South East Europe with strategic affiliation in CroatiaNgày 14 tháng 2 năm 2024 -
Housing costs and supply for low- and middle-income residents are reaching crisis levels in many citiesNgày 13 tháng 2 năm 2024 -
Avison Young’s “Drivers of Change” series explores topics at forefront of business, economy, and commercial real estateNgày 30 tháng 1 năm 2024 -
Avison Young Vietnam releases the fourth quarter 2023 Quarterly Knowledge Report of Vietnam Real EstateNgày 12 tháng 1 năm 2024 -
Avison Young expands retail platform in 10 major markets across the U.S.Ngày 09 tháng 1 năm 2024 -
Avison Young’s tenth annual global Day of Giving event initiates change through 7,640 hours of action and partnership with local operationsNgày 05 tháng 10 năm 2023 -
Avison Young enters fast-paced South-East-Asian real estate market through new affiliation agreement in VietnamNgày 20 tháng 9 năm 2023 -
Celebrating 12 consecutive years, Avison Young named one of Canada’s Best Managed CompaniesNgày 09 tháng 5 năm 2023 -
Avison Young applauds Women of Influence, class of 2023Ngày 08 tháng 5 năm 2023 -
Avison Young announces new affiliation agreement in UAENgày 08 tháng 2 năm 2023
Có lỗi xảy ra trong quá trình xử lý biểu mẫu.
Java method "jdk.proxy3.$Proxy131.getFileEntry(long)" threw an exception when invoked on jdk.proxy3.$Proxy131 object "com.liferay.document.library.internal.service.FriendlyURLDLFileEntryLocalServiceWrapper@20827f2c"; see cause exception in the Java stack trace.
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign fe = _dlfels.getFileEntry(fil... [in template "20302#20342#PERSPECTIVE-THOUGHTLEADERSHIP-ITEM" at line 40, column 9]
----
1<#assign _dlfels = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") />
2
3<#-- A common display date snippet that retrieves the display date meta data field
4 of the web content, saves the original page locale for later, then sets the page
5 locale to the portals default locale. Finally it parses the date to a date object
6 and sets the page locale back to the original page locale -->
7
8<#assign displayDate = .vars['reserved-article-display-date'].data>
9<#setting time_zone = languageUtil.get(locale, "template-timezone")>
10<#assign originalLocale = locale>
11<#setting locale = localeUtil.getDefault()>
12<#assign displayDate = displayDate?date("EEE, d MMM yyyy HH:mm:ss Z")>
13<#setting locale = originalLocale>
14<#assign displayDate = displayDate?string("long")>
15
16<#-- end of common display date snippet -->
17
18
19<#-- set the default image and alt text -->
20<#assign imgSrc = Image.getData() >
21<#assign imgAltText = Content.getData() >
22
23<#-- try to set more advanced options of image display -->
24<#-- set the base hostname url for environment (local/qa/stg/prod) -->
25<#assign imageBaseUri = ui_config.getCdnCgiUri() >
26<#-- determine if we want to use CDN Image Optimizations or not -->
27<#if ui_config.getUseCdnImageOptimizations() >
28<#-- set the instructions to use for optimizing the image(s) in this item -->
29 <#assign instructionPath = "/cdn-cgi/image/q=50" >
30 <#if !getterUtil.getBoolean(By_pass_Cloudflare_optimization.getData())>
31 <#assign imageBaseUri = imageBaseUri + instructionPath >
32 </#if>
33</#if>
34
35
36<#assign image_attributes = jsonFactoryUtil.createJSONObject(Image.getAttributes()) >
37<#if (image_attributes.fileEntryId??) >
38 <#assign fileEntryId = image_attributes.fileEntryId?number >
39 <#if fileEntryId??>
40 <#assign fe = _dlfels.getFileEntry(fileEntryId)>
41 <#if fe??>
42 <#assign imgSrc = imageBaseUri + "/documents/" + fe.repositoryId +"/" + fe.fileEntryId + "/" + fe.fileName + "/" + fe.uuid + "?t=" + fe.modifiedDate?long >
43 <#assign imgAltText = image_attributes.alt!imgAltText >
44 </#if>
45 </#if>
46</#if>
47
48<#if (Link?? && Link.getData()?has_content )>
49 <#assign linkTarget = "target='_blank'"
50 linkToken = Link.getData() />
51<#elseif Custom_Url?? && Custom_Url.getData()?has_content >
52 <#assign linkTarget = "target='_blank'" />
53 <#assign linkToken = Custom_Url.getData()>
54<#elseif ( (PDF?? && PDF.getData()?has_content) && !(Link?? && Link?has_content) )>
55 <#assign linkTarget = "target='_blank'"
56 linkToken = PDF.getData() />
57<#else>
58 <#assign linkTarget = ""
59 linkToken = "https://www.avisonyoung.com/w/avison-young-unveils-annual-impact-report-on-global-esg-vision-and-strategy" />
60</#if>
61
62
63<li>
64 <a href="${linkToken}" ${linkTarget}>
65 <figure>
66 <div>
67 <img src="${imgSrc}" alt="${imgAltText}">
68 </div>
69 <figcaption>
70 <div class="ay-blog-tile-title">${Content.getData()}</div>
71 </figcaption>
72 </figure>
73 <div class="ay-blog-post-td">${displayDate}</div>
74 </a>
75
76</li>