Next Article in Journal
Really Ageing Systems Undergoing a Discrete Maintenance Optimization
Previous Article in Journal
Problem-Based Learning and Applied Mathematics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Optimal Investment Portfolios for Internet Money Funds Based on LSTM and La-VaR: Evidence from China

College of Mathematics and Systems Science, Shandong University of Science and Technology, Qingdao 266590, China
*
Author to whom correspondence should be addressed.
Mathematics 2022, 10(16), 2864; https://doi.org/10.3390/math10162864
Submission received: 21 July 2022 / Revised: 8 August 2022 / Accepted: 9 August 2022 / Published: 11 August 2022

Abstract

:
The rapid development of Internet finance has impacted traditional investment patterns, and Internet money funds (IMFs) are involved extensively in finance. This research constructed a long short-term memory (LSTM) neural network model to predict the return rates of IMFs and utilized the value-at-risk (VaR) and liquidity-adjusted VaR (La-VaR) methods to measure the IMFs’ risk. Then, an objective programming model based on prediction and risk assessment was established to design optimal portfolios. The results indicate the following: (1) The LSTM model results show that the forecast curves are consistent with the actual curves, and the root-mean-squared error (RMSE) result is mere 0.009, indicating that the model is suitable for forecasting data with reliable time-periodic characteristics. (2) With unit liquidity cost, the La-VaR results match the actuality better than the VaR as they demonstrate that the fund-based IMFs (FUND) have the most significant risk, the bank-based IMFs (BANK) rank 2nd, and the third-party-based IMFs (THIRD) rank 3rd. (3) The programming model based on LSTM and the La-VaR can meet different investors’ preferences by adjusting the objectives and constraints. It shows that the designed models have more practical significance than the traditional investment strategies.

1. Introduction

Over the past three decades, the financial market in China has experienced unprecedented development. The proliferation of financial products and the upgrade of Internet technology have led to a growing trend toward Internet finance. Internet money funds (IMFs), the most widely used Internet finance products in China, have rapidly moved into the fast lane of development, stimulating the transformation of traditional financial investment methods. Therefore, the research on IMF investment portfolios to maximize profits has become a crucial flashpoint.
IMFs are the money market funds released by fund companies on Internet platforms and gather the idle funds of individual investors and then invest them with fund management companies (Ma et al. (2021) [1]). IMFs have the advantages of convenience and reasonable return rates, attracting a wide range of investors. Although the returns of IMFs in America and Europe are not so outstanding, at the moment, the IMF market in China is still booming. It is worth performing a profound study of the investment portfolios with the IMFs in China. Therefore, our research mainly discusses China’s IMFs. As a typical representative of IMFs in China, Yu’E Bao’s fund size reached 111,019 billion dollars by the end of December 2021. In just a few years, Internet transactions have become the primary medium for financial transactions and have triggered the explosion of the Chinese IMF industry. However, fast-developing Internet finance brings many uncertainties to online fund transactions, such as security risk with third-party platforms and potential loopholes in online trading. These pose challenges to IMF transaction management.
The existing investment methods face the challenges of high liquidity products and personalized investors. However, the investors need tools to predict the IMF return and determine risks to make proper portfolios. Therefore, this research comprehensively investigated different aspects related to IMFs, such as the prediction of return rates and risk assessment to balance investors’ expectations and as a basis to design the ideal IMF investment portfolios.
We first constructed a long short-term memory (LSTM) neural network model to predict the future return rates of IMFs, then utilized the value-at-risk (VaR) and liquidity-adjusted VaR (La-VaR) methods to calculate the risk of IMFs. Finally, we established an objective programming model to design the target portfolio with IMFs. The contributions and innovations are summarized as follows:
  • We design an LSTM model to predict the return values in the next three months based on the IMFs data in China from the previous periods. To ensure the accuracy of the prediction, we first take the existing dataset as the training and test set and continuously conduct training and testing on this set interval. Compared with the GARCH model, the LSTM prediction model we constructed to forecast the return rates of IMFs has the advantage of predicting the large-scale and long-term data with high accuracy and robustness.
  • We discuss the method of the La-VaR calculation. The La-VaR method we proposed to calculate the risk of IMFs can take the high liquidity of IMFs into account. The La-VaR method can be modified to apply to financial fields such as stocks and have broader practical significance than the traditional ones.
  • We put forward the objective programming model combining deep learning algorithms and the liquidity factor, which is better than the existing portfolio models. The parameters can be adjusted based on the investors’ personalized preferences. It provides a practical method for investors to design portfolios and manage their assets.
The remainder of this paper is organized as follows: Section 2 summarizes the relevant literature. In Section 3, we construct an LSTM model to forecast the IMFs’ return rates, propose the VaR and La-VaR methods to measure the IMFs’ risks, and establish the objective programming model for portfolio design. In Section 4, we study actual IMF data in depth and conduct an empirical analysis to predict the return rates by the GARCH and LSTM models and assess the risks by the VaR and La-VaR methods. The portfolio optimization design is described in Section 5, and the conclusions are presented in Section 6.

2. Literature Review

