题目内容 (请给出正确答案)
[主观题]

4 Handrew, a public limited company, is adopting International Financial Reporting Standar

ds (IFRS) in its financial

statements for the year ended 31 May 2005. The directors of the company are worried about the effect of the move

to IFRS on their financial performance and the views of analysts. The directors have highlighted some ‘headline’

differences between IFRS and their current local equivalent standards and require a report on the impact of a move

to IFRS on the key financial ratios for the current period.

Differences between local Generally Accepted Accounting Practice (GAAP) and IFRS

Leases

Local GAAP does not require property leases to be separated into land and building components. Long-term property

leases are accounted for as operating leases in the financial statements of Handrew under local GAAP. Under the terms

of the contract, the title to the land does not pass to Handrew but the title to the building passes to the company.

The company has produced a schedule of future minimum operating lease rentals and allocated these rentals between

land and buildings based on their relative fair value at the start of the lease period. The operating leases commenced

on 1 June 2004 when the value of the land was $270 million and the building was $90 million. Annual operating

lease rentals paid in arrears commencing on 31 May 2005 are land $30 million and buildings $10 million. These

amounts are payable for the first five years of the lease term after which the payments diminish. The minimum lease

term is 40 years.

The net present value of the future minimum operating lease payments as at 1 June 2004 was land $198 million

and buildings $86 million. The interest rate used for discounting cash flows is 6%. Buildings are depreciated on a

straight line basis over 20 years and at the end of this period, the building’s economic life will be over. The lessee

intends to redevelop the land at some stage in the future. Assume that the tax allowances on buildings are given to

the lessee on the same basis as the depreciation charge based on the net present value at the start of the lease, and

that operating lease payments are fully allowable for taxation.

Plant and equipment

Local GAAP requires the residual value of a non-current asset to be determined at the date of acquisition or latest

valuation. The residual value of much of the plant and equipment is deemed to be negligible. However, certain plant

(cost $20 million and carrying value $16 million at 31 May 2005) has a high residual value. At the time of

purchasing this plant (June 2003), the residual value was thought to be approximately $4 million. However the value

of an item of an identical piece of plant already of the age and in the condition expected at the end of its useful life

is $8 million at 31 May 2005 ($11 million at 1 June 2004). Plant is depreciated on a straight line basis over

eight years.

Investment properties

Local GAAP requires investment property to be measured at market value and gains and losses reported in equity.

The company owns a hotel which consists of land and buildings and it has been designated as an investment

property. The property was purchased on 1 June 2004. The hotel has been included in the balance sheet at 31 May

2005 at its market value on an existing use basis at $40 million (land valuation $30 million, building $10 million).

A revaluation gain of $5 million has been recognised in equity. The company could sell the land for redevelopment

for $50 million although it has no intention of doing so at the present time. The company wants to recognise holding

gains/losses in profit and loss. Local GAAP does not require deferred tax to be provided on revaluation gains and

losses.

The directors have calculated the following ratios based on the local GAAP financial statements for the year ended

4 Handrew, a public limited company, is adopting I

The issued share capital of Handrew is 200 million ordinary shares of $1. There is no preference capital. The interest

charge and tax charge in the income statement are $5 million and $25 million respectively. Interest and rental

payments attract tax allowances in this jurisdiction when paid. Assume taxation is 30%.

Required:

Write a report to the directors of Handrew:

(a) Discussing the impact of the change to IFRS on the reported profit and balance sheet of Handrew at 31 May

2005. (18 marks)

(b) Calculate and briefly discuss the impact of the change to IFRS on the three performance ratios. (7 marks)

(Candidates should show in an appendix calculations of the impact of the move to IFRS on profits, taxation and

the balance sheet. Candidates should not take into account IFRS1 ‘First time Adoption of International Financial

Reporting Standards’ when answering this question.)

(25 marks)

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“4 Handrew, a public limited co…”相关的问题

第1题

有如下程序:#include<iostream>using namespace std;class AA{public:AA(){tout<<‘l

有如下程序:

#include<iostream>

using namespace std;

class AA{

public:

AA(){tout<<‘l’;}

};

class BB:public AA{

int k;

public:

BB():k(0){cout<<…2;}

BB(int n):k(n){cout<<‘3’;}

};

int main(){

BB b(4),C;

return 0;

}

A.1312

B.132

C.32 D、1412

点击查看答案

第2题

下列程序的执行结果是()。public class Test{public static void main(String args[]){byte y=4;l

下列程序的执行结果是()。 public class Test { public static void main(String args[]) { byte y=4; long r=80L; System.out.println(r/y); } }

A.20B

B.20

C.20

D.编译错误

点击查看答案

第3题

public class Test{public static void main(String[]args){intx=5;boolean b1=true;boolean b2=
false;if((x==4)&&!b2)System.out.print("l");System.out.print("2");if((b2=true)&&b1)System.out.print("3");}}What is the result?()

A.2

B.3

C.12

D.23

E.123

F.Compilation fails.

G.An exceptional ist hrown at runtime.

点击查看答案

第4题

有如下程序:#include<iostream>using namespace std;class AA{public:AA(){tout<<‘l

有如下程序:

#include<iostream>

using namespace std;

class AA{

public:

AA(){tout<<‘l’;}

};

class BB:public AA{

int k;

public:

BB():k(0){cout<<…2;}

BB(int n):k(n){cout<<‘3’;}

};

int main(){

BB b(4),C;

return 0;

}

A.1312

B.132

C.32 D、1412

点击查看答案

第5题

有如下程序:#include<iostream>using namespace std;class AA{public:AA(){tout<<‘l
有如下程序:

#include<iostream>

using namespace std;

class AA{

public:

AA(){tout<<‘l’;}

};

class BB:public AA{

int k;

public:

BB():k(0){cout<<…2;}

BB(int n):k(n){cout<<‘3’;}

};

int main(){

BB b(4),C;

return 0;

}

A.1312

B.132

C.32 D、1412

点击查看答案

第6题

下面程序的输出结果是______。public class ex5{public static void main(String[]args) {for(int

下面程序的输出结果是______。 public class ex5 { public static void main(String[] args) { for(int cnt=l;cnt<=10;cnt++) { if(cnt<=5) continue; System.out.print (cnt+" "); } } }

A.6 7 8 9

B.1 2 3 4

C.1 2 3 4 6 7 8 9 10

D.6 7 8 9 10

点击查看答案

第7题

下列程序中,分别计算1,2,3,…,10的阶乘,并输出计算结果,请将程序补充完整。程序运行结果如下: 1!=1 2!=2 3!=6 4!=24 5!=120 6!=720 7!=5040 8!=40320 9!=362880 10!=3628800 源程序文件代码清单如下: public class ex01 1 { public static void main(String args) { l
点击查看答案

第8题

下列程序的运行结果是()。 Public class sun { Public static void main(String args[]) { int

下列程序的运行结果是()。 Public class sun { Public static void main(String args[]) { int x=4,y=0; if(Math.pow(X,2)= =16) y—x ; if(Math.pow(X,2)<15) y—l/x; if(Math.pow(X,2)>15) y=(int)Math.pow(X,2)+1; system.out.println(y); } }

A.4

B.17

C.18

D.0.25

点击查看答案

第9题

下列程序的运行结果是()。 Public class sun { Public static void main(String args[]) { int

下列程序的运行结果是()。 Public class sun { Public static void main(String args[]) { int x=4,y=0; if(Math.pow(X,2)= =16) y—x ; if(Math.pow(X,2)<15) y—l/x; if(Math.pow(X,2)>15) y=(int)Math.pow(X,2)+1; system.out.println(y); } }

A.4

B.17

C.18

D.0.25

点击查看答案

第10题

下面程序运行时输出结果为______。 include<iostream.h> include class Rect { public: Rect(int

下面程序运行时输出结果为______。

include<iostream.h>

include

class Rect

{

public:

Rect(int l, int w){length=l; width=w;)

void Print(){cout<<"Area:"<<length*width<<end1;}

void operator delete(void*p){free(p);}

private:

int length, width;

};

void main()

{

Rect *p;

p=new Rect(5, 4);

p->Print();

delete p;

}

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信