Futures Trend Strategy Model Based on Recurrent Neural Network

Size: px
Start display at page:

Download "Futures Trend Strategy Model Based on Recurrent Neural Network"

Transcription

1 Applied Economics and Finance Vol. 5, No. 4; July 2018 ISSN E-ISSN Published by Redfame Publishing URL: hp://aef.redfame.com Fuures rend Sraegy Model Based on Recurren Neural Nework Ru Zhang 1, Chenyu Huang 2 & Shaozhen Chen 1 1 Finance Deparmen of Inernaional Bussiness School, Jinan Universiy, Zhuhai, Guangdong Province, China 2 Financial Managemen Deparmen of Inernaional Bussiness School, Jinan Universiy, Zhuhai, Guangdong Province, China Correspondence: Shaozhen Chen, Finance Deparmen of Inernaional Business School, Jinan Universiy, Qianshan Road 206#, Zhuhai Ciy, Guangdong Province, Pos No , China. Received: May 26, 2018 Acceped: June 16, 2018 Available online: June 19, 2018 doi: /aef.v5i URL: hps://doi.org/ /aef.v5i Absrac In recen years, quaniaive invesmen has been widely used in he global fuures marke, and is seady invesmen performance has also been recognized by domesic fuures invesors. his paper akes he CSI-300 sock index fuures as he research objec and consrucs a fuures rend sraegy model based on recurren neural nework. Furhermore, his paper back ess he sraegy a differen periods, differen ransacion coss and differen parameers. he resuls show ha he sraegy model has srong profiabiliy and robusness. Keywords: fuures rend sraegy, recurren neural nework, quaniaive rading 1. Inroducion Quaniaive invesmen is defined as he combinaion of invesmen ideas or heories of invesors wih advanced compuer echnology and various disciplines, which were ransformed ino mahemaical models. hen, specific invesmen decision analysis and implemenaion will be done by compuer. In quaniaive invesmen, rend sraegy is one of he mos common models. Shik e al. (2007) forecased he role of indicaors in he foreign exchange marke hrough he saisics sudies and analysis of wo rend indicaors: RSI and MA. Elsevier e al (2009) proposed ha rading mehods based on hisorical price flucuaions and radiional echnology analysis are able o bring more benefis. Yumin Zhou (2015) upgraded he reurnee ransacion mehod by upgrading filers and delising and opimizing parameers. A he same ime, he obained a significan increase in back esing indicaors in he esing of gold fuures. Chen e al. (2016) used he LASSO mehod o selec he smalles echnical index as he judgmen funcion, and used he geneic nework plan o find he appropriae sale poins. hen, he consruced he sraegy so as o obain more benefis. Li e al. (2017) sudied he performance of buy-hold sraegy and mobile average sraegy in single variey fuures and grouping combinaions, and found ha he income of mobile average echnology is significanly higher han ha of buy-hold sraegy which had appears in China fuures marke. However, he radiional rend sraegy sill has weaknesses such as shor and weak rend and non robus parameers, which can easily lead o ransacion errors ha would be caused by repeaed ransacions and model failure. Chi e al. (1991) found ou ha recurren neural nework would remember he previous informaion and apply i o he curren calculaion; herefore i has a good predicion effec on he price rend of sock index fuures. eni e al. (2017) concluded arificial neural neworks, including RNN, are efficien in he predicion of financial ime series, and have carried ou a comparaive experimen on he predicion of foreign exchange prices. o sum up, his paper akes he CSI-300 sock index fuures as he research objec. Firs, we classify he raining daa hrough he rend sraegy profi index, sudy he parameer RNN and hen consruced he fuures rend sraegy based on recurren neural nework, which is esed by he minue marke daa for is profiabiliy. Secondly, under differen ransacion coss and policy parameers, he sraegy is compared o es is robusness. hroughou he enire research, his paper hopes o build a quaniaive invesmen sraegy in deep learning o provide furher improvemen for he applicaion of arificial inelligence heory in he field of invesmen. 95

2 2. heoreical Model 2.1 Recurren Neural Nework Model Basic Principles of Recurren Neural Nework he recurren neural nework algorihm is very good a handling daa ha depend on iming. As shown in Figure 1, in he radiional forward neural nework, he ransmission of informaion from inpu layer o hidden layer, and o oupu layer, are fully conneced. However, he nodes a differen imes are unconneced, and he nework canno deal wih he iming problem direcly. However, in recurren neural nework, here are connecions beween he nodes of he hidden layers a differen ime. he curren oupu of a sequence is depended on he previous sae, which means ha he nework will memorize he preceding informaion and apply i o he calculaion of he curren oupu. Figure 1. Recurren neural nework schemaic RNN can be regarded as a neural nework ha shares weighs on ime dimension. he oupu of he RNN model is as follows: y σ ( W h b ) (1) 0 y 0 he oupu of he model depends on he hidden sae h a ha ime and he hidden sae h depends on he inpu x of he ime and he hidden sae h 1 a he previous momen, ha is: h σ ( W x W h b ) (2) h x h 1 n herefore, he implici sae is ime dependen, so he oupu of he RNN model is relaed o he inpu informaion of he previous ime. Figure 2. RNN Parameric schemaic diagram he relaionship beween he RNN model and he ordinary ime series model can be analyzed in he following way, which considers he single variable siuaion: x x, W h β, W x α. When oupu y h, assuming ha σ h is an ideniy ransformaion, he RNN model can be ransformed ino he following forms: y αx βy b (3) 1 In essence, he model RNN can be regarded as a firs-order auoregressive model wih exogenous variables, so i is a complex nonlinear ime series model. 96

3 2.1.2 Parameer Opimizaion of RNN Model Gradien of he recurren neural nework can be obained hrough Back Propagaion hrough ime (BP) Algorihms Figure 3. RNN parameer learning diagram In he RNN model, since he implici sae h of he RNN is affeced by he implici sae h 1 a ha ime, he gradien of he RNN is relaed o he sequence. he BP is based on he sequence-dependen assumpion of he RNN. he loss funcion is se a each sequence poin, and he final loss funcion L is obained as he gradien δ of he implici sae a each sequence poin: L L (4) 1 δ (5) h According o he final loss funcion, he gradien calculaion formula of each parameer of RNN can be furher deduced, which is: 2.2 rend Sraegy Model σ y y c c σ c σ ( y y )( h ) V V σ V h W h W 2 diag(1 h ) δ ( h 1) 1 1 h b h b 2 diag(1 h ) δ 1 1 h U h U diag(1 h ) δ( x ) his sudy used he following rend sraegy profiabiliy indicaors as he original signal generaor for rend judgmen, expressed as: R Close Open (7) High Low R represens he proporion of he eniy par of he Candle line on he same day. In general, when R is relaively large, he rend sraegy is easier o ge profis; oherwise, he rend sraegy is more difficul o be profiable. (6) 97