Portfolio design and management comprise a complex process involving financial forecasting, risk measurement, portfolio optimization, and other multi-faceted aspects (Huang, 2017, [2]; Paiva, 2019, [3]). It is also necessary to continuously adjust portfolios according to market changes combined with product information and relevant policy information to maximize benefits and make better investments (Masmoudi, 2017, [4]; Zhao et al., 2019, [5]). The portfolio theories of references (Ma et al., 2021, [1]; Tian et al., 2019, [6]; Iryna et al., 2019, [7]) provided crucial theoretical guidance for investment research and the theoretical basis for the effective design of optimal portfolios.
The return rates of IMFs are crucial to carrying out investment portfolio design. With the development of computer network technology and the wide application of machine learning theory, applying neural networks to forecast financial data has become the latest hot spot. Zhang et al. (2019) [8] and Bruce et al. (2019) [9] constructed neural network models for data prediction. The former researched financial trends, while the latter used auto-regressive neural networks and sentiment predictors for stock price prediction. Convolutional neural networks (CNNs) were used by both Muhammad et al. (2020) [10] and Chen et al. (2020) [11]. Muhammad et al. (2020) [10] also adopted a recurrent neural network (RNN) to predict financial trading signals. Chen et al. (2020) [11] applied deep learning technology to conduct quantitative research on financial investments. Wang et al. (2019) [12] proposed a motifs-based dynamic Bayesian networks (m_DBNs) model and introduced the multi-DBN model to improve prediction accuracy. Later, they proposed a high-precision and robust CNN model for predicting the online reliability of ample data space. Sadik et al. (2019) [13] constructed a news-augmented GARCH model to forecast the volatility of stock returns. Lei et al. (2021) [14] used text mining and the LSTM model to forecast and analyze the stock volatility of high-frequency financial data. Chen et al. (2022) [15] improved the LSTM model based on modified K-means for stock price prediction. The research showed that the LSTM model was better than the RNN model for the mid- and long term, and deep learning algorithms had quite scientificity and feasibility in financial time series analysis.
Comparing GARCH, CNN, and RNN, the GARCH model has a certain hysteresis quality. CNN tends to fall into the optimal local solution instead of the global one by the gradient descent algorithm, and RNN suffers from gradient explosion and gradient disappearance when dealing with long-range data, which reduces the accuracy of long-term prediction (Xue et al., 2020, [16]). The LSTM model is more suitable for training and predicting the time series data with strong regularity and periodicity. It can reflect the nonlinear relationship of the time series data and solve the gradient disappearance or gradient explosion problem of long series data by introducing the concept of gates (Chen et al., 2022, [15]; Yang et al., 2019, [17]; Wang et al., 2021, [18]). Thus, the LSTM model has the advantage of effectively solving the forgetting problem of the long-term series memory, is well applied to the prediction of the cyclical long time-span yield series, and can effectively solve the problem of gradient disappearance.
The measurement of the risk of IMFs is also a vital issue for portfolio design. Wang et al. (2019) [19] designed the risk measurement method and applied it to effectively assess the Open-source Software Ecosystem’s health. In the financial field, the VaR is often used in risk management and measurement (Teplova et al., 2019, [20]). Liquidity risk will cause errors in calculating the risk of financial products. In this regard, Muela et al. (2017) [21] added liquidity risk to risk estimation through the VaR based on the spread of bonds. Febi et al. (2018) [22] explained the effect of liquidity risk on bond yield spread. Fiza et al. (2019) [23] and Hung et al. (2020) [24] believed that liquidity characteristics have a significant influence on financial markets. Fiza et al. (2019) [23] constructed a simplified VaR model to explore the liquidity characteristics of the stock market in China, while Hung et al. (2020) [24] researched the influence of liquidity on the accuracy and efficiency of the VaR method from the portfolio level.
According to Masmoudi et al. (2018) [25], Mehlawat et al. (2020) [26], and Zhai et al. (2021) [27], it is of great importance to carry out objective planning for portfolios with risks and liquidity. They analyzed programming models for portfolios and evaluated the performance of portfolio design. Meanwhile, Zhai et al. (2021) [27] applied the uncertainty criterion to make the results of portfolio design more reliable.
The research of [13,14,15] showed that GARCH and LSTM can be used as practical tools to predict the yield of financial products, including stocks and bonds, but whether the prediction models can be applied to IMFs’ return forecast remains to be discussed. In addition, return prediction must consider risk factors, and the research of [21,22,23,24] stressed the critical impact of liquidity risk on the return of financial products and how to evaluate the liquidity factor in IMF risk. The application of liquidity risk results in portfolio research also needs further exploration. Besides, the literature [1,2,3,4,5,6,7,25,26,27] already proved the necessity of portfolio design, but whether the portfolio design of different IMFs can also follow similar portfolio ideas still needs further proof.
This research mainly addressed the following questions: Are prediction models such as GARCH and LSTM applicable to IMF forecast analysis in China’s IMF market? How do we incorporate liquidity risk into the IMF risk measurement process? How can the portfolio of different IMFs be designed using the LSTM model and considering liquidity risk?
By addressing the above questions, we conducted IMF return prediction with LSTM and GARCH, redesigned a La-VaR model to assess IMFs’ liquidity risk, and provided the optimal investment portfolio thinking for IMFs.
Therefore, we selected 18 representative IMFs for research, applied the LSTM model to forecast the future return rates, and utilized the La-VaR method, which introduces the liquidity factor to accurately measure the risk of the highly liquid IMFs. Furthermore, we constructed an objective programming model to design investment portfolios.

3. Models and Methods

To design the investment portfolio of IMFs more efficiently, the LSTM model was introduced to predict the return rates of the selected IMFs in future periods. The VaR and La-VaR models were used to calculate the risk with the liquidity factor taken into account. Subsequently, an objective programming model was constructed to design the target portfolio based on the obtained return rates and risk values of the IMFs.

3.1. LSTM Neural Network Prediction Model

The portfolio design needs the forecast return rates of the selected IMFs. Since the IMF return rates are highly cyclical (Ma et al., 2021, [1]), if we adopt the traditional step-by-step forecast method, the errors in the results will gradually accumulate. The longer the prediction period, the larger the difference between actual values. The errors of the prediction results will gradually become more prominent and deviate from the actual situation. Therefore, we constructed an LSTM model to forecast the return rates in the next three months.
The LSTM model can introduce the state of the information sets and use the “gate” concept to add the memory modification modules to the algorithm (Cao et al., 2020, [28]). The “gate” function filters the information, allowing certain information through. This study adds the forgetting gate, the input gate, and the output gate for filtering information. Based on the research of Chen et al. (2022) [15], the structure of the memory unit is visualized in Figure 1.
In Figure 1, represents matrix multiplication and represents matrix addition. A two-arrow merge means vector merger, and a one-arrow split means vector replication. For example, the upper h t indicates the output data of the output gate, while the right h t is the same as the former, but indicates the transfer to the next memory cell.
The forgetting gate reflects the need to “forget” some information in forecasting to “remember” new information. The forgetting gate vector f t is defined as follows:
f t = σ ( W f [ h t 1 , x t ] + b f ) ,
where σ is a sigmoid function ranging from 0 to 1; it controls the opening and closing of the forgetting gate. W f represents the weight matrix. h t 1 represents the output state vector at time t 1 . x t represents the input vector at time t . b f is the offset vector.
The input gate is responsible for selecting the new yield values. The vector formula of the yield information received C t ˜ at the current moment t  is
C t ˜ = tanh ( W c [ h t 1 , x t ] + b c ) ,
where tanh is a hyperbolic tangent function and other parameter definitions are similar to the forgetting gate.
Since it is impossible to remember amounts of data at a time, the yield values must be remembered selectively. The input gate vector i t is defined as
i t = σ ( W i [ h t 1 , x t ] + b i ) ,
where the parameter definitions are similar to the forgetting gate.
Therefore, the information vector C t to be put into the information set at time t can be defined as
C t = f t × C t 1 + i t × C t ˜ .
The final input information vector is determined by the forgetting gate and the input gate jointly.
The output gate is responsible for outputting the required forecast values. The output gate vector o t is defined as
o t = σ ( W o [ h t 1 , x t ] + b o ) ,
where the parameter definitions are similar to the forgetting gate and the input gate.
Therefore, the yield prediction output vector h t after selection is
h t = o t × tanh ( C t ) .

3.2. Risk Measurement Methods for IMFs

3.2.1. VaR Method

VaR represents the maximum possible loss of a financial institution or asset portfolio in a certain period at a specific confidence level (Chen et al., 2019, [29]). It is defined as
Prob ( Δ P < VaR ) = α ,
where Δ P is the loss of a financial institution or asset portfolio during the holding period and α is the confidence level.
Assuming that the price volatility of the portfolio is only related to market factors, the volatility of each IMF is set as the risk factor σ i in the VaR model; it is expressed as
σ i = t = 1 N ( r i t μ i ) 2 N 1 ,
where r i t is the return rate of IMF i on day t , μ i is the average return rate of IMF i , and N is the number of days of IMF i .
Thus, the VaR value can be calculated as follows:
VaR i = P 0 ( α σ i Δ t ) ,
where the confidence level is taken to be 90%, corresponding to 1.65 standard deviations, that is α = 1.65 . Since all the data in this study are daily, Δ t = 1 was set.

3.2.2. Liquidity Risk Assessment Method

