Search
Search Statutory Reporting (ONESOURCE) Support Help and Support.

Version 25 - July 2026 (template release)

Template release pack

Period ended
: Period Ended: December 2025
Update Type:
Major (Legislative, Features and corrections)

Release Notes

Overview
This
Hong Kong
Corporate Template Content Version
25.0
is a
Major
release that includes important legislative updates and
HKFRS 18
-alignment changes, along with features and corrections.
HKFRS 18
- Effective for annual periods beginning on or after
1 January 2027
. HKFRS 18, and the consequential amendments to the other accounting standards, is effective for reporting periods beginning on or after 1 January 2027 and must be applied retrospectively. Early adoption is permitted and must be disclosed.
As part of the HKFRS 18 implementation, impacted tables and paragraphs have been duplicated and clearly distinguished by labelling them as HKFRS 18, while the original content has been retained and labelled as HKAS 1.
To support these changes, new categories have been introduced for affected line items in the Categories section. These categories are identified with updated category codes (suffix '2') and labelled as HKFRS 18, enabling clear differentiation from the existing HKAS 1 categories. Additionally, HKFRS 18 table line items have been mapped to the newly created categories. For grid tables, they are labelled as HKFRS 18 and expressions, where applicable, have been updated in accordance with HKFRS 18 requirements to ensure consistency throughout the report.
Users have the flexibility to continue using the existing HKAS 1 content by retaining the current display settings. Alternatively, users who wish to adopt HKFRS 18 will need to transition to the newly introduced tables, grids, and related elements included in this release.
Key legislative updates in this version are effective for annual periods beginning on or after
June 2026
. These updates include:
  • Classification and Measurement of Financial Instruments -
    Amendments to HKFRS 9 and HKFRS 7
  • Contracts Referencing Nature-dependent Electricity -
    Amendments to HKFRS 9 and HKFRS 7
  • HKFRS 18 -
    Presentation and Disclosure in Financial Statements
  • HKFRS 19 -
    Subsidiaries without Public Accountability: Disclosures
  • Translation to a Hyperinflationary Presentation Currency -
    Amendments to HKAS 21
  • Disclosures about Uncertainties in the Financial Statements
  • Sale or Contribution of Assets between an Investor and its Associate or Joint Venture -
    Amendments to HKFRS 10 and HKAS 28
  • HKFRS Practice Statement 1:
    Management Commentary (Revised)
  • Annual Improvements to HKFRS Accounting Standards - Volume 11
This version
25.0
has been released on platforms 6.28.9259, 6.29.9459, 6.30.9574, 6.31.9627, 6.32.9713, 6.33.9810 and 6.34.9900
Legislative updates
For detailed and specific changes, kindly refer to the Content Change List PDF available in the release pack.
Accounting Reference Number
Details
HKFRS 9 and HKFRS 7
Classification and Measurement of Financial Instruments - Amendments to HKFRS 9 and HKFRS 7
HKFRS 9 and HKFRS 7
Contracts Referencing Nature-dependent Electricity - Amendments to HKFRS 9 and HKFRS 7
HKFRS 18
HKFRS 18 - Presentation and Disclosure in Financial Statements
HKFRS 19
HKFRS 19 - Subsidiaries without Public Accountability: Disclosures
HKAS 21
Translation to a Hyperinflationary Presentation Currency - Amendments to HKAS 21
HKFRS 10 and HKAS 28
Sale or Contribution of Assets between an Investor and its Associate or Joint Venture - Amendments to HKFRS 10 and HKAS 28
HKFRS 1, HKFRS 7, HKFRS 9, HKFRS 10 and HKAS 7
Annual Improvements to HKFRS Accounting Standards - Volume 11- Amendments to HKFRS 1, HKFRS 7, HKFRS 9, HKFRS 10 and HKAS 7
Corrections
ITEM ID
TITLE
DETAILS AND LIMITATIONS
5192268
Corrected Condition and Reporting period in CFPD
Changed condition from 'reporting.queries.client.lookupaccountingperioddata("Entity|Entity|General|GeneralDetails|Entities|Rows|Entity1|Display|Value")[0].Value' to 'reporting.queries.client.lookupaccountingperioddata("Entity|Entity|General|GeneralDetails|Entities|Rows|Entity1|Enable|Value")[0].Value'. Also, corrected Reporting period to ensure that they are all displayed as 'FY|FY1'
5511043
Changed the tick boxes for the publicly listed information
Notes related to public listed entities are controlled by the conditional variable 'PublicListedRelatedDisclosures'. If these notes are required in the report, please set this variable to 'True' in the Root Variables section and select all of the highlighted checkboxes.
Features
ITEM ID
TITLE
DETAILS AND LIMITATIONS
4995982
Additional Report of Account Listing Report (Category Name, Description and Amount)
An additional report has been added to the Report List, this is the 'Account Listing Report (Category Name, Description and Amount)'. A new report, 'Account Listing Report (Category Name, Description and Amount)', has been added to the Report List to provide detailed account information, including category name, description, and amount.
4995984
Minor defect in the "Account Listing Report (Category Name, Description and Amount)" report.
'Total' header in "Account Listing Report (Category Name, Description and Amount)" is now in bold.
4995985
Amendments to Rounding and Scaling
Removed the Scaling and ScalingHeader variables from 'Account Listing Report (Category Name, Description and Amount' in both the Root folder and the XML. The Rounding variable has been hardcoded to 0.01m instead of being linked to the Rounding | Scaling setting under [FY] Report | Settings, ensuring that full values are displayed throughout the report.
4995986
Adjustment to percentage style to include the 0 before the decimal
Updated the number format style from #,#.00% to #,#0.00% for all percentage and decimal percentage styles to ensure that values below 1% are displayed with a leading zero (e.g., 0.80% instead of .80%).
4995987
Finded and replaced 0.01 and 1 in expressions into rounding for flexibility and CategoryValue to CategoryValueOrZero to correct null expression to grids.
Three scripts have been provided to update grid expressions across the template. The first two scripts (FPD Rounding Variable Script Global Including Default Expressions 1 and 2) replace hardcoded values (0.01 and 1) with the Rounding variable. The third script (FPD CategoryValueOrZero Script Including Default Expressions 3) replaces CategoryValue with CategoryValueOrZero to prevent errors when grid expressions contain null values.
4995988
Alignment of all menu and title items in the template
Reviewed all menu and title items within the template to ensure that both their locations and descriptions are consistent with those in the Streamline template. Any discrepancies identified should be corrected to maintain alignment across the templates.
4995989
Updated all prior year and prior prior year variables with more flexible expression
Adjusted all prior year and prior prior year wording variables that use expressions of 'reporting.CurrentPeriod.End.AddMonths(-12).ToString("________")' and 'reporting.CurrentPeriod.End.AddMonths(-24).ToString("_________")', then replaced them with variables for 'reportHelper.ComparativePeriod(1).EndDate.Value.ToString("__________")' and 'reportHelper.ComparativePeriod(2).EndDate.Value.ToString("__________")', respectively. Thus, users who do not have 12 months financial years can still have the variables working for them. If the expression is a start date instead of an end date then it should be 'reportHelper.ComparativePeriod(1).StartDate.Value.ToString("__________")' and 'reportHelper.ComparativePeriod(2).StartDate.Value.ToString("__________")'
4995990
Changed to the number format of styles TNS | Columns and TS | Columns, including their child styles
The number format has been changed from '#,#; (#,#);_(-_)' to _(#,#_);(#,#);_(-_) to ensure that the positive, negative and zero values all align in the same way. Note: For styles with % signs, please adjust the styles with number format as below, No Decimal: _(#,#"%"_);(#,#"%");_(-%_) 1 Decimal: _(#,#0.0"%"_);(#,#0.0"%");_(-%_) 2 Decimals: _(#,#0.00"%"_);(#,#0.00"%");_(-%_) 3 Decimals: _(#,#0.000"%"_);(#,#0.000"%");_(-%_) However, the styles with % signs will generate '\' when exporting to excel. Users can remove those '\' later in the excel spreadsheet.
4995993
Increase the Note Numbers of [FY] Non-Import [Custom] from 6 Notes to 10 Notes
The increase of Note Numbers of [FY] Non-Import [Custom] from 6 Notes to 10 Notes, providing additional support for custom data grids and enhancing template flexibility.
4995994
Adjustment of the NCI Category Back into the Equity Category
BS.EQ.NCI category has been broken down further into BS.EQ.NCI.OPENBAL and BS.EQ.NCI.MOVEMENTS. Also BS.EQ.NCI.MOVEMENTS further creates a sub-category called BS.EQ.NCI.MOVEMENTS.PROFIT. The PL category and NCI category will also be moved under a new category bracket called PL.ATT.
5117717
Inclusion of the report "Analytical Report (Primary Statement with VAR columns)"
The addition of 'Analytical Report (Primary Statement with VAR columns)'. The report contains Contents page, Statement of Profit or loss, Statement of Financial Position and Statement of Cash flows. All these Primary Statements have two extra columns for E1 and E2. First column shows the Year on Year (YOY) variance which is the difference between the figures from current period and prior period. Second column shows the percentage of variance difference between the current period and prior period. The Statement of Profit or Loss and the Statement of Financial Position also contain a calculation row that displays the materiality value, measured in Hong Kong dollars (HKD). There are few variables added at the folders' level of each statement and linked to 1st column and 2nd column, including Materiality level.
Content changes
ITEM ID
TITLE
DETAILS AND LIMITATIONS
5321519
Legislative Updates to 'Consolidated statement of profit or loss' and 'Consolidated statement of comprehensive income'
These two statements have been updated in accordance with the HKFRS 18 content requirements, including the presentation of Earnings Per Share (EPS) within the Statement of Profit or Loss. In addition, several new categories have recently been added to the category structure and linked to these statements (PL.RENTAL2, PL.OTHERINDIMOPINCOME2 and related sub-categories, FUNCTION and NATURE series categories, as listed in the full Content Change List PDF).
5321520
Legislative Updates to 'Consolidated statement of financial position' and 'Consolidated statement of changes in equity'
These two statements have been updated in accordance with the HKFRS 18 content requirements. In addition, several new categories have recently been added to the category structure and linked to these statements (BS.L, BS.A and BS.EQ series categories, as listed in the full Content Change List PDF).
5321522
Legislative Updates to 'Consolidated statement of cash flows' and 'Note 2.3: Material accounting policies'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321524
Legislative Updates to 'Note 2.4: Changes in accounting policies and disclosures' and 'Note 3: Significant accounting judgements, estimates and assumptions'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321529
Legislative Updates to 'Note 4: Revenue from contracts with customers' and added 'Note 5: Segment information'
Added new note 'Segment Information' and updated the paragraphs and tables in Note 4: Revenue from contracts with customers, according to legislative content changes or/and HKFRS 18 content requirements.
5321530
Legislative Updates to 'Note 6: Capital management' and 'Note 8: Business combinations and acquisition of non-controlling interests'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321531
Legislative Updates to 'Note 9: Partly-owned subsidiaries' and 'Note 10: Interest in a joint venture'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321534
Legislative Updates to 'Note 11: Investment in an associate' and 'Note 13: Other income and expenses'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321535
Legislative Updates to 'Note 14: Discontinued operations' and 'Note 16: Management-defined performance measure (MPM)'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321536
Legislative Updates to 'Note 17: Earnings per share (EPS)' and 'Note 18: Property, plant and equipment'
Added new note 'Earnings per share' and updated the paragraphs and tables in Note 18: Property, plant and equipment, according to legislative content changes or/and HKFRS 18 content requirements.
5321537
Legislative Updates to 'Note 19: Investment properties' and 'Note 20: Intangible assets and goodwill'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321538
Legislative Updates to 'Note 22: Financial assets and financial liabilities' and 'Note 23: Inventories'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321539
Legislative Updates to 'Note 24: Trade receivables and contract assets' and 'Note 25: Prepayments'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321540
Legislative Updates to 'Note 25: Cash and short-term deposits' and 'Note 26: Issued capital and reserves'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321541
Legislative Updates to 'Note 28: Provisions' and 'Note 29: Government grants'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321543
Legislative Updates to 'Note 31: Trade, other and related party payables' and 'Note 32: Leases'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321544
Legislative Updates to 'Note 33: Pensions and other post-employment benefit plans' and 'Note 34: Share-based payments'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321547
Legislative Updates to 'Note 36: Related party disclosures' and 'Note 37: Standards issued but not yet effective'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements.
5321548
Legislative Updates to 'Consolidated statement of profit or loss and other comprehensive income (example of a single statement)' and 'Consolidated statement of profit or loss (example of expenses disclosed by nature)'
The Consolidated Statement of Profit or Loss and Other Comprehensive Income (Single Statement) can be displayed by enabling the Statement of Comprehensive Income element within the Statement of Profit or Loss section. Also, the 'Consolidated Statement of Profit or Loss (Expenses Disclosed by Nature)' has already been included under the Statement of Profit or Loss section.
5321550
Legislative Updates to 'Consolidated statement of cash flows (example of the direct method)' and 'General Appendix within the Model Content'
Updated the paragraphs and tables, according to legislative content changes or/and HKFRS 18 content requirements. The 'Consolidated statement of cash flows (example of the direct method)' has already been included under Statement of cash flows section.
5321551
Additional Information
This review is intended to ensure that the report is presented correctly in accordance with local legislative and reporting requirements, including the appropriate display of local currency, compliance with local accounting standards, accurate note references, and other jurisdiction-specific disclosure requirements
XBRL Changes
There is no
XBRL
for this template.
Known Issues
ITEM ID
DETAILS AND LIMITATIONS
1
For users who would like to work on the 6.29.9459 platform, please note there is a Display setting issue because of the platform error. Report elements set to "Never" are not working, they are still showing up in both Preview and Design modes when viewing the notes individually. However, Report elements set to "Never" are working correctly as usual when viewing the full report.
2
There is a character limitation in grid column headings i.e., grid headers can take up to 60 characters only. Previously all column headers have been linked to the grid column. However, if the column header exceeds more than 60 characters, in such cases please remove the link on the header to the grid column and input the complete heading manually.
Additional Information
ITEM ID
DETAILS AND LIMITATIONS
1
Created new categories within the Categories section specifically for HKFRS 18–related tables. The category codes have been updated by adding the suffix '2' to distinguish them from existing categories, and appropriate HKFRS 18 naming conventions have been applied to ensure clarity and consistency across the report.
2
In the annual report, paragraphs and tables impacted by HKFRS 18 were labelled as HKFRS 18, while existing content was retained under HKAS 1.
IMPACT ON EXISTING CLIENTS
There are no impacts identified for this release.
DEVIATIONS FROM STANDARD CONFIGURATION
There are no deviations identified for this release.
APPENDIX
There are no appendix items for this release.

Related Content