4 2.3 Fuures rend Sraegy Model Based on Recurren Neural Nework As can be seen in Figure 4, marke daa of he parameer lengh is aken afer he opening dae of each rading day, and he RNN model is used o predic wheher he rend sraegy of he day can be profiable or no. If i is profiable, he rends in he early morning is followed for rend racking purposes; if he model deermines ha i canno make profis, no rading will be open on ha day. Figure 4. Schemaic diagram of sraegy Before rading, he RNN predicion model raining is required. his sudy adoped he "ime series inpu - single label oupu" model srucure. ha is o say ha he inpu daa is a mulivariae ime series, and he oupu daa is 0, 1 ag daa. In model raining, early-morning quoes for he daa in he sample need o be annoaed, and he marke is marked as wo differen caegories of suiable for rend ransacions and no suiable for rend ransacions which means ha he rend sraegy indicaor is calculaed o deermine wheher he rend sraegy of he day is profiable: when R 0.5, i is profiable, and recorded as "1" (for rend rading); when R 0.5, loss, and recorded as "0" (no suiable for rend rading). he labeled sample daa is used o rain machine learning models. Afer he open rade, he posiion is held unil he close of he day, and if a sop is riggered, he posiion will be closed immediaely afer he sop loss is riggered. 3. Empirical Analysis 3.1 Daa Selecion and Descripion (1). One-minue price of he CSI-300 Sock Index Fuures (IF) main conrac. he daa from April 16h, 2010 o December 31s, 2013 are sampled. he RNN forecasing model is rained using he marke daa for his period of ime; while i is he ou-of-sample reurn inerval from January 1s, 2014 o July 31s, (2) he characerisic daa sequence is he minue-level marke daa of he opening price, he closing price, he highes price, he lowes price, he rading volume, he main buying amoun, he main selling amoun, he change rae of he closing price, and he closing price sequence of he minue marke, order differenial, raio of main buyer sales, volume change rae, change rae of main purchase volume, change rae of main sales volume. Feaure daa is sandardized. 3.2 ransacion Parameer Seings (1). Back es margin seing: 100%, ie no leverage is aken ino consideraion. (2). ransacion coss: 100%, ie no leverage is aken ino consideraion. (3). Sop loss seing: sop loss according o a fixed raio 3.3 Model Evaluaion Index his sudy selecs he annualized ineres rae, he cumulaive yield, he maximum reracemen, he winning raio, he profi-loss raio, and he single-ransacion yield as indicaors of he evaluaion sraegy. 3.4 Simulaion Back esing his sudy seleced 33-minues afer he opening o forecas rend sraegy profi index R of he full-day. he rend of he profiabiliy probabiliy P is shown in Figure 5, and he ou-of-sample forecas accuracy rae is 59.1%. 98

5 Figure 5. Profi Probabiliy Char he performance of he sraegy model across he enire sample inerval is shown in Figure 6. Since April 2010, he sraegy has been raded a oal of 707 imes, achieving a cumulaive yield of %, an annualized rae of reurn of 18.01%, a maximum reracemen of -8.63%, and a profi-o-loss raio of able 1. Sraegy Performance in 2010 Figure 6. Full sample performance Index Value ime yield 18.01% Cumulaive reurn % Maximum reracemen -8.63% ransacion number 707 odds 40.74% Profi and loss han 2.17 Yield per rade 0.17% his sraegy model is a rend rading sraegy wih a sop loss mechanism, so he winning rae is no high, which is 39.52%, bu he profi and loss of he sraegy is high a 2.27%. Sraegy of a single ransacion is an average yield of 0.17%. Compared wih oher indexes of CA shor erm sraegy, he sraegy of a single ransacion average yield is higher. herefore, he sensiiviy o ransacion coss and marke impac coss is low. Since Sepember 2015, sock index fuures rading have been grealy resriced, ransacion coss increase, marke liquidiy becomes worse and impac coss increase. herefore, he average reurn rae of a single ransacion of CA sraegy is an imporan index. If he ransacion coss raise o bilaeral five over en housand, he performances of he sraegy ouside he sample are shown in figure 7. In he case ha ransacion coss sharply raised, he performance of he sraegy is slighly lower. However, since 2014, he annual yield of he sraegy is 14.71% and a single rading average yield is 0.14%. Generally, he 99

6 performance is sill good, which means ha his ransacion sraegy is no sensiive o ransacion coss. able 2. Sraegic performance in 2014 Figure 7. sraegic ne worh a differen ransacion coss (ou of sample) Index Value Annual reurn 18.47% Cumulaive rae of reurn 80.72% Maximum wihdrawal -8.63% Number of ransacions 372 Winning rae 39.52% Profi and loss raio 2.27 Single ransacion yield 0.17% 3.5 Parameer Sensiiviy Analysis he opening ime is he main parameer of his sraegy, and 33 minue is he opimal opening ime parameer obained from he sraegy in his repor. In order o analyze he sensiiviy of parameers, differen were seleced for back measuremen. he specific sraegy is he same as above; he daily rend sraegy profi probabiliy P is prediced based on he marke daa afer he opening minues, and hen he daily 120 average daily of he probabiliy P a ime is calculaed. If P MA ( P) 120, hen rend rading is carried ou. According o he main conrac of IF afer he opening minues, he rend direcion is esablished from he direcion of flucuaion; Oherwise, do no open a posiion on he day rading. Under differen parameer seings, he performance of he sraegy ouside he sample is shown in figure 8. Any ime sraegy ha is performed during 22 minues o 38 minues afer opening o rade, i shows good performance; herefore i explains ha his sraegy has good sabiliy. Figure 8. Performance of sraegy a differen warehouse opening imes (ou of sample) 100

7 able 3. Performance of sraegy a differen warehouse opening imes (ou of sample) Parameer (min) Annualized rae of reurn Maximum reracemen Parameer (min) Annualized rae of reurn Maximum reracemen % % % -8.02% % % % -8.06% % % % % % % % % % -9.71% % % % -9.47% % % % -8.89% % % % % % % % -8.87% % % % % % % % % % % % % % % % -8.15% % % % -8.63% % % % -8.71% % % % -8.90% 4. Conclusion his sudy adoped he sock index fuures marke in early rading. A predicive model is esablished by using a recurren neural nework in order o evaluae he rend and shock condiion of he marke and forecas he probabiliy of daily index fuures marke rend sraegy profi. Based on his probabiliy, he suiabiliy of he day for rend rading is deermined and wheher o open a posiion is also decided. Empirical shows ha hrough he rading sraegy, smaller rading signal wih smaller profi opporuniies will be filered while he sraegy will only perform rend rading if probabiliy of profi is high. In his way, his sraegy significanly improved he profiabiliy of he policy. In addiion, he empirical resuls show ha he sraegy has good parameer sabiliy hrough differen ransacion cos seings or differen parameers of he policy rees. Reference Chong,. L. (2007). A comparison of MA and RSI reurns wih exchange rae inervenion. Applied Economics Leers, 14(5), hps://doi.org/ / Chi, S. C., Chen, H. P., & Cheng, C. H. (1999). A forecasing approach for sock index fuure using grey heory and neural neworks[c]// Inernaional Join Conference on Neural Neworks. IEEE, 1999: , /IJCNN Li, B., Zhang, D., & Zhou, Y. (2017). here rends in Chinese Commodiy Fuures Marke. Securiies Marke Herald, (1), Paoloeni. (1996) Forecasing foreign exchange raes using recurren neural neworks. Applied Arificial Inelligence, 10(6), Venna, J., Kaski, S., & Pelonen, J. (2003). Visualizaions for Assessing Convergence and Mixing of MCMC[M]// Machine Learning: ECML Springer Berlin Heidelberg, hps://doi.org/ / _39 Yu, M. Z. (2015). Developmen and improvemen of fuures program rading sysem based on rading pioneer and urle rading rules, China Marke, 2015(29), Yan, C., & Xuan, C. W. (2015). A Sudy on High-Frequency rading Sraegy Based on Variable Selecion and Geneic Nework. Chinese Journal of Managemen Science, 23(10), hps://doi.org/ /j.cnki.issn x Copyrighs Copyrigh for his aricle is reained by he auhor(s), wih firs publicaion righs graned o he journal. his is an open-access aricle disribued under he erms and condiions of he Creaive Commons Aribuion license which permis unresriced use, disribuion, and reproducion in any medium, provided he original work is properly cied. 101