Due to the liquidity characteristics of IMFs, we introduced a unit liquidity cost (ULC), and constructed a La-VaR model based on the bid-ask spread.
The redemption rule of IMFs has the feature that the redemption quantity of the day reaching the upper limit will lead to delayed redemption. The larger the bid-ask spread, the less liquid the assets; the smaller the bid-ask spread, the more liquid the assets. The bid-ask spread of the intraday data can reflect the liquidity of the asset position (Ma et al., 2022, [30]). Thus, the differences in return rates due to delayed redemption are defined as liquidity cost, which is used as the standard for liquidity risk assessment of IMFs.
Among the numerous asset allocations of IMFs, cash holdings are the most liquid part and can directly fulfill users’ redemption requests. Thus, cash holdings can represent each IMF’s maximum daily redemption amount. Based on the Wind Database, we use the demand deposit of IMFs to describe the most liquidity asset. According to Bangia et al. (2001) [31], the relative spread of returns is defined as
S t = | r t + 1 r t | ( 1 a ) v ( r t + 1 + r t ) / 2 ,
where S t is the relative spread of IMF returns on day t , r t + 1 and r t , respectively, represent the return rates of IMFs on day t + 1 and day t , a is the ratio of cash holdings to the IMF size, and v is the IMF size.
Due to the IMF sizes varying widely, the relative spreads of IMF returns need to be standardized. The ULC i of IMF i can be expressed as
ULC i = [ r t ( S t * ¯ + Z α σ S * ) ] ,
where S t * ¯ , σ S * , and Z α denote the mean, volatility, and α quantile level of the standardized unit relative spreads of IMFs, respectively.
Therefore, the La-VaR of IMFs is
La - VaR i = VaR i + ULC i = P 0 ( α σ i Δ t ) + [ r t ( S t * ¯ + Z α σ S * ) ] .

3.3. Objective Programming Model

