Uneingeschränkter Zugang

Financial Accounting Measurement Model Based on Numerical Analysis of Rigid Normal Differential Equation and Rigid Functional Equation


Zitieren

Introduction

At present, there are two follow-up measurement modes for investment in real estate in Chinese current accounting standards: one is the cost mode measurement, and the other is the fair value mode measurement. However, in recent years, the Chinese real estate market price is higher than the historical cost [1]. Therefore, if we adopt a different measurement model, it will impact its related financial indicators. Therefore, some companies will use the method of changing the measurement model of investment real estate to carry out earnings management and whitewash their performance, which will impact the company itself and investors.

We usually use differential equations to describe physical or chemical processes in practical problems in technical engineering fields such as chemical reactions, biological models, fluid and molecular dynamics, electronic networks and automatic control. These problems often involve many processes that interact but vary significantly in speed. This rigid phenomenon is reflected in the mathematical language. The differential equation itself contains both a fast-changing component that decays rapidly and a slow-changing component that changes very slowly. To ensure the stability of the numerical calculation and achieve a sure calculation accuracy, we limit the step size for the fast-changing component to be relatively small. When the fast-changing component decays sufficiently small, the problem enters the slow-changing stage [2]. At this stage, it takes a long time to approach the steady state. Therefore, more calculation steps are required. The increase in calculation results in the continuous accumulation of round-off errors and ultimately affects the numerical stability and calculation accuracy. If the problems mentioned above are solved using traditional differential equation numerical integration methods, difficulties will be encountered, and ideal numerical solutions cannot be obtained. However, the wide application of stiff differential equations in various practical fields makes it urgent to construct efficient numerical algorithms. In recent years, it has become a research hotspot in computational mathematics.

The Runge-Kutta (RK) method is a classic single-step method for solving severe problems. It has high accuracy and good stability. The disadvantage is that it requires a relatively large amount of calculation. The more commonly used RK methods include the single implicit RK method, diagonal implicit RK method, Rosenbroke method, etc. The Rosenbrock method is a kind of semi-implicit RK method based on the diagonal implicit RK method. Compared with the implicit RK method, there is no need to solve the nonlinear equations in the calculation process, significantly reducing the calculation workload [3]. Although the RK method has made many achievements in solving stiff differential equations, there are not many high-precision numerical calculations. Some scholars improve the algebraic accuracy of Rosenbroke's method by choosing appropriate free parameter values. However, the order condition of the Rosenbrock method is a system of nonlinear equations about the parameters, which brings specific difficulties to the calculation of the parameters.

The Chebyshev spectrum method is a high-precision method. If the solution of the original problem is sufficiently smooth, the calculation accuracy can reach exponential order convergence. The main objective of this method is to carry out the Chebyshev polynomial expansion of the unknown function and approximate the derivative of the unknown function in the equation through differentiation. We transform the original equations into linear algebraic equations satisfied by the expansion coefficients of Chebyshev polynomials. In recent years, the Chebyshev spectrum method has received more and more attention in many practical applications. Some scholars combined Chebyshev polynomials with stepwise regression statistical methods to effectively predict the precipitation in the southwestern region of China in the medium and long term. Some scholars use two-dimensional tidal wave equations to describe the tidal currents in the Daya Bay area, using Chebyshev polynomials as the basis functions, and using distributed pseudospectral methods for numerical simulations. Some scholars have solved the wave equation using the second type of Chebyshev wavelet method. Numerical experiments have established that this method gives a higher-precision numerical solution than some classical wavelet methods.

On the other hand, the Tau method is a unique Petrov-Galerkin method, different from the traditional Galerkin method. It does not require the basis function to satisfy the boundary conditions of the equation. Some scholars used the Chebyshev-Tau method and the Chebyshev-Galerkin method to perform high-precision numerical approximation to the boundary value problem of the two-dimensional Poisson equation, compared the convergence speed of the two methods, and analysed the calculation errors. In addition, some scholars have proposed a Chebyshev-Tau matrix method to solve Poisson-type equations with variable coefficients [4]. It should be pointed out that these methods are based on the numerical differentiation process, and the differentiation process is susceptible to a small error in the calculation. However, the sensitivity of numerical integration to errors is much smaller.

On the other hand, the condition number of the coefficient matrix obtained by the Chebyshev spectral method discretisation based on the differential process increases rapidly with the increase in the number of unknowns. Significantly when solving large-scale and complex problems, the accumulation of round-off errors makes the spectral accuracy suffer a significant loss, and its calculation effect is not ideal. Therefore, some scholars have proposed that the numerical integration process’ difficulties can be effectively overcome instead of the differential process. Later, some scholars proposed a pseudospectral method based on the integral matrix and gave a relevant theoretical analysis on improving the condition number.

Inspired by the above research work, this paper proposes a Chebyshev-Tau method based on the integration process. This method opens up a brand-new idea for the high-precision numerical calculation of stiff differential equations. It starts from the highest order derivative term in the equation to perform Chebyshev polynomial expansion. Based on the indefinite integral formula of Chebyshev polynomial and its related operation properties, the polynomial approximation from the low-order derivative term of the equation to the unknown function is obtained from the integration process. Sufficient numerical experiments prove that the method proposed in this paper has certain advantages in solving stiff differential equations [5]. First, the integral constant introduced in the integration process can handle the boundary conditions flexibly. Secondly, compared with the classical Chebyshev spectrum method, the coefficient matrix obtained by the discrete one-dimensional problem is well formed. The condition number does not increase with the increase of the polynomial expansion order. In terms of calculation accuracy, both linear and nonlinear stiff differential equations have achieved exponential convergence accuracy. Compared with the classical differential equation numerical integration method, it consumes less calculation and obtains higher accuracy. And this method also shows good stability in long-term numerical calculations.

Stiff differential equations

Consider the following initial value problem: {u(t)=f(u(t)),atbu(a)=u0u0Rm \left\{{\matrix{{u'(t) = f(u(t)),} \hfill & {a \le t \le b} \hfill \cr {u(a) = {u_0}} \hfill & {{u_0} \in {R^m}} \hfill \cr}} \right. Where u is the m-dimensional function vector defined on [a,b]. f : D = RmRm is the given sufficiently smooth map. Rm represents the m-dimensional Euclidean space.

If the eigenvalue λi(t),1 ≤ im of the Jacobian matrix (fu)m×m {\left({{{\partial f} \over {\partial u}}} \right)_{m \times m}} of f satisfies the following condition Re(λi(t)) < 0; max1im|Re(λi(t))|min1im|Re(λi(t))|1 {{{{\max}_{1 \le i \le m}}\left| {{\mathop{\rm Re}\nolimits} ({\lambda _i}(t))} \right|} \over {{{\min}_{1 \le i \le m}}\left| {{\mathop{\rm Re}\nolimits} ({\lambda _i}(t))} \right|}} \ge 1 , then problem (1) is called a system of stiff differential equations.

Chebyshev-Tau method based on the integration process
Preliminary knowledge

For ∀t ∈ [−1,1], the polynomial {Ti(t)} satisfies the following recurrence relation: {T0(t)=1,T1(t)=tTk+1(t)=2tTk(t)Tk1(t),k1 \left\{{\matrix{{{T_0}(t) = 1,{T_1}(t) = t} \hfill \cr {{T_{k + 1}}(t) = 2t{T_k}(t) - {T_{k - 1}}(t),k \ge 1} \hfill \cr}} \right. Indefinite integral formula {T0(t)dx=T1(t)T1(x)dx=14T2(t)+14T0(t)Ti(x)dx=12(i+1)Ti+1(t)12(i1)Ti1(t),2 \left\{{\matrix{{\smallint {T_0}(t)dx = {T_1}(t)} \hfill \cr {\smallint {T_1}(x)dx = {1 \over 4}{T_2}(t) + {1 \over 4}{T_0}(t)} \hfill \cr {\smallint {T_i}(x)dx = {1 \over {2(i + 1)}}{T_{i + 1}}(t) - {1 \over {2(i - 1)}}{T_{i - 1}}(t), \ge 2} \hfill \cr}} \right.

Equation discrete

Consider the numerical discretisation of the following one-dimensional model problem {u(t)+h(t)u(t)=g(t),1t1u(1)=u0 \left\{{\matrix{{u(t) + h(t)u(t) = g(t),\, - 1 \le t \le 1} \hfill \cr {u(- 1) = {u_0}} \hfill \cr}} \right. Suppose the unknown functions u(t) and u′(t) have the following truncated Chebyshev polynomial expansion u(t)i=0NaiTi(t),u(t)i=0NbiTi(t) u'(t) \simeq \sum\limits_{i = 0}^N {{a_i}{T_i}(t),\,u(t)} \simeq \sum\limits_{i = 0}^N {{b_i}{T_i}(t)} If the function value on the node is given in advance, the expansion coefficient in the expression can be obtained by the fast Fourier transform [6]. The calculated amount is O(N logN). Derived from the indefinite integral formula (3) u(t)i=0NaiTi(x)dxb0+(a0a22)T1(t)+i=2N1(ai1ai+12i)Ti(t)+aN12NTN(t) u(t) \simeq \sum\limits_{i = 0}^N {{a_i}} \int {{T_i}(x)dx \simeq {b_0} + ({a_0} - {{{a_2}} \over 2}){T_1}(t)} + \sum\limits_{i = 2}^{N - 1} {\left({{{{a_{i - 1}} - {a_{i + 1}}} \over {2i}}} \right){T_i}(t) + {{{a_{N - 1}}} \over {2N}}{T_N}(t)} Remember the coefficient vectors a = [a0,a1,⋯,aN]T, b = [b0,b1, ⋯,bN]T and U = [b0,a0, ⋯,aN]T, then the relationship satisfied between a, b, U can be expressed by the operation form of a matrix and vector as a=H0U,b=H1U a = {H_0}U,\,b = {H_1}U Where H0,H1 is the (N + 1) × (N + 2) order integral matrix H0=|0100010001|H1=|10010121401412(N1)12(N1)| \matrix{{{H_0} = \left| {\matrix{0 & 1 & 0 & \ldots & 0 \cr \vdots & 0 & 1 & {} & \vdots \cr \vdots & \vdots & \ddots & {} & \vdots \cr \vdots & \vdots & {} & \ddots & 0 \cr 0 & 0 & \ldots & \ldots & 1 \cr}} \right|} \cr {{H_1} = \left| {\matrix{1 & 0 & 0 & {} & {} \cr {} & 1 & 0 & {- {1 \over 2}} & {} \cr {} & {{1 \over 4}} & 0 & {{1 \over 4}} & {} \cr {} & \ddots & \ddots & \ddots & {} \cr {} & {} & {{1 \over {2(N - 1)}}} & \ddots & {- {1 \over {2(N - 1)}}} \cr}} \right|} \cr} Further by the operational properties of matrices and vectors, there are {u(t)[T0(t),,TN(t)]H0Uu(t)[T0(t),,TN(t)]H1U \left\{{\matrix{{u'(t) \simeq [{T_0}(t), \cdots,{T_N}(t)]{H_0}U} \hfill \cr {u(t) \simeq [{T_0}(t), \cdots,{T_N}(t)]{H_1}U} \hfill \cr}} \right. For the variable coefficient term V (t) = h(t)u(t) in the control equation, it is necessary to investigate the Chebyshev polynomial expansion of the product of the two functions for processing.

Obtain V(t)h(t)j=0NbiTi(t) V(t) \simeq h(t)\sum\limits_{j = 0}^N {{b_i}{T_i}(t)} from Equation (5), and we write it as υi(t) = h(t)Tj(t). At the same time, we assume h(t)i=0NhiTi(t) h(t) \simeq \sum\limits_{i = 0}^N {{h_i}{T_i}(t)} , then the following formula υj(t)i=0NhiTi(t)Tj(t) {\upsilon _j}(t) \simeq \sum\limits_{i = 0}^N {{h_i}{T_i}(t){T_j}(t)} is obtained. On the other hand, we assume υj(t)i=0Nυj,iTi(t) {\upsilon _j}(t) \simeq \sum\limits_{i = 0}^N {{\upsilon _{j,i}}{T_i}(t)} , and use the relation Ti(t)Tj(t)=Ti+j(t)+Tij(t)2 {T_i}(t){T_j}(t) = {{{T_{i + j}}(t) + {T_{i - j}}(t)} \over 2} to obtain the coefficient vector υj(t) = [υj,0, ⋯υj,N ]T and h = [h0, ⋯hN]T satisfying vj = Mjh. Mj=12(111)(N+1)×(N+1) {M_j} = {1 \over 2}{\left({\matrix{{} \hfill & 1 \hfill & {} \hfill & {} \hfill \cr {\mathinner{\mkern2mu\raise1pt\hbox{.}\mkern2mu \raise4pt\hbox{.}\mkern2mu\raise7pt\hbox{.}\mkern1mu}} \hfill & {} \hfill & \ddots \hfill & {} \hfill \cr 1 \hfill & {} \hfill & {} \hfill & {} \hfill \cr {} \hfill & \ddots \hfill & {} \hfill & {} \hfill \cr {} \hfill & {} \hfill & {} \hfill & 1 \hfill \cr}} \right)_{(N + 1) \times (N + 1)}} Element 1 in row 1 is in the column j + 1, and element 2 in column 1 is in a row j + 1. We assume that V(t)i=0NViTi(t) V(t) \simeq \sum\limits_{i = 0}^N {{V_i}{T_i}(t)} can be expressed as the coefficient vector V = [V0, ⋯, VN]T by the above derivation process V=Mhb=MhH1U V = {M_h}b = {M_h}{H_1}U Where Mh = [M0h, M1h, ⋯, MNh]. So far, the discrete form of the governing equation in question (4) is (H0+MkH1)U=g ({H_0} + {M_k}{H_1})U = g Where g is the Chebyshev polynomial expansion coefficient vector of the correct term g(t). If there is a nonlinear term in the control equation, we can transform the original problem into a variable coefficient equation for discretisation by establishing an iterative format [7].

Boundary condition processing

We use Equation (7) to establish the following discrete for boundary condition u(−1) = u0 [T0(1),,TN(1)]H1U=u0 [{T_0}(- 1), \ldots,{T_N}(- 1)]{H_1}U = {u_0} From the above formula b0 can be expressed by a as b0=Qa+u0 {b_0} = Qa + {u_0} Among them Q=lH¯1 Q = {l^ -}{\overline H _1} , l=[ 1,1,1,]1×(N+1)H¯1=H1(2N+2) {l^ - } = {\left[ {1, - 1,1, \cdots } \right]_{1 \times \left( {N + 1} \right)}}{{\bar H}_1} = {H_1}\left( {2N + 2} \right) .

We will use Equation (10) on behalf of the person in Equation (9). We assume L = H0+MkH1,L1 = L(:, 1),L2 = L(:, 2 : N + 2), then Equation (9) is finally transformed into a linear algebraic equation system satisfied by the coefficient vector a (L1Q+L2)a=gL1u0 ({L_1}Q + {L_2})a = g - {L_1}{u_0} Among them L1Q + L2 is a square matrix of order N + 1. From the above-mentioned discrete process, it can be found that the integral constant introduced by the integral enables the boundary conditions to be handled flexibly.

Overview of investment real estate and subsequent measurement models
Overview of investment real estate

The accounting treatment of investment real estate that uses the cost model for subsequent measurement is similar to fixed assets and intangible assets, with monthly depreciation and amortisation. Most of the listed companies in China adopt the cost model. The cost model has strong practicability [8]. This model can fully consider the various consumption of assets, but it is difficult to accurately calculate various depreciation and appreciation, which leads to insufficient authenticity of the data. Under the fair value model, no depreciation and amortisation are provided.

Accounting treatment of investment real estate's subsequent measurement mode conversion under the current standards
Handling of changes

The change in the subsequent measurement mode of investment in real estate should be treated as a change in accounting policy. There will be a certain difference between the fair value and the book value when the measurement model changes. We will adjust the difference to the retained earnings at the beginning of the period [9]. The enterprise makes changes to the investment in real estate measurement model, which complies with the provisions of the accounting standards on investment in real estate.

Accounting treatment of investment in real estate measured by fair value model after the change

No depreciation, amortisation, and asset impairment provisions are accrued for investment in real estate measured under the fair value model [10]. The accounting entries are as follows:

Rising prices of investment in real estate

Borrow: Investment in real estate-changes in fair value

Loan: gains and losses from changes in fair value

Falling investment in real estate prices

Borrow: gains and losses from changes in fair value

Loan: Investment in real estate-changes in fair value

Analysis of the financial impact of the change in the subsequent measurement mode of a commercial investment in real estate
Impact on the balance sheet

Investment real estate is a non-current asset. Therefore, the total assets of a company will change as its book value changes. Figure 1 shows the fair value model. Over the past 10 years, Chinese real estate has continued to increase in value. Under normal circumstances, the book value of the investment in real estate under the fair value model is much greater than the book value under the cost model [11]. Therefore, after the change in the measurement model, the scale of the company's book assets will increase substantially. In addition, when the measurement model is changed, there will be an individual difference in the book value of the investment in real estate under the two models. This will affect the company's undistributed profits and other subjects. After a Commercial investment changed the subsequent measurement model of investment in real estate to a fair value model in 2015, the book value of the investment in real estate has increased significantly. This proportion of total assets has also increased, as shown in Table 1.

Fig. 1

Fair value model

Overview of A Commercial Investment Real Estate from 2013 to 2018 (Unit: 10,000 Yuan)

Investment in real estate The proportion of total assets (%)

2013 10,909.5 4.72
2014 18,061.45 7.82
2015 cost model 27,097.76 9.4
2015 fairness model 1,43,177.44 22.47
2016 fair model 1,41,718.47 8.95
2017 fair model 4,99,262.35 28.1
2018 fair model 6,15,962.14 31.65

According to the data in Table 1, it can be concluded that the book value of a Commercial's investment in real estate has been rising from 2013 to 2015. In 2015, the book value of investment in real estate under the cost model measurement model was RMB 270.9776 million [12]. This is 5.28 times the cost model measurement, increasing its share of total assets to 22.47%. The real estate downturn in 2016 led to a decrease in fair value, and its share in total assets also declined. In 2017, the real estate market rebounded, and the fair value increased. By 2018, investment real estate accounted for 31.65% of total assets.

According to Table 2, we can get the follow-up measurement model of a commercial change investment in real estate in 2015. The difference between the book value under the two measurement models increased the company's other comprehensive income of 875,669,800 Yuan. Since 2016, the company's other comprehensive income has been on the rise. On the whole, the fair value model has increased the deferred income tax liabilities of a commercial investment real estate. Still, the undistributed profits and other comprehensive income have also increased substantially. Therefore, it is better for the development of the enterprise than for the cost measurement model.

2015–2018 A List of Book Values of Commercial Investment In Real Estate (Unit: 10,000 Yuan)

Deferred income tax liabilities Undistributed profit Other comprehensive income

2015 (cost model) 888.92 53,406.9 306.52
2015 (fair value model) 29,908.84 1,27,237.6 87,873.5
2016 (fair value model) 1,24,272.29 60,857.81 94,527.9
2017 (fair value model) 1,51,115.59 1,05,498.82 1,64,747.42
2018 (fair value model) 1,73,403.97 1,63,336.31 2,09,963.95
Impact on the income statement

There is an overall upward trend, with a fair value higher than the book balance. When the gains and losses from changes in fair value increase, the enterprise's profits will increase accordingly, which can enhance the enterprise's profitability. According to the data in Table 3, it can be concluded that depreciation and amortisation, and other cost-related items are not accrued under the fair value measurement mode. Therefore, if housing prices continue to increase and the depreciation and amortisation in the cost measurement model decrease, the enterprise's profits will increase substantially [13]. Since 2017, the gains and losses from changes in the fair value of investment real estate have been positive, and the book value has increased. By 2018, the proportion of gains and losses from changes in fair value in operating profits has increased to 6.56%.

A summary of the impact on the income statement after the measurement mode change

Depreciation and amortisation Changes in fair value gains and losses Depreciation and amortization as a percentage of operating profit Proportion of gains and losses from changes in fair value (%) Operating profit

2015 (cost model) 3,787.19 - 36.86% - 10,274.53
2015 (fair value model) - −921.93 - 1.07 86,461.68
2016 (Fair Value Model) - −1,458.97 - 1.75 83,403.03
2017 (Fair Value Model) - 782.95 - 0.52 1,50,484.6
2018 (Fair Value Model) - 11,819.79 - 6.56 1,80,280.9
Impact on financial indicators

The financial indicators of listed companies mainly include three aspects: solvency, profitability, and operating ability. Based on the basic situation, this article mainly calculates and analyses the company's debt-to-asset ratio, return on net assets, net sales interest rate, and total asset turnover rate. According to the various values in Table 4, it can be concluded that the financial indicators of the enterprise in the year (2015) have been significantly improved when the business of a business changed the investment in real estate measurement model (2015) [14]. However, the improvement of financial indicators in the following years is relatively small. The asset-liability ratio dropped significantly when it was changed in 2015. The asset-liability ratio fluctuated in 2016–2018. It can be seen that our use of the fair value model to measure investment in real estate will not necessarily continue to reduce the company's debt-to-asset ratio, and the fair value of the real estate will also decline. However, under the fair value measurement model, the company's book profits will increase, and the rate of return on net assets will increase.

List of impacts of changes in measurement mode on financial indicators

Solvency Profitability Operating capacity

Assets and liabilities Return on net assets Sales margin A turnover rate of total assets

2015 (cost model) (%)_ 54.35 5.92 4.00 73.52
2015 (fair value model) (%)_ 45.20 44.57 10.38 143.43
2016 (fair value model) (%)_ 71.84 12.82 6.07 59.44
2017 (fair value model) (%)_ 65.44 17.70 9.24 66.18
2018 (fair value model) (%)_ 65.88 19.67 9.97 67.34
Conclusion

To achieve high-precision numerical calculation of stiff differential equations, this paper proposes an improved Chebyshev-Tau method. Based on the indefinite integral formula of Chebyshev polynomial, the numerical integration process replaces the differential process. This makes the condition number of the discrete matrix significantly improved, thereby effectively controlling the rounding error. From the data, it can be seen that the profits and debt capacity of real estate under fair value have increased significantly. However, the current market environment in China is not mature enough to apply fair value widely. Therefore, it is necessary to strengthen the construction and regulation of Chinese investment in the real estate market.

eISSN:
2444-8656
Sprache:
Englisch
Zeitrahmen der Veröffentlichung:
Volume Open
Fachgebiete der Zeitschrift:
Biologie, andere, Mathematik, Angewandte Mathematik, Allgemeines, Physik