The Empirical Study about Introduction of Stock Index Futures on the Volatility of Spot Market

The Empirical Study about Introduction of Stock Index Futures on the Volatility of Spot Market ibusiness, 013, 5, 113-117 hp://dx.doi.org/10.436/ib.013.53b04 Published Online Sepember 013 (hp://www.scirp.org/journal/ib) 113 The Empirical Sudy abou Inroducion of Sock Index Fuures on he Volailiy of

More information

Portfolio Risk of Chinese Stock Market Measured by VaR Method

Portfolio Risk of Chinese Stock Market Measured by VaR Method Vol.53 (ICM 014), pp.6166 hp://dx.doi.org/10.1457/asl.014.53.54 Porfolio Risk of Chinese Sock Marke Measured by VaR Mehod Wu Yudong School of Basic Science,Harbin Universiy of Commerce,Harbin Email:wuyudong@aliyun.com

More information

An Introduction to PAM Based Project Appraisal

An Introduction to PAM Based Project Appraisal Slide 1 An Inroducion o PAM Based Projec Appraisal Sco Pearson Sanford Universiy Sco Pearson is Professor of Agriculural Economics a he Food Research Insiue, Sanford Universiy. He has paricipaed in projecs

More information

Pricing FX Target Redemption Forward under. Regime Switching Model

Pricing FX Target Redemption Forward under. Regime Switching Model In. J. Conemp. Mah. Sciences, Vol. 8, 2013, no. 20, 987-991 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/10.12988/ijcms.2013.311123 Pricing FX Targe Redempion Forward under Regime Swiching Model Ho-Seok

More information

Description of the CBOE S&P 500 2% OTM BuyWrite Index (BXY SM )

Description of the CBOE S&P 500 2% OTM BuyWrite Index (BXY SM ) Descripion of he CBOE S&P 500 2% OTM BuyWrie Index (BXY SM ) Inroducion. The CBOE S&P 500 2% OTM BuyWrie Index (BXY SM ) is a benchmark index designed o rack he performance of a hypoheical 2% ou-of-he-money

More information

Description of the CBOE Russell 2000 BuyWrite Index (BXR SM )

Description of the CBOE Russell 2000 BuyWrite Index (BXR SM ) Descripion of he CBOE Russell 2000 BuyWrie Index (BXR SM ) Inroducion. The CBOE Russell 2000 BuyWrie Index (BXR SM ) is a benchmark index designed o rack he performance of a hypoheical a-he-money buy-wrie

More information

A Note on Missing Data Effects on the Hausman (1978) Simultaneity Test:

A Note on Missing Data Effects on the Hausman (1978) Simultaneity Test: A Noe on Missing Daa Effecs on he Hausman (978) Simulaneiy Tes: Some Mone Carlo Resuls. Dikaios Tserkezos and Konsaninos P. Tsagarakis Deparmen of Economics, Universiy of Cree, Universiy Campus, 7400,

More information

Empirical analysis on China money multiplier

Empirical analysis on China money multiplier Aug. 2009, Volume 8, No.8 (Serial No.74) Chinese Business Review, ISSN 1537-1506, USA Empirical analysis on China money muliplier SHANG Hua-juan (Financial School, Shanghai Universiy of Finance and Economics,

More information

UCLA Department of Economics Fall PhD. Qualifying Exam in Macroeconomic Theory

UCLA Department of Economics Fall PhD. Qualifying Exam in Macroeconomic Theory UCLA Deparmen of Economics Fall 2016 PhD. Qualifying Exam in Macroeconomic Theory Insrucions: This exam consiss of hree pars, and you are o complee each par. Answer each par in a separae bluebook. All

More information

GUIDELINE Solactive Gold Front Month MD Rolling Futures Index ER. Version 1.1 dated April 13 th, 2017

GUIDELINE Solactive Gold Front Month MD Rolling Futures Index ER. Version 1.1 dated April 13 th, 2017 GUIDELINE Solacive Gold Fron Monh MD Rolling Fuures Index ER Version 1.1 daed April 13 h, 2017 Conens Inroducion 1 Index specificaions 1.1 Shor name and ISIN 1.2 Iniial value 1.3 Disribuion 1.4 Prices

More information

DYNAMIC ECONOMETRIC MODELS Vol. 7 Nicolaus Copernicus University Toruń Krzysztof Jajuga Wrocław University of Economics

DYNAMIC ECONOMETRIC MODELS Vol. 7 Nicolaus Copernicus University Toruń Krzysztof Jajuga Wrocław University of Economics DYNAMIC ECONOMETRIC MODELS Vol. 7 Nicolaus Copernicus Universiy Toruń 2006 Krzyszof Jajuga Wrocław Universiy of Economics Ineres Rae Modeling and Tools of Financial Economerics 1. Financial Economerics

More information

VERIFICATION OF ECONOMIC EFFICIENCY OF LIGNITE DEPOSIT DEVELOPMENT USING THE SENSITIVITY ANALYSIS

VERIFICATION OF ECONOMIC EFFICIENCY OF LIGNITE DEPOSIT DEVELOPMENT USING THE SENSITIVITY ANALYSIS 1 Beaa TRZASKUŚ-ŻAK 1, Kazimierz CZOPEK 2 MG 3 1 Trzaskuś-Żak Beaa PhD. (corresponding auhor) AGH Universiy of Science and Technology Faculy of Mining and Geoengineering Al. Mickiewicza 30, 30-59 Krakow,

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 9 h November 2010 Subjec CT6 Saisical Mehods Time allowed: Three Hours (10.00 13.00 Hrs.) Toal Marks: 100 INSTRUCTIONS TO THE CANDIDATES 1. Please read he insrucions

More information

The Relationship between Money Demand and Interest Rates: An Empirical Investigation in Sri Lanka

The Relationship between Money Demand and Interest Rates: An Empirical Investigation in Sri Lanka The Relaionship beween Money Demand and Ineres Raes: An Empirical Invesigaion in Sri Lanka R. C. P. Padmasiri 1 and O. G. Dayarana Banda 2 1 Economic Research Uni, Deparmen of Expor Agriculure 2 Deparmen

More information

Labor Cost and Sugarcane Mechanization in Florida: NPV and Real Options Approach

Labor Cost and Sugarcane Mechanization in Florida: NPV and Real Options Approach Labor Cos and Sugarcane Mechanizaion in Florida: NPV and Real Opions Approach Nobuyuki Iwai Rober D. Emerson Inernaional Agriculural Trade and Policy Cener Deparmen of Food and Resource Economics Universiy

More information

A study on the Weekly Calendar Effect of Chinese Stock Market. Taking Guizhou Maotai as an Example

A study on the Weekly Calendar Effect of Chinese Stock Market. Taking Guizhou Maotai as an Example Volume 04 - Issue 06 June 2018 PP. 46-52 A sudy on he Weekly Calendar Effec of Chinese Sock Marke Taking Guizhou Maoai as an Example Guang WU 1, Hong-guo SUN 1* 1 (Deparmen of Mahemaics and Finance Hunan

More information

An Incentive-Based, Multi-Period Decision Model for Hierarchical Systems

An Incentive-Based, Multi-Period Decision Model for Hierarchical Systems Wernz C. and Deshmukh A. An Incenive-Based Muli-Period Decision Model for Hierarchical Sysems Proceedings of he 3 rd Inernaional Conference on Global Inerdependence and Decision Sciences (ICGIDS) pp. 84-88

More information

(1 + Nominal Yield) = (1 + Real Yield) (1 + Expected Inflation Rate) (1 + Inflation Risk Premium)

(1 + Nominal Yield) = (1 + Real Yield) (1 + Expected Inflation Rate) (1 + Inflation Risk Premium) 5. Inflaion-linked bonds Inflaion is an economic erm ha describes he general rise in prices of goods and services. As prices rise, a uni of money can buy less goods and services. Hence, inflaion is an

More information

The Impact of Interest Rate Liberalization Announcement in China on the Market Value of Hong Kong Listed Chinese Commercial Banks

The Impact of Interest Rate Liberalization Announcement in China on the Market Value of Hong Kong Listed Chinese Commercial Banks Journal of Finance and Invesmen Analysis, vol. 2, no.3, 203, 35-39 ISSN: 224-0998 (prin version), 224-0996(online) Scienpress Ld, 203 The Impac of Ineres Rae Liberalizaion Announcemen in China on he Marke

More information

Missing Data Prediction and Forecasting for Water Quantity Data

Missing Data Prediction and Forecasting for Water Quantity Data 2011 Inernaional Conference on Modeling, Simulaion and Conrol ICSIT vol.10 (2011) (2011) IACSIT ress, Singapore Missing Daa redicion and Forecasing for Waer Quaniy Daa rakhar Gupa 1 and R.Srinivasan 2

More information

Extreme Risk Value and Dependence Structure of the China Securities Index 300

Extreme Risk Value and Dependence Structure of the China Securities Index 300 MPRA Munich Personal RePEc Archive Exreme Risk Value and Dependence Srucure of he China Securiies Index 300 Terence Tai Leung Chong and Yue Ding and Tianxiao Pang The Chinese Universiy of Hong Kong, The

More information

Estimating Earnings Trend Using Unobserved Components Framework

Estimating Earnings Trend Using Unobserved Components Framework Esimaing Earnings Trend Using Unobserved Componens Framework Arabinda Basisha and Alexander Kurov College of Business and Economics, Wes Virginia Universiy December 008 Absrac Regressions using valuaion

More information

AN ENTERPRISE FINANCIAL STATE ESTIMATION BASED ON DATA MINING

AN ENTERPRISE FINANCIAL STATE ESTIMATION BASED ON DATA MINING AN ENTERPRISE FINANCIAL STATE ESTIMATION BASED ON DATA MINING Mikhail D. Godlevsky, Sergey V. Orekhov Naional Technical Universiy Kharkov Polyechnic Insiue Frunze sr. 2 Ukraine-6002 Kharkov god_asu@kpi.kharkov.ua,

More information

Forecasting with Judgment

Forecasting with Judgment Forecasing wih Judgmen Simone Manganelli DG-Research European Cenral Bank Frankfur am Main, German) Disclaimer: he views expressed in his paper are our own and do no necessaril reflec he views of he ECB

More information

On the Impact of Inflation and Exchange Rate on Conditional Stock Market Volatility: A Re-Assessment

On the Impact of Inflation and Exchange Rate on Conditional Stock Market Volatility: A Re-Assessment MPRA Munich Personal RePEc Archive On he Impac of Inflaion and Exchange Rae on Condiional Sock Marke Volailiy: A Re-Assessmen OlaOluwa S Yaya and Olanrewaju I Shiu Deparmen of Saisics, Universiy of Ibadan,

More information

IJRSS Volume 2, Issue 2 ISSN:

IJRSS Volume 2, Issue 2 ISSN: A LOGITIC BROWNIAN MOTION WITH A PRICE OF DIVIDEND YIELDING AET D. B. ODUOR ilas N. Onyango _ Absrac: In his paper, we have used he idea of Onyango (2003) he used o develop a logisic equaion used in naural

More information

Equivalent Martingale Measure in Asian Geometric Average Option Pricing

Equivalent Martingale Measure in Asian Geometric Average Option Pricing Journal of Mahemaical Finance, 4, 4, 34-38 ublished Online Augus 4 in SciRes hp://wwwscirporg/journal/jmf hp://dxdoiorg/436/jmf4447 Equivalen Maringale Measure in Asian Geomeric Average Opion ricing Yonggang

More information

An inventory model for Gompertz deteriorating items with time-varying holding cost and price dependent demand

An inventory model for Gompertz deteriorating items with time-varying holding cost and price dependent demand Inernaional Journal of Mahemaics rends and echnology (IJM) Volume 49 Number 3 Sepember 7 An invenory model for Gomperz deerioraing iems wih ime-varying holding cos and price dependen demand Absrac Nurul

More information

Meteorological Insurance and its Derivatives Pricing and Risk Management in the Context of Big Data *

Meteorological Insurance and its Derivatives Pricing and Risk Management in the Context of Big Data * Scienific Journal of Informaion Engineering May 017, Volume 7, Issue 1, PP.7-33 Meeorological Insurance and is Derivaives Pricing and Risk Managemen in he Conex of Big Daa * Na Niu 1, Yongmin Quan 1, Hongyi

More information

Dynamic Analysis on the Volatility of China Stock Market Based on CSI 300: A Financial Security Perspective

Dynamic Analysis on the Volatility of China Stock Market Based on CSI 300: A Financial Security Perspective Inernaional Journal of Securiy and Is Applicaions Vol., No. 3 (07), pp.9-38 hp://dx.doi.org/0.457/ijsia.07..3.03 Dynamic Analysis on he Volailiy of China Sock Marke Based on CSI 300: A Financial Securiy

More information

The Effect of Open Market Repurchase on Company s Value

The Effect of Open Market Repurchase on Company s Value The Effec of Open Marke Repurchase on Company s Value Xu Fengju Wang Feng School of Managemen, Wuhan Universiy of Technology, Wuhan, P.R.China, 437 (E-mail:xfju@63.com, wangf9@63.com) Absrac This paper

More information

Advanced Forecasting Techniques and Models: Time-Series Forecasts

Advanced Forecasting Techniques and Models: Time-Series Forecasts Advanced Forecasing Techniques and Models: Time-Series Forecass Shor Examples Series using Risk Simulaor For more informaion please visi: www.realopionsvaluaion.com or conac us a: admin@realopionsvaluaion.com

More information

GUIDELINE Solactive Bitcoin Front Month Rolling Futures 5D Index ER. Version 1.0 dated December 8 th, 2017

GUIDELINE Solactive Bitcoin Front Month Rolling Futures 5D Index ER. Version 1.0 dated December 8 th, 2017 GUIDELINE Solacive Bicoin Fron Monh Rolling Fuures 5D Index ER Version 1.0 daed December 8 h, 2017 Conens Inroducion 1 Index specificaions 1.1 Shor name and ISIN 1.2 Iniial value 1.3 Disribuion 1.4 Prices

More information

Ch. 1 Multinational Financial Mgmt: Overview. International Financial Environment. How Business Disciplines Are Used to Manage the MNC

Ch. 1 Multinational Financial Mgmt: Overview. International Financial Environment. How Business Disciplines Are Used to Manage the MNC Ch. Mulinaional Financial Mgm: Overview Topics Goal of he MNC Theories of Inernaional Business Inernaional Business Mehods Inernaional Opporuniies Exposure o Inernaional Risk MNC's Cash Flows & Valuaion

More information

Robust localization algorithms for an autonomous campus tour guide. Richard Thrapp Christian Westbrook Devika Subramanian.

Robust localization algorithms for an autonomous campus tour guide. Richard Thrapp Christian Westbrook Devika Subramanian. Robus localizaion algorihms for an auonomous campus our guide Richard Thrapp Chrisian Wesbrook Devika Subramanian Rice Universiy Presened a ICRA 200 Ouline The ask and is echnical challenges The localizaion

More information

Final Exam Answers Exchange Rate Economics

Final Exam Answers Exchange Rate Economics Kiel Insiu für Welwirhschaf Advanced Sudies in Inernaional Economic Policy Research Spring 2005 Menzie D. Chinn Final Exam Answers Exchange Rae Economics This exam is 1 ½ hours long. Answer all quesions.

More information

Option Valuation of Oil & Gas E&P Projects by Futures Term Structure Approach. Hidetaka (Hugh) Nakaoka

Option Valuation of Oil & Gas E&P Projects by Futures Term Structure Approach. Hidetaka (Hugh) Nakaoka Opion Valuaion of Oil & Gas E&P Projecs by Fuures Term Srucure Approach March 9, 2007 Hideaka (Hugh) Nakaoka Former CIO & CCO of Iochu Oil Exploraion Co., Ld. Universiy of Tsukuba 1 Overview 1. Inroducion

More information

Spring 2011 Social Sciences 7418 University of Wisconsin-Madison

Spring 2011 Social Sciences 7418 University of Wisconsin-Madison Economics 32, Sec. 1 Menzie D. Chinn Spring 211 Social Sciences 7418 Universiy of Wisconsin-Madison Noes for Econ 32-1 FALL 21 Miderm 1 Exam The Fall 21 Econ 32-1 course used Hall and Papell, Macroeconomics

More information

BUDGET ECONOMIC AND FISCAL POSITION REPORT

BUDGET ECONOMIC AND FISCAL POSITION REPORT BUDGET ECONOMIC AND FISCAL POSITION REPORT - 2004 Issued by he Hon. Miniser of Finance in Terms of Secion 7 of he Fiscal Managemen (Responsibiliy) Ac No. 3 of 1. Inroducion Secion 7 of he Fiscal Managemen

More information

FINAL EXAM EC26102: MONEY, BANKING AND FINANCIAL MARKETS MAY 11, 2004

FINAL EXAM EC26102: MONEY, BANKING AND FINANCIAL MARKETS MAY 11, 2004 FINAL EXAM EC26102: MONEY, BANKING AND FINANCIAL MARKETS MAY 11, 2004 This exam has 50 quesions on 14 pages. Before you begin, please check o make sure ha your copy has all 50 quesions and all 14 pages.

More information

4452 Mathematical Modeling Lecture 17: Modeling of Data: Linear Regression

4452 Mathematical Modeling Lecture 17: Modeling of Data: Linear Regression Mah Modeling Lecure 17: Modeling of Daa: Linear Regression Page 1 5 Mahemaical Modeling Lecure 17: Modeling of Daa: Linear Regression Inroducion In modeling of daa, we are given a se of daa poins, and

More information

Pricing Vulnerable American Options. April 16, Peter Klein. and. Jun (James) Yang. Simon Fraser University. Burnaby, B.C. V5A 1S6.

Pricing Vulnerable American Options. April 16, Peter Klein. and. Jun (James) Yang. Simon Fraser University. Burnaby, B.C. V5A 1S6. Pricing ulnerable American Opions April 16, 2007 Peer Klein and Jun (James) Yang imon Fraser Universiy Burnaby, B.C. 5A 16 pklein@sfu.ca (604) 268-7922 Pricing ulnerable American Opions Absrac We exend

More information

STATIONERY REQUIREMENTS SPECIAL REQUIREMENTS 20 Page booklet List of statistical formulae New Cambridge Elementary Statistical Tables

STATIONERY REQUIREMENTS SPECIAL REQUIREMENTS 20 Page booklet List of statistical formulae New Cambridge Elementary Statistical Tables ECONOMICS RIPOS Par I Friday 7 June 005 9 Paper Quaniaive Mehods in Economics his exam comprises four secions. Secions A and B are on Mahemaics; Secions C and D are on Saisics. You should do he appropriae

More information

The macroeconomic effects of fiscal policy in Greece

The macroeconomic effects of fiscal policy in Greece The macroeconomic effecs of fiscal policy in Greece Dimiris Papageorgiou Economic Research Deparmen, Bank of Greece Naional and Kapodisrian Universiy of Ahens May 22, 23 Email: dpapag@aueb.gr, and DPapageorgiou@bankofgreece.gr.

More information

Capital Strength and Bank Profitability

Capital Strength and Bank Profitability Capial Srengh and Bank Profiabiliy Seok Weon Lee 1 Asian Social Science; Vol. 11, No. 10; 2015 ISSN 1911-2017 E-ISSN 1911-2025 Published by Canadian Cener of Science and Educaion 1 Division of Inernaional

More information

Policyholder Exercise Behavior for Variable Annuities including Guaranteed Minimum Withdrawal Benefits 1

Policyholder Exercise Behavior for Variable Annuities including Guaranteed Minimum Withdrawal Benefits 1 Policyholder Exercise Behavior for Variable Annuiies including Guaraneed Minimum Wihdrawal Benefis 1 2 Deparmen of Risk Managemen and Insurance, Georgia Sae Universiy 35 Broad Sree, 11h Floor; Alana, GA

More information

Dynamic Programming Applications. Capacity Expansion

Dynamic Programming Applications. Capacity Expansion Dynamic Programming Applicaions Capaciy Expansion Objecives To discuss he Capaciy Expansion Problem To explain and develop recursive equaions for boh backward approach and forward approach To demonsrae

More information

Subdivided Research on the Inflation-hedging Ability of Residential Property: A Case of Hong Kong

Subdivided Research on the Inflation-hedging Ability of Residential Property: A Case of Hong Kong Subdivided Research on he -hedging Abiliy of Residenial Propery: A Case of Hong Kong Guohua Huang 1, Haili Tu 2, Boyu Liu 3,* 1 Economics and Managemen School of Wuhan Universiy,Economics and Managemen

More information

Suggested Template for Rolling Schemes for inclusion in the future price regulation of Dublin Airport

Suggested Template for Rolling Schemes for inclusion in the future price regulation of Dublin Airport Suggesed Templae for Rolling Schemes for inclusion in he fuure price regulaion of Dublin Airpor. In line wih sandard inernaional regulaory pracice, he regime operaed since 00 by he Commission fixes in

More information

An Analysis of Trend and Sources of Deficit Financing in Nepal

An Analysis of Trend and Sources of Deficit Financing in Nepal Economic Lieraure, Vol. XII (8-16), December 014 An Analysis of Trend and Sources of Defici Financing in Nepal Deo Narayan Suihar ABSTRACT Defici financing has emerged as an imporan ool of financing governmen

More information

Distilling GRU with Data Augmentation for Unconstrained Handwritten Text Recognition

Distilling GRU with Data Augmentation for Unconstrained Handwritten Text Recognition Disilling GRU wih Daa Augmenaion for Unconsrained Handwrien Tex Recogniion Reporer: Zecheng Xie Souh China Universiy of Technology Augus 6,2018 Ouline Problem Definiion Daa Augmenaion Experimens Conclusion

More information

Hedging Performance of Indonesia Exchange Rate

Hedging Performance of Indonesia Exchange Rate Hedging Performance of Indonesia Exchange Rae By: Eneng Nur Hasanah Fakulas Ekonomi dan Bisnis-Manajemen, Universias Islam Bandung (Unisba) E-mail: enengnurhasanah@gmail.com ABSTRACT The flucuaion of exchange

More information

PARAMETER ESTIMATION IN A BLACK SCHOLES

PARAMETER ESTIMATION IN A BLACK SCHOLES PARAMETER ESTIMATIO I A BLACK SCHOLES Musafa BAYRAM *, Gulsen ORUCOVA BUYUKOZ, Tugcem PARTAL * Gelisim Universiy Deparmen of Compuer Engineering, 3435 Isanbul, Turkey Yildiz Technical Universiy Deparmen

More information

Comparison of back-testing results for various VaR estimation methods. Aleš Kresta, ICSP 2013, Bergamo 8 th July, 2013

Comparison of back-testing results for various VaR estimation methods. Aleš Kresta, ICSP 2013, Bergamo 8 th July, 2013 Comparison of back-esing resuls for various VaR esimaion mehods, ICSP 3, Bergamo 8 h July, 3 THE MOTIVATION AND GOAL In order o esimae he risk of financial invesmens, i is crucial for all he models o esimae

More information

Services producer price indices for Market research and public opinion polling

Services producer price indices for Market research and public opinion polling Services producer price indices for Marke research and public opinion polling Indusry descripion for SNI group 74.13 SPPI repor no 24 Ulf Johansson Services producer price indices, Price Saisics Uni, Saisics

More information

Documentation: Philadelphia Fed's Real-Time Data Set for Macroeconomists First-, Second-, and Third-Release Values

Documentation: Philadelphia Fed's Real-Time Data Set for Macroeconomists First-, Second-, and Third-Release Values Documenaion: Philadelphia Fed's Real-Time Daa Se for Macroeconomiss Firs-, Second-, and Third-Release Values Las Updaed: December 16, 2013 1. Inroducion We documen our compuaional mehods for consrucing

More information

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23 San Francisco Sae Universiy Michael Bar ECON 56 Summer 28 Problem se 3 Due Monday, July 23 Name Assignmen Rules. Homework assignmens mus be yped. For insrucions on how o ype equaions and mah objecs please

More information

The Mathematics Of Stock Option Valuation - Part Four Deriving The Black-Scholes Model Via Partial Differential Equations

The Mathematics Of Stock Option Valuation - Part Four Deriving The Black-Scholes Model Via Partial Differential Equations The Mahemaics Of Sock Opion Valuaion - Par Four Deriving The Black-Scholes Model Via Parial Differenial Equaions Gary Schurman, MBE, CFA Ocober 1 In Par One we explained why valuing a call opion as a sand-alone

More information

Origins of currency swaps

Origins of currency swaps Origins of currency swaps Currency swaps originally were developed by banks in he UK o help large cliens circumven UK exchange conrols in he 1970s. UK companies were required o pay an exchange equalizaion

More information

Pricing formula for power quanto options with each type of payoffs at maturity

Pricing formula for power quanto options with each type of payoffs at maturity Global Journal of Pure and Applied Mahemaics. ISSN 0973-1768 Volume 13, Number 9 (017, pp. 6695 670 Research India Publicaions hp://www.ripublicaion.com/gjpam.hm Pricing formula for power uano opions wih

More information

DOES EVA REALLY HELP LONG TERM STOCK PERFORMANCE?

DOES EVA REALLY HELP LONG TERM STOCK PERFORMANCE? DOES EVA REALLY HELP LONG TERM STOCK PERFORMANCE? Wesley M. Jones, Jr. The Ciadel wes.jones@ciadel.edu George Lowry, Randolph Macon College glowry@rmc.edu ABSTRACT Economic Value Added (EVA) as a philosophy

More information

R e. Y R, X R, u e, and. Use the attached excel spreadsheets to

R e. Y R, X R, u e, and. Use the attached excel spreadsheets to HW # Saisical Financial Modeling ( P Theodossiou) 1 The following are annual reurns for US finance socks (F) and he S&P500 socks index (M) Year Reurn Finance Socks Reurn S&P500 Year Reurn Finance Socks

More information

Banks, Credit Market Frictions, and Business Cycles

Banks, Credit Market Frictions, and Business Cycles Banks, Credi Marke Fricions, and Business Cycles Ali Dib Bank of Canada Join BIS/ECB Workshop on Moneary policy and financial sabiliy Sepember 10-11, 2009 Views expressed in his presenaion are hose of

More information

1. To express the production function in terms of output per worker and capital per worker, divide by N: K f N

1. To express the production function in terms of output per worker and capital per worker, divide by N: K f N THE LOG RU Exercise 8 The Solow Model Suppose an economy is characerized by he aggregae producion funcion / /, where is aggregae oupu, is capial and is employmen. Suppose furher ha aggregae saving is proporional

More information

If You Are No Longer Able to Work

If You Are No Longer Able to Work If You Are No Longer Able o Work NY STRS A Guide for Making Disabiliy Reiremen Decisions INTRODUCTION If you re forced o sop working because of a serious illness or injury, you and your family will be

More information

Linkages and Performance Comparison among Eastern Europe Stock Markets

Linkages and Performance Comparison among Eastern Europe Stock Markets Easern Europe Sock Marke hp://dx.doi.org/10.14195/2183-203x_39_4 Linkages and Performance Comparison among Easern Europe Sock Markes Faculdade de Economia da Universidade de Coimbra and GEMF absrac This

More information

A Comparative Study on Individual Income Tax Burden of Vietnam and China

A Comparative Study on Individual Income Tax Burden of Vietnam and China A Comparaive Sudy on Individual Income Tax Burden of Vienam and China Cung Huu Nguyen 1,2 & Hua Liu 1 1 School of Managemen, Huazhong Universiy of Science & Technology, Wuhan, China 2 Faculy of Economics

More information

Forecasting and Monetary Policy Analysis in Emerging Economies: The case of India (preliminary)

Forecasting and Monetary Policy Analysis in Emerging Economies: The case of India (preliminary) Forecasing and Moneary Policy Analysis in Emerging Economies: The case of India (preliminary) Rudrani Bhaacharya, Pranav Gupa, Ila Panaik, Rafael Porillo New Delhi 19 h November This presenaion should

More information

SEB Commodity Indices. Index Rules

SEB Commodity Indices. Index Rules SEB Commodiy Indices Index Rules Sepember 2013 Foreword This documen conains a new ediion of he SEB Commodiy Index Rules (he Index Rules ). These Index Rules replace he SEB Commodiy Index Excess Reurn

More information

1. FIXED ASSETS - DEFINITION AND CHARACTERISTICS

1. FIXED ASSETS - DEFINITION AND CHARACTERISTICS 1. FIXED ASSETS - DEFINITION AND CHARACTERISTICS Fixed asses represen a par of he business asses of he company and is long-erm propery, which canno be easily liquidaed (convered ino cash). Their characerisics

More information

Aid, Policies, and Growth

Aid, Policies, and Growth Aid, Policies, and Growh By Craig Burnside and David Dollar APPENDIX ON THE NEOCLASSICAL MODEL Here we use a simple neoclassical growh model o moivae he form of our empirical growh equaion. Our inenion

More information

Robustness of Memory-Type Charts to Skew Processes

Robustness of Memory-Type Charts to Skew Processes Inernaional Journal of Applied Physics and Mahemaics Robusness of Memory-Type Chars o Skew Processes Saowani Sukparungsee* Deparmen of Applied Saisics, Faculy of Applied Science, King Mongku s Universiy

More information

NASDAQ-100 DIVIDEND POINT INDEX. Index Methodology

NASDAQ-100 DIVIDEND POINT INDEX. Index Methodology NASDAQ-100 DIVIDEND POINT INDEX Index Mehodology April 2017 TABLE OF CONTENTS TABLE OF CONTENTS 1. Inroducion 2. Index calculaion 2.1 Formula 2.1.1 dividends 2.1.2 Rese of he index value 2.2 Oher adjusmens

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSIUE OF ACUARIES OF INDIA EAMINAIONS 23 rd May 2011 Subjec S6 Finance and Invesmen B ime allowed: hree hours (9.45* 13.00 Hrs) oal Marks: 100 INSRUCIONS O HE CANDIDAES 1. Please read he insrucions on

More information

A Hybrid Data Filtering Statistical Modeling Framework for Near-Term Forecasting

A Hybrid Data Filtering Statistical Modeling Framework for Near-Term Forecasting A Hybrid Daa Filering Saisical Modeling Framework for Near-Term Forecasing Frank A. Monfore, Ph.D. Iron s Forecasing Brown Bag Seminar January 5, 2008 Please Remember In order o help his session run smoohly,

More information

Balance of Payments. Third quarter 2009

Balance of Payments. Third quarter 2009 Balance of Paymens Third quarer 2009 Balance of Paymens Third quarer 2009 Saisics Sweden 2009 Balance of Paymens. Third quarer 2009 Saisics Sweden 2009 Producer Saisics Sweden, Balance of Paymens and

More information

Reconciling Gross Output TFP Growth with Value Added TFP Growth

Reconciling Gross Output TFP Growth with Value Added TFP Growth Reconciling Gross Oupu TP Growh wih Value Added TP Growh Erwin Diewer Universiy of Briish Columbia and Universiy of New Souh Wales ABSTRACT This aricle obains relaively simple exac expressions ha relae

More information

Effect of Probabilistic Backorder on an Inventory System with Selling Price Demand Under Volume Flexible Strategy

Effect of Probabilistic Backorder on an Inventory System with Selling Price Demand Under Volume Flexible Strategy Inernaional Transacions in Mahemaical Sciences and compuers July-December 0, Volume 5, No., pp. 97-04 ISSN-(Prining) 0974-5068, (Online) 0975-75 AACS. (www.aacsjournals.com) All righ reserved. Effec of

More information

2. Quantity and price measures in macroeconomic statistics 2.1. Long-run deflation? As typical price indexes, Figure 2-1 depicts the GDP deflator,

2. Quantity and price measures in macroeconomic statistics 2.1. Long-run deflation? As typical price indexes, Figure 2-1 depicts the GDP deflator, 1 2. Quaniy and price measures in macroeconomic saisics 2.1. Long-run deflaion? As ypical price indexes, Figure 2-1 depics he GD deflaor, he Consumer rice ndex (C), and he Corporae Goods rice ndex (CG)

More information

Valuing Real Options on Oil & Gas Exploration & Production Projects

Valuing Real Options on Oil & Gas Exploration & Production Projects Valuing Real Opions on Oil & Gas Exploraion & Producion Projecs March 2, 2006 Hideaka (Hugh) Nakaoka Former CIO & CCO of Iochu Oil Exploraion Co., Ld. Universiy of Tsukuba 1 Overview 1. Inroducion 2. Wha

More information

The Economic Impact of the Proposed Gasoline Tax Cut In Connecticut

The Economic Impact of the Proposed Gasoline Tax Cut In Connecticut The Economic Impac of he Proposed Gasoline Tax Cu In Connecicu By Hemana Shresha, Research Assisan Bobur Alimov, Research Assisan Sanley McMillen, Manager, Research Projecs June 21, 2000 CONNECTICUT CENTER

More information

Principles of Finance CONTENTS

Principles of Finance CONTENTS Principles of Finance CONENS Value of Bonds and Equiy... 3 Feaures of bonds... 3 Characerisics... 3 Socks and he sock marke... 4 Definiions:... 4 Valuing equiies... 4 Ne reurn... 4 idend discoun model...

More information

PRESS RELEASE EURO AREA ECONOMIC AND FINANCIAL DEVELOPMENTS BY INSTITUTIONAL SECTOR - FIRST QUARTER August 2012

PRESS RELEASE EURO AREA ECONOMIC AND FINANCIAL DEVELOPMENTS BY INSTITUTIONAL SECTOR - FIRST QUARTER August 2012 1 Augus 212 PRESS RELEASE EURO AREA ECONOMIC AND FINANCIAL DEVELOPMENTS BY INSTITUTIONAL SECTOR - FIRST QUARTER 212 In he firs quarer of 212, he annual growh rae 1 of households gross disposable income

More information

Government Expenditure Composition and Growth in Chile

Government Expenditure Composition and Growth in Chile Governmen Expendiure Composiion and Growh in Chile January 2007 Carlos J. García Cenral Bank of Chile Saniago Herrera World Bank Jorge E. Resrepo Cenral Bank of Chile Organizaion of he presenaion:. Inroducion

More information

VaR and Low Interest Rates

VaR and Low Interest Rates VaR and Low Ineres Raes Presened a he Sevenh Monreal Indusrial Problem Solving Workshop By Louis Doray (U de M) Frédéric Edoukou (U de M) Rim Labdi (HEC Monréal) Zichun Ye (UBC) 20 May 2016 P r e s e n

More information

Time Series Prediction Method of Bank Cash Flow and Simulation Comparison

Time Series Prediction Method of Bank Cash Flow and Simulation Comparison Algorihms 204, 7, 650-662; doi:0.3390/a7040650 Aricle OPEN ACCESS algorihms ISSN 999-4893 www.mdpi.com/journal/algorihms Time Series Predicion Mehod of Bank Cash Flow and Simulaion Comparison Wen-Hua Cui,

More information

Macroeconomics. Typical macro questions (I) Typical macro questions (II) Methodology of macroeconomics. Tasks carried out by macroeconomists

Macroeconomics. Typical macro questions (I) Typical macro questions (II) Methodology of macroeconomics. Tasks carried out by macroeconomists Macroeconomics Macroeconomics is he area of economics ha sudies he overall economic aciviy in a counry or region by means of indicaors of ha aciviy. There is no essenial divide beween micro and macroeconomics,

More information

LIDSTONE IN THE CONTINUOUS CASE by. Ragnar Norberg

LIDSTONE IN THE CONTINUOUS CASE by. Ragnar Norberg LIDSTONE IN THE CONTINUOUS CASE by Ragnar Norberg Absrac A generalized version of he classical Lidsone heorem, which deals wih he dependency of reserves on echnical basis and conrac erms, is proved in

More information

ECONOMIC GROWTH. Student Assessment. Macroeconomics II. Class 1

ECONOMIC GROWTH. Student Assessment. Macroeconomics II. Class 1 Suden Assessmen You will be graded on he basis of In-class aciviies (quizzes worh 30 poins) which can be replaced wih he number of marks from he regular uorial IF i is >=30 (capped a 30, i.e. marks from

More information

*Corresponding author Keywords: CNH, Currency Intervention Index, Central Bank Reaction Function, Exchange Rate Intervention.

*Corresponding author Keywords: CNH, Currency Intervention Index, Central Bank Reaction Function, Exchange Rate Intervention. 016 3rd Inernaional Conference on Advanced Educaion and Managemen (ICAEM 016) ISBN: 978-1-60595-380-9 Exchange Rae Inervenion by Cenral Bank: Based on he Influence of he Hong Kong Offshore RMB Exchange

More information

MA Advanced Macro, 2016 (Karl Whelan) 1

MA Advanced Macro, 2016 (Karl Whelan) 1 MA Advanced Macro, 2016 (Karl Whelan) 1 The Calvo Model of Price Rigidiy The form of price rigidiy faced by he Calvo firm is as follows. Each period, only a random fracion (1 ) of firms are able o rese

More information

Single Premium of Equity-Linked with CRR and CIR Binomial Tree

Single Premium of Equity-Linked with CRR and CIR Binomial Tree The 7h SEAMS-UGM Conference 2015 Single Premium of Equiy-Linked wih CRR and CIR Binomial Tree Yunia Wulan Sari 1,a) and Gunardi 2,b) 1,2 Deparmen of Mahemaics, Faculy of Mahemaics and Naural Sciences,

More information

A BLACK-SCHOLES APPROACH FOR THE PRICING OF ELECTRIC POWER OPTIONS IN TURKISH POWER MARKET

A BLACK-SCHOLES APPROACH FOR THE PRICING OF ELECTRIC POWER OPTIONS IN TURKISH POWER MARKET A BLACK-SCHOLES APPROACH FOR THE PRICING OF ELECTRIC POWER OPTIONS IN TURKISH POWER MARKET AHMET YUCEKAYA Deparmen of Indusrial Engineering, Kadir Has Universiy, Faih, Isanbul, Turkey E-mail: ahmey@khas.edu.r

More information

Appendix B: DETAILS ABOUT THE SIMULATION MODEL. contained in lookup tables that are all calculated on an auxiliary spreadsheet.

Appendix B: DETAILS ABOUT THE SIMULATION MODEL. contained in lookup tables that are all calculated on an auxiliary spreadsheet. Appendix B: DETAILS ABOUT THE SIMULATION MODEL The simulaion model is carried ou on one spreadshee and has five modules, four of which are conained in lookup ables ha are all calculaed on an auxiliary

More information

Bond Prices and Interest Rates

Bond Prices and Interest Rates Winer erm 1999 Bond rice Handou age 1 of 4 Bond rices and Ineres Raes A bond is an IOU. ha is, a bond is a promise o pay, in he fuure, fixed amouns ha are saed on he bond. he ineres rae ha a bond acually

More information

Jarrow-Lando-Turnbull model

Jarrow-Lando-Turnbull model Jarrow-Lando-urnbull model Characerisics Credi raing dynamics is represened by a Markov chain. Defaul is modelled as he firs ime a coninuous ime Markov chain wih K saes hiing he absorbing sae K defaul

More information

Exam 1. Econ520. Spring 2017

Exam 1. Econ520. Spring 2017 Exam 1. Econ520. Spring 2017 Professor Luz Hendricks UNC Insrucions: Answer all quesions. Clearly number your answers. Wrie legibly. Do no wrie your answers on he quesion shees. Explain your answers do

More information

Available online at ScienceDirect

Available online at  ScienceDirect Available online a www.sciencedirec.com ScienceDirec Procedia Economics and Finance 8 ( 04 658 663 s Inernaional Conference 'Economic Scienific Research - Theoreical, Empirical and Pracical Approaches',

More information

A Markov Regime Switching Approach for Hedging Energy Commodities

A Markov Regime Switching Approach for Hedging Energy Commodities A Markov Regime Swiching Approach for Hedging Energy Commodiies Amir Alizadeh, Nikos Nomikos & Panos Pouliasis Faculy of Finance Cass Business School London ECY 8TZ Unied Kingdom Slide Hedging in Fuures

More information

An Empirical Study of the Mystery of Currency Exposure. with the Case of A-Share Listed Companies

An Empirical Study of the Mystery of Currency Exposure. with the Case of A-Share Listed Companies Inernaional Review of Business Research Papers Vol. 8. No.6. Sepember 01. Pp. 55 70 An Empirical Sudy of he Mysery of Currency Exposure wih he Case of A-Share Lised Companies Chen Feixiang Given companies

More information