Assume that investors select IMFs primarily based on return rates and risks in the financial market, without interference from other external factors. Since each investor has a different risk appetite, his/her acceptable losses also vary. For the programming model, net profit maximization and investment risk minimization are usually set as the objectives. Hence, we applied the representative risk values to fix the risk level, transforming the dual-objective into a single-objective problem.
Investors are individuals who pursue investment returns. Although investors have different degrees of pursuing high returns, their investment purpose is to gain revenue. We took profit maximization as the goal, and the objective function formula is expressed as
Max R = i = 1 n A i r i y i ,
where R is the total return of the IMFs, A i is the investment amount on IMF i , r i is the return rate of IMF i , and y i is a 0–1 variable; it determines whether to buy IMF i or not.
As different investors hold different amounts of capital, which makes portfolio design complicated, we set the amount of investment owned to be fixed as W , and the amount can be adjusted by modifying its value. Moreover, different investors have different risk tolerance, and we limited the ability through constraints. In addition, the maximum number of IMFs held was set to avoid the practical problems caused by the excessive diversification of IMFs. Thus, the constraint conditions are expressed as
{ i = 1 n A i y i W , i = 1 n A i v i y i < k W ,   0 k 1 , i = 1 n y i m .
i = 1 n A i y i W represents that the investor’s holdings are no more than the total amount of investment. W is the investor’s holding wealth.
i = 1 n A i v i y i < k W represents that the acceptable investment loss for the investor is less than k of the capital held. v is the risk value of each IMF. k is a constant between 0 and 1, indicating the acceptable level of risk.
i = 1 n y i m represents that the number of IMFs held by the investors is limited. Due to the limitation, the investor is allowed to hold no more than m IMFs at a time.

4. Return Rates’ Prediction and Risk Assessment of IMFs

Based on the LSTM model and the La-VaR method established above, each IMF’s seven-day annualized return rate for the next three months was predicted, and the VaR and La-VaR values of each IMF were obtained to measure the liquidity risk. Finally, the investment portfolios were designed by constructing an objective programming model.

4.1. Sample Data Selection and Processing

4.1.1. Data Selection

We divided the IMFs into three categories: third-party-based IMFs (THIRD), bank-based IMFs (BANK), and fund-based IMFs (FUND). THIRD mainly refers to IMFs docked by third-party payment institutions; BANK refers to IMFs docked by banks; FUND refers to IMFs docked by fund companies (Ma et al., 2021, [1]). We selected six representative IMF products in each category (see Table 1).
In order to ensure consistency and continuity, we selected the seven-day annualized return rates and the ratio of bank deposits to fund scale of the 18 IMFs from 1 January 2018 to 15 March 2022, as the research samples. As the IMFs do not generate returns on Sundays, the return series are null on Sundays, so removing the null values from the return data is necessary. Excluding invalid data, there are 1236 observations of each IMF, totaling 22,248 observations. The data are from the Wind database.

4.1.2. Data Analysis

We conducted a descriptive analysis to compare the return rates in each category. The mean values reflect the average of the seven-day annualized return rates, and the standard deviation values reflect the variation. The skewness and kurtosis indicate whether the dataset is symmetrical or asymmetrical and whether the peak is high or low, respectively. Table 2 presents the descriptive statistics of IMFs.
Table 2 indicates that the mean return rates of IMFs in different categories range from 2.3955% to 2.8199%. The mean return rates for the THIRD and BANK series were higher than the FUND series, above 2.60%. However, those for the FUND series vary widely, making the yield sequence unstable. The standard deviation for the THIRD series is 0.7657, the BANK series is 0.7705, and the FUND series is 0.8360. The values are closely related to the degree of data dispersion, and a more considerable value indicates that the data are more dispersed.
Accordingly, it can be concluded that the THIRD series has higher and less volatile yields with relatively stable data sequences. The BANK series has moderate yields and volatility, while the FUND series has more significant volatility and poorer stability.

4.1.3. Data Processing

Since the return intervals of different IMFs are different, to obtain a better fitting effect and prevent training divergence, the training data need to be normalized into a dimensionless form with zero mean and unit variance before LSTM prediction. The standardized return rate r i t * is as follows:
r i t * = r i t μ i σ i ,
where r i t is the return rate of IMF i on day t , μ i is the mean return of IMF i , and is the standard deviation of IMF i and the volatility mentioned above. Save the relevant data, and de-standardize the yield data after prediction.

4.2. The Forecast of the IMFs’ Return Rates

4.2.1. The LSTM Forecast Model

We built an LSTM model for IMF yield prediction and input each IMF’s seven-day annualized return rate data from 1 January 2018 to 15 March 2022, into the model. The return rates are predicted the next day at a time, and the data obtained will be input into the model as variables to predict the next day’s data. We selected the model training set and test set in a ratio of 4:1 and evaluated the prediction effect of the model.
Typical IMFs from each category were selected as examples: Tianhong Yu’E Bao (000198) in the THIRD series, Jianxin Xianjintianli A (000693) in the BANK series, and Guangfa Qiandaizi A (000509) in the FUND series. Figure 2 and Figure 3 show the model prediction results.
In Figure 2, the blue curve represents the training set and the red curve represents the test set, which reflects the forecast results of the return series. In Figure 3, the blue curve represents the actual return results and the red curve represents the forecast return results, reflecting the consistency between the prediction and actual results.
The figures indicate that: (1) For the THIRD series, the difference between the LSTM prediction results and the actual results is quite small. The predicted return trend is nearly the same as the actual one. The two curves essentially match, and the prediction effect is quite good. (2) For the BANK series, the prediction results show a consistent trend with the actual results, and the curves match correspondingly. Thus, the accuracy of prediction is exceptional. (3) For the FUND series, the coincidence between the prediction results and the actual data is high, but the errors are relatively larger than the THIRD and the BANK series.
Besides, we also evaluated the effect using the metric of the root-mean-squared error (RMSE) to express the accuracy, which measured the deviation between the observed values and the true values. The result was 0.009, indicating that the model predicted commendably. In general, the LSTM model has a tremendous effect on predicting IMF returns in all three categories. It predicts the return rates effectively, and the prediction results can be applied to represent the actual data in the subsequent three months.

4.2.2. The GARCH Forecast Model

We also built a GARCH model for IMF yield prediction and still input each IMF’s seven-day annualized return data from 1 January 2018 to 15 March 2022 into the model. Similarly, we selected the model training set and test set in the ratio of 4:1 and evaluated the prediction effect of the model. Table 3 shows the forecast results of the test set.
The RMSE value of the GARCH model is 0.3669. By comparison, we found that its RMSE value is larger than that of LSTM, which indicates that the LSTM prediction results are more accurate. The LSTM model is more suitable for forecasting the return series. Therefore, we decided to use the LSTM model to predict the return rates of the IMFs.

4.2.3. The Forecast Result

We chose the one-layer LSTM as the main network, set the input vector as the existing yield sequence, the hidden layer unit as 200, and the output vector as the predicted yield sequence, and adopted the RMSE as the loss function. To balance the training time and model accuracy and prevent gradient explosion, the maximum number of iterations was set as 250, the gradient threshold was set as one, and the initial learning rate was 0.005, which was changed to 0.001 after 125 iterations.
All 18 IMFs were trained with the LSTM model, and the de-normalized return rates’ series for the following three months from 16 March 2022 to 7 June 2022 (excluding Sundays for a total of 72 days) were obtained. Table 4 shows the forecast results.
The forecast values from Day 5 to Day 70 are not shown in detail here. Data from Table 4 can be used to reflect the future return of the corresponding IMFs and provide references for the investment portfolio.

4.3. The VaR and La-VaR Calculation

4.3.1. The Calculation of VaR

Each IMF’s VaR and the average VaR within each category in the next three months were obtained based on Equation (9). Table 5 illustrates the VaR calculation results.
According to Table 5, the VaR value for the FUND series (−0.01737) is relatively larger, indicating that the series has the highest risk. The VaR values for the BANK series (−0.02312) and the THIRD series (−0.02299) are relatively lower, indicating that they have the relatively lower risk.
For the IMFs, Jianxin Xianjintianli A (000693), Gongyin Xinjinhuobi A (000528), and Zhaoshang Zhaoqian Bao A (000588) have the lowest VaR values, and their risks are relatively small. The VaR values of Guangfa Qiandaizi A (000509), Jianxin Tiantianyi A (003391), and Zhonghai Huobi A (392001) are the largest, which indicates that their risks are more significant than the others.
For the VaR value of each IMF, a larger value indicates a higher risk. It is necessary to consider whether to invest and the amount of investment carefully when investing in the high-risk IMFs.

4.3.2. The Calculation of La-VaR

The La-VaR formula (see Equation (12)) introduces the impact of liquidity risk based on the VaR. Because the ratio of bank deposits to IMF is the quarterly data, which will bring inaccuracy to the measurement by prediction once in the next three months, we designed a rolling prediction method to predict the La-VaR values in the next three months based on the calculated La-VaR values of the previous periods.
In order to ensure the accuracy of the prediction, we calculated the RMSE (0.1157), which indicated that the method could be used to predict the future La-VaR values. According to Equation (12), the La-VaR values of each IMF and the average values within the categories were obtained (see Table 5).
Among them, the La-VaR value for the THIRD series (−0.08018) is the lowest, suggesting that the THIRD series has the lowest risk and is suitable to invest in. The La-VaR value for the BANK series (−0.06360) is relatively lower, indicating that the risk is moderately low. The La-VaR value for the FUND (−0.05630) is the largest, representing that these IMFs have the highest risk.
For the IMFs, the La-VaR values of Huitianfu Quan’E Bao (000397), Gongyin Xinjinhuobi A (000528), and Jiashi Huoqianbao A (000581) are the lowest, and their risks are comparatively low. The La-VaR values of Tianhong Yu’E Bao (000198), Yifangda Tiantianlicai A (000009), and Zhongyin Huoqi Bao (000539) are the largest, and their risks are comparatively high.
Liquidity is an essential feature of IMFs. The convenient and fast transaction mode makes IMFs highly liquid. Different categories of IMFs have different characteristics and liquidity, bringing new considerations to IMF investment on the Internet.
By comparing the VaR and La-VaR values, the La-VaR calculation results illustrate that the FUND series has the highest risk, while the THIRD series has the lowest risk, and their values differ significantly. These results are slightly different from those of the VaR. The VaR results show that the difference between the three categories is minor, and the values are small. Therefore, the La-VaR calculation method can be a good measurement of the liquidity risk of IMFs. This result is consistent with the conclusions of Li et al. (2021) [32] and Chakrabarti et al. (2021) [33]. They both believe that the funds are highly liquid and should attract attention in financial research. Since liquidity is a prominent feature of IMFs, we should take the liquidity factor into account when measuring the risk of IMFs, to assess and avoid loss more comprehensively.
The risks of the different IMF categories are different for the THIRD, the BANK, and the FUND series. Among them, the THIRD series has the lowest liquidity risk, related to its flexible and convenient transaction form and the “T+0” transaction mode. The BANK series has a medium liquidity risk, closely connected with its prominent trading volume and strict long-term investment range. The FUND series has the highest liquidity risk, concerning its bond assets and the uneven fund companies. Furthermore, we discussed in detail why IMFs’ liquidity risk differs from series to series.
For the THIRD series, it is the most prevalent and renowned category due to its flexibility, convenience, and security. It is convenient to store idle deposits for daily expenditures, and the transaction volume is not strictly regulated. Thus, it is widely applied in consumers’ daily lives. At the same time, the “T+0” transaction mode of the THIRD series means it can be purchased and redeemed on the same day. The “T+0” mode makes the transactions more convenient and flexible. Besides, the THIRD series commonly connects with “big-name” fund companies and has an extensive product scale. The yields are almost all higher than those of fixed deposits. Therefore, we can make the purchase and redemption conveniently, and the transaction volume can be set flexibly, making it characterized by high liquidity. By introducing the liquidity risk, the THIRD series has the lowest La-VaR values (−0.08018) and differs significantly from the VaR result (−0.02299), indicating that the liquidity factor is highly influential.
For the BANK series, it is the traditional category of IMFs for the public, and its trading mode has been mature. Banks can issue IMFs independently or cooperatively and have the advantages of capital scale and public trust. The BANK series supports a large transaction scale with little restriction on investment. Because of the presence of banks, the investment in the BANK series is believed to be more secure. However, the investment mode with a long period and the “T+1” transaction mode reduce the liquidity of the IMFs. The asset the investors apply for redemption can only be received on the next day, so the timeliness of IMF access is not as high as in the THIRD series. This makes it hard to solve unexpected problems in time. This denotes that the enormous transaction volume, the time limit of long-term investment, and the “T+1” transaction mode make the BANK series have a higher liquidity risk than the THIRD series. Thus, the La-VaR value of the BANK series (−0.06360) is slightly higher than that of the THIRD series and much lower than the VaR value (−0.02312), indicating that, though its liquidity risk is relatively a little higher, it remains stable.
For the FUND series, it is generally considered to have a high risk and a relatively high return, which attracts numerous investors. Compared with the THIRD and the BANK series, the investment products of the FUND series are mainly bond assets, with a long time and large amounts required, bringing uncertainties to the stability of IMFs. The long-term bond investment period also results in poor liquidity for the IMFs in this category. Moreover, fund companies have different risk-control capabilities and product ranges, so the FUND series has the highest risks. The imperfect product allocation, long and fixed investment period with high risk, and different risk response capabilities of varying fund companies all pose significant challenges to the liquidity and stability of the FUND series. Accordingly, the FUND series has the highest VaR value (−0.05630) and La-VaR value (−0.01737).
Consequently, the La-VaR results are more consistent with the actual situation than the VaR and suitable for representing the risks of each IMF and the different IMF series. Introducing the liquidity factor provides a more accurate risk measurement of IMFs and matches the actual situation remarkably. Therefore, it is appropriate to quantify the risk effect of each IMF by the La-VaR method.

5. Investment Portfolio Design for Sample IMFs

We established an objective programming model with a fixed risk level to transform a dual-objective investment scheme into a single-objective one. The model can set parameters according to the preferences of various investors, rather than calculating fixed mathematical parameters, so that the model has more flexibility and practical significance. We took the average forecast three-month return rates from the LSTM model as the indicative yields and the La-VaR values as the liquidity risk indicator values. The investors were limited to holding capital of RMB 1 million, and the number of IMFs held cannot be more than 10.
The objective function is as follows:
Max R = i = 1 18 A i r i y i ,
where R is the total return of the IMFs, A i is the investment amount on IMF i , r i is the return rate of IMF i , and y i is a 0–1 variable; it determines whether to buy IMF i or not.
The constraint conditions are as follows:
{ i = 1 18 A i y i W , i = 1 18 A i v i y i < k W , 0 k 1 , i = 1 18 y i m .
The parameters can be modified personally based on the preferences of different investors, which makes the model have great practical application value in financial activities. We define W as RMB 1 million, k as 0.15, v as the positive VaR or La-VaR value, and m as 10. Thus, the conditions indicate that the investor’s holdings are no more than RMB 1 million, the acceptable loss for the investor is less than 15% of the capital, and the number of IMFs held by the investor is allowed to be no more than 10 at a time.
According to the risk diversification theory, choosing different IMFs can diversify investment risks. Thus, the IMFs invested in each category should be more than one.
Based on the defined programming model and the risk diversification theory, we calculated the typical portfolio results with the LSTM model, the VaR method, the LSTM model, and the La-VaR method (see Table 6 and Table 7). The return rates, the VaR and La-VaR values for each IMF were substituted into the programming model to obtain the optimal investment portfolios. Table 6 is the portfolio designed with the LSTM and VaR values, and Table 7 is the portfolio designed with the LSTM and La-VaR values. We can find that different risks correspond to different portfolio results.
Table 6 indicates that the portfolio should invest RMB 320,949 in the fifth IMF (Guangfa Tiantianhong A (000389)), RMB 260,520 in the seventh IMF (Zhongyin Huoqi Bao (000539)), and RMB 418,531 in the sixteenth IMF (Jianxin Tiantianyi A (003391)). The portfolio manifests that investors favor the high-return FUND IMFs (RMB 418,531) and the prosperous THIRD IMFs (RMB 320,949), and the effect of risk is underestimated as the difference between the VaR values is small within 0.015.
Table 7 indicates that the portfolio should invest RMB 670,211 in the fourth IMF (Huitianfu Quan’E Bao (000397)), RMB 267,527 in the twelfth IMF (Gongyin Xinjinhuobi A (000528)), and RMB 62,262 in the sixteenth IMF (Jianxin Tiantianyi A (003391)). The portfolio manifests that investors favor the THIRD IMFs (RMB 670,211) and the BANK IMFs (RMB 267,527), and the liquidity risk is differentiated in different categories of IMFs with the degree of impact varying significantly.
It turns out that the programming model we designed has strong stability and adaptability to the investors’ preferences. Apart from that, we provided the extended out-of-sample data from 16 March 2022 to 5 August 2022 to measure the effects and performance of the model based on the LSTM model and the La-VaR method. The portfolio results are presented in Table 8.
Table 8 indicates that the portfolio should invest RMB 636,622 in the fifth IMF (Guangfa Tiantianhong A (000389)), RMB 241,836 in the seventh IMF (Zhongyin Huoqi Bao (000539)), and RMB 121,542 in the sixteenth IMF (Jianxin Tiantianyi A (003391)). The portfolio manifests that investors favor the THIRD IMFs (RMB 636,622) and the BANK IMFs (RMB 241,836), and the investment distribution is similar to the portfolios of the former three months in Table 7, which points out that the changes in the portfolio over a continuous period are gradual rather than drastic. The results emphasize that the model can provide investors with the ideal portfolios in different time intervals, which is in accordance with the investors’ expectations and makes the model broadly applicable.
It can be seen that applying LSTM and the La-VaR can be a good reflection of the demand preferences of investors. The investor of the second portfolio with LSTM and the La-VaR belongs to the prudent and steady type who holds a relatively conservative investment philosophy and prefers a low-risk and low-return investment approach that protects the principal. The THIRD and the BANK series can relatively maintain capital security and stability, so they are excellent choices for investors who prefer quick assets.
By multiple personalized modifications of the model parameters, we identified that investors have different preferences regarding their investment portfolios. By adjusting the programming model’s objective function and constraint conditions based on the real values of the investors’ actual situation such as the capital they hold and the investment loss they can accept, we can obtain the ideal portfolios of investors with their preferences. Our conclusions tie in well with the conclusions of Wang et al. (2020) [34]. Wang et al. (2020) [34] proved that investment behavior is affected by the investors’ sentiment. The sentiment varies from person to person as the investors have various preferences, then the people ready to invest hold diverse attitudes towards risks and returns. Investors tend to be either aggressive, steady, or conservative, and different types of investors have different attitudes when investing. Depending on the preferred characteristics of different investors, we can adjust the parameters of the programming model, such as the investment amount or the acceptable level of risk, to obtain portfolios that meet the various investors’ expectations.
Aggressive investors have a more radical and bold investment philosophy and prefer to put more money in the high-risk category to achieve the desired returns when investing. They prefer high-return investment products and pay more attention to yield than risk in portfolio design. Thus, FUND products that deliver relatively higher returns seem to be the most suitable choice for them, and they will invest a considerable amount of money into the FUND series.
Steady investors pay more attention to seeking a balance between higher returns and lower risks and accept fewer risks than aggressive investors. They are eager to find the IMFs that can bring a certain amount of income and have relatively few risks to invest in. They mainly hope to make a reasonable investment in high-risk and low-risk IMF to maintain a balance. Steady investors seeking stability tend to prefer the more diverse portfolios to balance returns and risks.
Conservative investors are more concerned about the safety of the available capital, pursuing an inevitable return based on ensuring low risks. They prefer IMFs that guarantee the principal and the lowest risks. Gaining income is not their main priority, and they tend to be cautious in choosing the safest investment option while trying to ensure the safety of their principal. Thus, they will choose the safer and more secure IMF categories, such as the BANK and the THIRD series.
At the same time, to reduce the adverse effects of risks, investors of different types tend to choose different categories of IMFs according to risk diversification theory to minimize the impact of potential risks. The investment scale and number of diverse categories reflect the investors’ priorities to a large extent. Different investors set their personalized parameters in the model, and their portfolio results differ significantly. Investors who seek higher returns focus on the FUND series and invest less in other series to reduce risks, while investors who seek lower risks focus on the THIRD series and invest less in other categories to improve their returns.

6. Conclusions

We constructed an LSTM model to predict the future IMF return rates and utilized the La-VaR method to measure the liquidity risk of the representative IMFs. On this basis, we designed an objective programming model for designing portfolios and set reasonable assumptions for investments. The following conclusions were obtained:
  • Firstly, an LSTM model can be constructed to accurately forecast the future return rates of IMFs. The prediction curve of the model test set matches the absolute values commendably, and the RMSE value is 0.009. By comparing with the GARCH model, it was found that the prediction results obtained from the LSTM model are in excellent agreement with the actual data, and the model is suitable for predicting the future return rates of the IMFs. Adopting a deep complex network can avoid the problem of falling into local optimal solutions and solve the gradient explosion or gradient disappearance problem of long time series data. Thus, it is well applied to the prediction of IMF data with reliable time-periodic characteristics.
  • Secondly, the VaR and La-VaR methods apply to measuring the risk value of each IMF. Since the IMFs are highly liquid, the risk values calculated by the La-VaR introducing the liquidity factor are more realistic. The BANK series has the moderate risk due to its large trading volume and strict long-term investment range, and the THIRD series has the lowest risk values due to its flexible and convenient transaction form and the “T+0” transaction mode, while the FUND series has the highest risk values due to its bond assets and the uneven fund companies.
  • Thirdly, an objective programming model for an investment portfolio was designed based on the return rates and risk values. Meanwhile, different investors have different investment preferences, and the appropriate portfolio objectives and constraints can be set based on their preferences. Therefore, the programming model with deep learning algorithms helps ensure more reliable profits and provides personalized portfolios for various investors, offering it more practical significance than the traditional portfolio strategies.
We designed the LSTM and La-VaR models for return prediction and risk assessment to design portfolios for various investors. Still, there are limitations to this research. Firstly, owing to limited data availability, this research only used 18 IMFs’ data in China. Future research can be extended to IMFs from America and Europe and make detailed comparisons with more samples of IMFs in China. Secondly, this research used the GARCH and LSTM models for forecasting. These models can be updated with deep learning and combined ensemble forecasts with expert judgment in future research. Thirdly, the measure for liquidity risk in this study is additive. It is essential to conduct future research with multiplicative measurement.

Author Contributions

Conceptualization, H.M.; methodology, H.W. and H.M.; software, H.W.; validation, H.W. and H.M.; formal analysis, H.M. and H.W.; investigation, H.W.; resources, H.M.; writing—original draft preparation, H.W. and H.M.; writing—review and editing, H.M.; funding acquisition, H.M. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the Natural Science Foundation of Shandong Province (No. ZR2018BG002), China, the Shandong Statistical Scientific Research Program (No. KT022), China, and 2022 Qingdao Social Science Planning Project (No. 136), China.

Data Availability Statement

Data was obtained from Wind Data Service and are available with the permission of Wind Data Service.

Conflicts of Interest

The authors declare that there are no conflict of interest regarding the publication of this research.

References

  1. Ma, H.; Lin, L.; Sun, H.; Qu, Y. Research on the dependence structure and risk spillover of Internet money funds based on C-vine copula and time-varying t-copula. Complexity 2021, 2021, 3941648. [Google Scholar] [CrossRef]
  2. Huang, X. A review of uncertain portfolio selection. J. Intell. Fuzzy Syst. 2017, 32, 4453–4465. [Google Scholar] [CrossRef]
  3. Paiva, F.D.; Cardoso, R.T.N.; Hanaoka, G.P.; Duarte, W.M. Decision-making for financial trading: A fusion approach of machine learning and portfolio selection. Expert Syst. Appl. 2019, 115, 635–655. [Google Scholar] [CrossRef]
  4. Masmoudi, M.; Ben, A.F. A chance constrained recourse approach for the portfolio selection problem. Ann. Oper. Res. 2017, 251, 243–254. [Google Scholar] [CrossRef]
  5. Zhao, Z.; Zhou, R.; Daniel, P.P. Optimal mean-reverting portfolio with leverage constraint for statistical arbitrage in Finance. IEEE Trans. Signal Processing 2019, 67, 1681–1695. [Google Scholar] [CrossRef]
  6. Tian, M.; Yan, S.; Tian, X. Discrete approximate iterative method for fuzzy investment portfolio based on transaction cost threshold constraint. Open Phys. 2019, 17, 41–47. [Google Scholar] [CrossRef]
  7. Iryna, B.; Maryna, B.; Larysa, I.; Larysa, S. Game risk management methods for investment portfolio optimization. Int. J. Recent Technol. Eng. 2019, 8, 3940–3943. [Google Scholar]
  8. Zhang, X.; Ma, C.; Yu, X. A neural network model for financial trend predicting. Clust. Comput. 2019, 22, 3487–3494. [Google Scholar] [CrossRef]
  9. Bruce, J.V.; Adrian, G.; Geoff, H. Do news and sentiment play a role in stock price prediction? Appl. Intell. 2019, 49, 3815–3820. [Google Scholar]
  10. Muhammad, Z.; Rozaida, G.; Muhammad, G.G.; Yana, M. Predicting financial prices of stock market using recurrent convolutional neural networks. Int. J. Intell. Syst. Appl. 2020, 12, 21–32. [Google Scholar]
  11. Chen, C.; Zhang, P.; Liu, Y.; Liu, J. Financial quantitative investment using convolutional neural network and deep learning technology. Neurocomputing 2020, 390, 384–390. [Google Scholar] [CrossRef]
  12. Wang, H.; Wang, L.; Yu, Q.; Zheng, Z. Learning the evolution regularities for big service-oriented online reliability prediction. IEEE Trans. Serv. Comput. 2019, 12, 398–411. [Google Scholar] [CrossRef]
  13. Sadik, Z.A.; Date, P.M.; Mitra, G. News augmented GARCH(1,1) model for volatility prediction. IMA J. Manag. Math. 2019, 30, 165–185. [Google Scholar] [CrossRef]
  14. Lei, B.; Liu, Z.; Song, Y. On stock volatility forecasting based on text mining and deep learning under high-frequency data. J. Forecast. 2021, 40, 1596–1610. [Google Scholar] [CrossRef]
  15. Chen, Y.; Wu, J.; Wu, Z. China’s commercial bank stock price prediction using a novel K-means-LSTM hybrid approach. Expert Syst. Appl. 2022, 202, 117370. [Google Scholar] [CrossRef]
  16. Xue, Y.; Wang, W.; Miao, C. Research on financial assets transaction prediction model based on LSTM neural network. Neural Comput. Appl. 2020, 33, 257–270. [Google Scholar]
  17. Yang, L. Novel volatility forecasting using deep learning–Long Short Term Memory Recurrent Neural Networks. Expert Syst. Appl. 2019, 132, 99–109. [Google Scholar]
  18. Wang, L.; Cheng, H.; Zheng, Z.; Yang, A.; Zhu, X. Ponzi scheme detection via oversampling-based long short-term memory for smart contracts. Knowl.-Based Syst. 2021, 228, 107312. [Google Scholar] [CrossRef]
  19. Wang, L.; Wan, J.; Gao, X. Toward the health measure for open source software ecosystem via projection pursuit and real-coded accelerated genetic. IEEE Access. 2019, 7, 87396–87409. [Google Scholar] [CrossRef]
  20. Teplova, T.V.; Ruzanov, D.P. One approach for backtesting VaR specifications in the Russian stock market. J. Inz. Ekon.-Eng. Econ. 2019, 30, 32–40. [Google Scholar]
  21. Muela, S.B.; Martin, C.L.; Sanz, R.A. An application of extreme value theory in estimating liquidity risk. Eur. Res. Manag. Bus. Econ. 2017, 23, 157–164. [Google Scholar] [CrossRef]
  22. Febi, W.; Schäfer, D.; Stephan, A.; Sun, C. The impact of liquidity risk on the yield spread of green bonds. Financ. Res. Lett. 2018, 27, 53–59. [Google Scholar] [CrossRef]
  23. Fiza, Q.; Ali, M.K.; Habib, H.K.; Saba, Q. Equity fund flows, market returns, and market risk: Evidence from China. Risk Manag. Int. J. 2019, 21, 48–71. [Google Scholar]
  24. Hung, J.; Su, J.; Chang, M.; Wang, Y. The impact of liquidity on portfolio value-at-risk forecasts. Appl. Econ. 2020, 52, 242–259. [Google Scholar] [CrossRef]
  25. Masmoudi, M.; Ben, A.F. Portfolio selection problem: A review of deterministic and stochastic multiple objective programming models. Ann. Oper. Res. 2018, 267, 335–352. [Google Scholar] [CrossRef]
  26. Mehlawat, M.K.; Gupta, P.; Kumar, A.; Yadav, S.; Aggarwal, A. Multiobjective fuzzy portfolio performance evaluation using data envelopment analysis under credibilistic framework. IEEE Trans. Fuzzy Syst. 2020, 28, 2726–2737. [Google Scholar] [CrossRef]
  27. Zhai, J.; Zheng, H.; Bai, M.; Jiang, Y. Multiperiod portfolio selection models under uncertain measure and with multiple criteria. J. Intell. Fuzzy Syst. 2021, 40, 5071–5086. [Google Scholar] [CrossRef]
  28. Cao, W.; Zhu, W.; Wang, W.; Demazeau, Y.; Zhang, C. A deep coupled LSTM approach for USD/CNY exchange rate forecasting. IEEE Intell. Syst. 2020, 35, 43–53. [Google Scholar] [CrossRef]
  29. Chen, Y.; Wang, Z.; Zhang, Z. Mark to market value at risk. J. Econom. 2018, 208, 299–321. [Google Scholar] [CrossRef]
  30. Ma, H.; Wang, Y.; Lin, L.; Wang, X. Risk of Internet money market funds and its spillover effect: Based on La-VaR, DCC-GARCH and minimum spanning tree. J. Internet Technol. 2022, 23, 669–682. [Google Scholar]
  31. Bangia, A.; Diebold, F.X.; Schuermann, T.; Stroughair, J.D. Modeling liquidity risk, with Implications for Traditional Market Risk Measurement and Management. In Risk Management: The State of Art, The New York University Salomon Center Series on Financial Markets and Institutions; Figlewski, S., Levich, R.M., Eds.; Springer: Boston, MA, USA, 2001. [Google Scholar]
  32. Li, L.; Li, H. Analysis of financing risk and innovation motivation mechanism of financial service industry based on Internet of things. Complexity 2021, 2021, 5523290. [Google Scholar] [CrossRef]
  33. Chakrabarti, P.; Sen, S. Transmission of funding liquidity shocks in the options market: Evidence from India. Appl. Econ. Lett. 2021, 28, 1566–1570. [Google Scholar] [CrossRef]
  34. Wang, J.; Wang, X.; Yang, J.; Zhuang, X. Impact of investor sentiment on mutual fund risk taking and performance: Evidence from China. Enterp. Inf. Syst. 2020, 14, 833–857. [Google Scholar] [CrossRef]
Figure 1. The structure diagram of the memory unit.
Figure 1. The structure diagram of the memory unit.
Mathematics 10 02864 g001
Figure 2. Training–test results. (a) the THIRD; (b) the BANK; (c) the FUND.
Figure 2. Training–test results. (a) the THIRD; (b) the BANK; (c) the FUND.
Mathematics 10 02864 g002
Figure 3. Forecast results. (a) the THIRD; (b) the BANK; (c) the FUND.
Figure 3. Forecast results. (a) the THIRD; (b) the BANK; (c) the FUND.
Mathematics 10 02864 g003
Table 1. Basic information of the IMF samples.
Table 1. Basic information of the IMF samples.
CategoryIMFsFund CompaniesFund Code
THIRDTianhong Yu’E BaoAnt Financial (Hangzhou, China)000198
Jiashi Huoqianbao AJD Finance (Beijing, China)000581
Yifangda Yilicai ATencent Financial Technology (Shenzhen, China)000359
Huitianfu Quan’E BaoTencent Financial Technology (Shenzhen, China)000397
Guangfa Tiantianhong AFinance SN (Nanjing, China)000389
Yifangda Tiantianlicai ADu Xiaoman Finance (Beijing, China)000009
BANKZhongyin Huoqi BaoBank of China (Beijing, China)000539
Jianxin Xianjintianli AChina Construction Bank (Beijing, China)000693
Nongyinhuili Honglirijie AAgricultural Bank of China (Beijing, China)000907
Ping’an Rizengli APing An Bank (Shenzhen, China)000379
Zhaoshang Zhaoqian Bao AChina Merchants Bank (Shenzhen, China)000588
Gongyin Xinjinhuobi AIndustrial and Commercial Bank of China (Beijing, China)000528
FUNDZhonghai Huobi AZhonghai Fund (Shanghai, China)392001
Huaxia Xianjin Zengli AChina Asset Management (Beijing, China)003003
Nanfang Tiantianbao AChina Southern Fund (Shenzhen, China)004970
Jianxin Tiantianyi ACCB Principal Asset Management (Beijing, China)003391
Yinhe Yinfu AGalaxy Fund Management (Shanghai, China)150005
Guangfa Qiandaizi AGF Fund Management (Zhuhai, China)000509
Table 2. Descriptive statistics of return rate series.
Table 2. Descriptive statistics of return rate series.
CategoryFund CodeMean (%)Min. (%)Max. (%)Standard DeviationSkewnessKurtosis
THIRD0001982.42741.3114.3940.70301.1800.744
0005812.74911.5315.1530.77211.0490.247
0003592.68651.5944.6900.80561.053−0.440
0003972.68021.6444.8060.80541.082−0.058
0003892.63991.4105.5800.76691.2651.094
0000092.60721.3874.3860.74141.0090.068
BANK0005392.67991.5994.6340.75511.1210.335
0006932.73151.6534.5690.73650.9390.131
0009072.50821.3724.5480.75741.0490.257
0003792.57451.4684.4510.74640.917−0.151
0005882.60201.4234.5930.80691.049−0.009
0005282.72911.4354.8290.82080.717−0.468
FUND3920012.39550.97410.7741.0522.58612.778
0030032.62391.0495.4380.92461.1740.660
0049702.56651.2978.2640.86742.6919.774
0033912.81991.3086.9010.79751.3572.745
1500052.40491.3884.7360.64021.2011.151
0005092.62281.5094.7960.73411.1000.344
Table 3. The GARCH forecast results of the test set (%).
Table 3. The GARCH forecast results of the test set (%).
Fund Code16 May 202117 May 202118 May 202119 May 202114 March 202215 March 2022
0001982.11842.11692.11532.11371.72871.7273
0005812.24832.24632.26562.26402.00402.0030
0003592.14112.13802.13512.13201.31331.3107
0003972.16562.16732.17412.17312.23382.2341
0003892.35692.35092.34362.34052.10942.1085
0000092.13162.13852.13812.13661.70651.7049
0005392.28982.27542.27282.26931.77411.7723
0006932.28262.27832.27602.27532.03552.0346
0009072.05182.06212.05232.05471.76471.7635
0003791.93001.92761.91891.92631.62281.6216
0005882.28942.28562.28812.29081.80871.8070
0005282.19672.21132.18242.19342.38642.3874
3920011.71791.78351.91611.91054.70844.7265
0030032.12872.12592.11282.12382.12982.1297
0049702.18722.17292.17332.16991.56471.5626
0033912.49112.49332.49872.51315.68475.7033
1500052.06802.05672.12472.12132.00232.0019
0005092.13332.11782.10992.14971.90641.9052
Table 4. The forecast results of the seven-day annualized return rates (%).
Table 4. The forecast results of the seven-day annualized return rates (%).
Fund Code16 March 202217 March 202218 March 202219 March 20226 June 20227 June 2022
0001982.12792.12422.12262.11542.06052.0583
0005812.27492.26432.27522.27072.08862.0814
0003592.16102.15512.15122.14242.10252.1023
0003972.14472.15612.14662.12912.08622.0915
0003892.37302.37902.36732.34732.24172.1238
0000092.07972.09802.11972.13362.03682.0309
0005392.31992.31632.30982.30112.08772.0876
0006932.34702.33022.31132.28702.37182.3571
0009072.08082.07872.06562.05382.02032.0171
0003792.08892.04371.94201.87722.08332.1080
0005882.24832.23362.24932.25192.12812.0504
0005282.17802.17102.21912.19481.99232.0568
3920012.06032.03481.99881.98641.52551.5325
0030032.19322.15462.14212.12491.87171.9768
0049702.18692.18522.18312.19032.09362.1111
0033912.52672.51422.50272.48052.54642.5150
1500052.07272.02872.03582.09432.02102.0323
0005092.49722.28612.13332.10001.98551.9864
Table 5. The VaR and La-VaR values of IMFs.
Table 5. The VaR and La-VaR values of IMFs.
CategoryFund CodeIMFsVaR ValueAverage VaR ValueLa-VaR ValueAverage La-VaR Value
THIRD000198Tianhong Yu’E Bao−0.02372−0.02299−0.02849−0.08018
000581Jiashi Huoqianbao A−0.02235−0.14510
000359Yifangda Yilicai A−0.02156−0.03850
000397Huitianfu Quan’E Bao−0.02322−0.19811
000389Guangfa Tiantianhong A−0.02365−0.03975
000009Yifangda Tiantianlicai A−0.02341−0.03112
BANK000539Zhongyin Huoqi Bao−0.02282−0.02312−0.03605−0.06360
000693Jianxin Xianjintianli A−0.02484−0.03657
000907Nongyinhuili Honglirijie A−0.02214−0.04245
000379Ping’an Rizengli A−0.02083−0.05314
000588Zhaoshang Zhaoqian Bao A−0.02382−0.03983
000528Gongyin Xinjinhuobi A−0.02426−0.17352
FUND392001Zhonghai Huobi A−0.01591−0.01737−0.03627−0.05630
003003Huaxia Xianjin Zengli A−0.02138−0.03768
004970Nanfang Tiantianbao A−0.01957−0.08814
003391Jianxin Tiantianyi A−0.01301−0.09340
150005Yinhe Yinfu A−0.02181−0.03698
000509Guangfa Qiandaizi A−0.01253−0.04533
Table 6. The investment portfolio design results with LSTM and the VaR.
Table 6. The investment portfolio design results with LSTM and the VaR.
VariableValueVariableValueVariableValueVariableValue
y10.0000y100.0000A10.0000A100.0000
y20.0000y110.0000A20.0000A110.0000
y30.0000y120.0000A30.0000A120.0000
y40.0000y130.0000A40.0000A130.0000
y51.0000y140.0000A532.0949A140.0000
y60.0000y150.0000A60.0000A150.0000
y71.0000y161.0000A726.0520A1641.8531
y80.0000y170.0000A80.0000A170.0000
y90.0000y180.0000A90.0000A180.0000
Table 7. The investment portfolio design results with LSTM and the La-VaR.
Table 7. The investment portfolio design results with LSTM and the La-VaR.
VariableValueVariableValueVariableValueVariableValue
y10.0000y100.0000A10.0000A100.0000
y20.0000y110.0000A20.0000A110.0000
y30.0000y121.0000A30.0000A1226.7527
y41.0000y130.0000A467.0211A130.0000
y50.0000y140.0000A50.0000A140.0000
y60.0000y150.0000A60.0000A150.0000
y70.0000y161.0000A70.0000A166.2262
y80.0000y170.0000A80.0000A170.0000
y90.0000y180.0000A90.0000A180.0000
Table 8. The investment portfolio design results of the out-of-sample data.
Table 8. The investment portfolio design results of the out-of-sample data.
VariableValueVariableValueVariableValueVariableValue
y10.0000y100.0000A10.0000A100.0000
y20.0000y110.0000A20.0000A110.0000
y30.0000y120.0000A30.0000A120.0000
y40.0000y130.0000A40.0000A130.0000
y51.0000y140.0000A563.6622A140.0000
y60.0000y150.0000A60.0000A150.0000
y71.0000y161.0000A724.1836A1612.1542
y80.0000y170.0000A80.0000A170.0000
y90.0000y180.0000A90.0000A180.0000
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wang, H.; Ma, H. Optimal Investment Portfolios for Internet Money Funds Based on LSTM and La-VaR: Evidence from China. Mathematics 2022, 10, 2864. https://doi.org/10.3390/math10162864

AMA Style

Wang H, Ma H. Optimal Investment Portfolios for Internet Money Funds Based on LSTM and La-VaR: Evidence from China. Mathematics. 2022; 10(16):2864. https://doi.org/10.3390/math10162864

Chicago/Turabian Style

Wang, Hanxiao, and Huizi Ma. 2022. "Optimal Investment Portfolios for Internet Money Funds Based on LSTM and La-VaR: Evidence from China" Mathematics 10, no. 16: 2864. https://doi.org/10.3390/math10162864

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop