A Practical Guide to Modeling Financial Risk with MATLAB a Practical Guide to Modeling Financial Risk with MATLAB
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Binomials, Contingency Tables, Chi-Square Tests
Binomials, contingency tables, chi-square tests Joe Felsenstein Department of Genome Sciences and Department of Biology Binomials, contingency tables, chi-square tests – p.1/16 Confidence limits on a proportion To work out a confidence interval on binomial proportions, use binom.test. If we want to see whether 0.20 is too high a probability of Heads when we observe 5 Heads out of 50 tosses, we use binom.test(5, 50, 0.2) which gives probability of 5 or fewer Heads as 0.09667, so a test does not exclude 0.20 as the Heads probability. > binom.test(5,50,0.2) Exact binomial test data: 5 and 50 number of successes = 5, number of trials = 50, p-value = 0.07883 alternative hypothesis: true probability of success is not equal to 0.2 95 percent confidence interval: 0.03327509 0.21813537 sample estimates: probability of success 0.1 Binomials, contingency tables, chi-square tests – p.2/16 Confidence intervals and tails of binomials Confidence limits for p if there are 5 Heads out of 50 tosses p = 0.0332750 is 0.025 p = 0.21813537 is 0.025 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Binomials, contingency tables, chi-square tests – p.3/16 Testing equality of binomial proportions How do we test whether two coins have the same Heads probability? This is hard, but there is a good approximation, the chi-square test. You set up a 2 × 2 table of numbers of outcomes: Heads Tails Coin #1 15 25 Coin #2 9 31 In fact the chi-square test can test bigger tables: R rows by C columns. -
Basel III: Post-Crisis Reforms
Basel III: Post-Crisis Reforms Implementation Timeline Focus: Capital Definitions, Capital Focus: Capital Requirements Buffers and Liquidity Requirements Basel lll 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 1 January 2022 Full implementation of: 1. Revised standardised approach for credit risk; 2. Revised IRB framework; 1 January 3. Revised CVA framework; 1 January 1 January 1 January 1 January 1 January 2018 4. Revised operational risk framework; 2027 5. Revised market risk framework (Fundamental Review of 2023 2024 2025 2026 Full implementation of Leverage Trading Book); and Output 6. Leverage Ratio (revised exposure definition). Output Output Output Output Ratio (Existing exposure floor: Transitional implementation floor: 55% floor: 60% floor: 65% floor: 70% definition) Output floor: 50% 72.5% Capital Ratios 0% - 2.5% 0% - 2.5% Countercyclical 0% - 2.5% 2.5% Buffer 2.5% Conservation 2.5% Buffer 8% 6% Minimum Capital 4.5% Requirement Core Equity Tier 1 (CET 1) Tier 1 (T1) Total Capital (Tier 1 + Tier 2) Standardised Approach for Credit Risk New Categories of Revisions to the Existing Standardised Approach Exposures • Exposures to Banks • Exposure to Covered Bonds Bank exposures will be risk-weighted based on either the External Credit Risk Assessment Approach (ECRA) or Standardised Credit Risk Rated covered bonds will be risk Assessment Approach (SCRA). Banks are to apply ECRA where regulators do allow the use of external ratings for regulatory purposes and weighted based on issue SCRA for regulators that don’t. specific rating while risk weights for unrated covered bonds will • Exposures to Multilateral Development Banks (MDBs) be inferred from the issuer’s For exposures that do not fulfil the eligibility criteria, risk weights are to be determined by either SCRA or ECRA. -
Binomial Test Models and Item Difficulty
Binomial Test Models and Item Difficulty Wim J. van der Linden Twente University of Technology In choosing a binomial test model, it is impor- have characteristic functions of the Guttman type. tant to know exactly what conditions are imposed In contrast, the stochastic conception allows non- on item difficulty. In this paper these conditions Guttman items but requires that all characteristic are examined for both a deterministic and a sto- functions must intersect at the same point, which chastic conception of item responses. It appears implies equal classically defined difficulty. The that they are more restrictive than is generally beta-binomial model assumes identical char- understood and differ for both conceptions. When acteristic functions for both conceptions, and this the binomial model is applied to a fixed examinee, also implies equal difficulty. Finally, the compound the deterministic conception imposes no conditions binomial model entails no restrictions on item diffi- on item difficulty but requires instead that all items culty. In educational and psychological testing, binomial models are a class of models increasingly being applied. For example, in the area of criterion-referenced measurement or mastery testing, where tests are usually conceptualized as samples of items randomly drawn from a large pool or do- main, binomial models are frequently used for estimating examinees’ mastery of a domain and for de- termining sample size. Despite the agreement among several writers on the usefulness of binomial models, opinions seem to differ on the restrictions on item difficulties implied by the models. Mill- man (1973, 1974) noted that in applying the binomial models, items may be relatively heterogeneous in difficulty. -
Post-Modern Portfolio Theory Supports Diversification in an Investment Portfolio to Measure Investment's Performance
A Service of Leibniz-Informationszentrum econstor Wirtschaft Leibniz Information Centre Make Your Publications Visible. zbw for Economics Rasiah, Devinaga Article Post-modern portfolio theory supports diversification in an investment portfolio to measure investment's performance Journal of Finance and Investment Analysis Provided in Cooperation with: Scienpress Ltd, London Suggested Citation: Rasiah, Devinaga (2012) : Post-modern portfolio theory supports diversification in an investment portfolio to measure investment's performance, Journal of Finance and Investment Analysis, ISSN 2241-0996, International Scientific Press, Vol. 1, Iss. 1, pp. 69-91 This Version is available at: http://hdl.handle.net/10419/58003 Standard-Nutzungsbedingungen: Terms of use: Die Dokumente auf EconStor dürfen zu eigenen wissenschaftlichen Documents in EconStor may be saved and copied for your Zwecken und zum Privatgebrauch gespeichert und kopiert werden. personal and scholarly purposes. Sie dürfen die Dokumente nicht für öffentliche oder kommerzielle You are not to copy documents for public or commercial Zwecke vervielfältigen, öffentlich ausstellen, öffentlich zugänglich purposes, to exhibit the documents publicly, to make them machen, vertreiben oder anderweitig nutzen. publicly available on the internet, or to distribute or otherwise use the documents in public. Sofern die Verfasser die Dokumente unter Open-Content-Lizenzen (insbesondere CC-Lizenzen) zur Verfügung gestellt haben sollten, If the documents have been made available under an Open gelten abweichend -
Bitest — Binomial Probability Test
Title stata.com bitest — Binomial probability test Description Quick start Menu Syntax Option Remarks and examples Stored results Methods and formulas Reference Also see Description bitest performs exact hypothesis tests for binomial random variables. The null hypothesis is that the probability of a success on a trial is #p. The total number of trials is the number of nonmissing values of varname (in bitest) or #N (in bitesti). The number of observed successes is the number of 1s in varname (in bitest) or #succ (in bitesti). varname must contain only 0s, 1s, and missing. bitesti is the immediate form of bitest; see [U] 19 Immediate commands for a general introduction to immediate commands. Quick start Exact test for probability of success (a = 1) is 0.4 bitest a = .4 With additional exact probabilities bitest a = .4, detail Exact test that the probability of success is 0.46, given 22 successes in 74 trials bitesti 74 22 .46 Menu bitest Statistics > Summaries, tables, and tests > Classical tests of hypotheses > Binomial probability test bitesti Statistics > Summaries, tables, and tests > Classical tests of hypotheses > Binomial probability test calculator 1 2 bitest — Binomial probability test Syntax Binomial probability test bitest varname== #p if in weight , detail Immediate form of binomial probability test bitesti #N #succ #p , detail by is allowed with bitest; see [D] by. fweights are allowed with bitest; see [U] 11.1.6 weight. Option Advanced £ £detail shows the probability of the observed number of successes, kobs; the probability of the number of successes on the opposite tail of the distribution that is used to compute the two-sided p-value, kopp; and the probability of the point next to kopp. -
Jise.Org/Volume31/N1/Jisev31n1p72.Html
Journal of Information Volume 31 Systems Issue 1 Education Winter 2020 Experiences in Using a Multiparadigm and Multiprogramming Approach to Teach an Information Systems Course on Introduction to Programming Juan Gutiérrez-Cárdenas Recommended Citation: Gutiérrez-Cárdenas, J. (2020). Experiences in Using a Multiparadigm and Multiprogramming Approach to Teach an Information Systems Course on Introduction to Programming. Journal of Information Systems Education, 31(1), 72-82. Article Link: http://jise.org/Volume31/n1/JISEv31n1p72.html Initial Submission: 23 December 2018 Accepted: 24 May 2019 Abstract Posted Online: 12 September 2019 Published: 3 March 2020 Full terms and conditions of access and use, archived papers, submission instructions, a search tool, and much more can be found on the JISE website: http://jise.org ISSN: 2574-3872 (Online) 1055-3096 (Print) Journal of Information Systems Education, Vol. 31(1) Winter 2020 Experiences in Using a Multiparadigm and Multiprogramming Approach to Teach an Information Systems Course on Introduction to Programming Juan Gutiérrez-Cárdenas Faculty of Engineering and Architecture Universidad de Lima Lima, 15023, Perú [email protected] ABSTRACT In the current literature, there is limited evidence of the effects of teaching programming languages using two different paradigms concurrently. In this paper, we present our experience in using a multiparadigm and multiprogramming approach for an Introduction to Programming course. The multiparadigm element consisted of teaching the imperative and functional paradigms, while the multiprogramming element involved the Scheme and Python programming languages. For the multiparadigm part, the lectures were oriented to compare the similarities and differences between the functional and imperative approaches. For the multiprogramming part, we chose syntactically simple software tools that have a robust set of prebuilt functions and available libraries. -
US Implementation of Basel II
U.S. Implementation of Basel II: An Overview May 2003 Objectives of the Revisions to the Basel Accord • Advance a “three-pillar” approach – Pillar 1 -- minimum capital requirement – Pillar 2 -- supervisory oversight – Pillar 3 -- heightened market discipline • Develop a measure of capital that is: – more risk sensitive than the current approach – better suited to the complex activities of internationally- active banks – capable of adapting to market and product evolution 2 Objectives of the Revisions to the Basel Accord (cont’d) • Encourage improvements in risk management and enhance internal assessments of capital adequacy • Incorporate an operational risk component into the capital charge (to correspond with the unbundling of credit risk) • Heighten market discipline through enhanced disclosure 3 Revised Basel Accord • Two approaches developed for calculating capital minimums for credit risk: – Standardized Approach (essentially a slightly modified version of the current Accord) – Internal Ratings-Based Approach (IRB) • foundation IRB - supervisors provide some inputs • advanced IRB (A-IRB) - institution provides inputs • underlying assumption is a broadly diversified portfolio -- by both product and geography • qualifying standards will be rigorous 4 Revised Basel Accord (cont’d) • Three methodologies for calculating capital minimums for operational risk – Basic Indicator Approach – Standardized Approach – Advanced Measurement Approach (AMA) • use of AMA subject to supervisory approval – rigorous quantitative and qualitative standards -
Exposure and Vulnerability
Determinants of Risk: 2 Exposure and Vulnerability Coordinating Lead Authors: Omar-Dario Cardona (Colombia), Maarten K. van Aalst (Netherlands) Lead Authors: Jörn Birkmann (Germany), Maureen Fordham (UK), Glenn McGregor (New Zealand), Rosa Perez (Philippines), Roger S. Pulwarty (USA), E. Lisa F. Schipper (Sweden), Bach Tan Sinh (Vietnam) Review Editors: Henri Décamps (France), Mark Keim (USA) Contributing Authors: Ian Davis (UK), Kristie L. Ebi (USA), Allan Lavell (Costa Rica), Reinhard Mechler (Germany), Virginia Murray (UK), Mark Pelling (UK), Jürgen Pohl (Germany), Anthony-Oliver Smith (USA), Frank Thomalla (Australia) This chapter should be cited as: Cardona, O.D., M.K. van Aalst, J. Birkmann, M. Fordham, G. McGregor, R. Perez, R.S. Pulwarty, E.L.F. Schipper, and B.T. Sinh, 2012: Determinants of risk: exposure and vulnerability. In: Managing the Risks of Extreme Events and Disasters to Advance Climate Change Adaptation [Field, C.B., V. Barros, T.F. Stocker, D. Qin, D.J. Dokken, K.L. Ebi, M.D. Mastrandrea, K.J. Mach, G.-K. Plattner, S.K. Allen, M. Tignor, and P.M. Midgley (eds.)]. A Special Report of Working Groups I and II of the Intergovernmental Panel on Climate Change (IPCC). Cambridge University Press, Cambridge, UK, and New York, NY, USA, pp. 65-108. 65 Determinants of Risk: Exposure and Vulnerability Chapter 2 Table of Contents Executive Summary ...................................................................................................................................67 2.1. Introduction and Scope..............................................................................................................69 -
How to Analyse Risk in Securitisation Portfolios: a Case Study of European SME-Loan-Backed Deals1
18.10.2016 Number: 16-44a Memo How to Analyse Risk in Securitisation Portfolios: A Case Study of European SME-loan-backed deals1 Executive summary Returns on securitisation tranches depend on the performance of the pool of assets against which the tranches are secured. The non-linear nature of the dependence can create the appearance of regime changes in securitisation return distributions as tranches move more or less “into the money”. Reliable risk management requires an approach that allows for this non-linearity by modelling tranche returns in a ‘look through’ manner. This involves modelling risk in the underlying loan pool and then tracing through the implications for the value of the securitisation tranches that sit on top. This note describes a rigorous method for calculating risk in securitisation portfolios using such a look through approach. Pool performance is simulated using Monte Carlo techniques. Cash payments are channelled to different tranches based on equations describing the cash flow waterfall. Tranches are re-priced using statistical pricing functions calibrated through a prior Monte Carlo exercise. The approach is implemented within Risk ControllerTM, a multi-asset-class portfolio model. The framework permits the user to analyse risk return trade-offs and generate portfolio-level risk measures (such as Value at Risk (VaR), Expected Shortfall (ES), portfolio volatility and Sharpe ratios), and exposure-level measures (including marginal VaR, marginal ES and position-specific volatilities and Sharpe ratios). We implement the approach for a portfolio of Spanish and Portuguese SME exposures. Before the crisis, SME securitisations comprised the second most important sector of the European market (second only to residential mortgage backed securitisations). -
An Explanatory Note on the Basel II IRB Risk Weight Functions
Basel Committee on Banking Supervision An Explanatory Note on the Basel II IRB Risk Weight Functions July 2005 Requests for copies of publications, or for additions/changes to the mailing list, should be sent to: Bank for International Settlements Press & Communications CH-4002 Basel, Switzerland E-mail: [email protected] Fax: +41 61 280 9100 and +41 61 280 8100 © Bank for International Settlements 20054. All rights reserved. Brief excerpts may be reproduced or translated provided the source is stated. ISBN print: 92-9131-673-3 Table of Contents 1. Introduction......................................................................................................................1 2. Economic foundations of the risk weight formulas ..........................................................1 3. Regulatory requirements to the Basel credit risk model..................................................4 4. Model specification..........................................................................................................4 4.1. The ASRF framework.............................................................................................4 4.2. Average and conditional PDs.................................................................................5 4.3. Loss Given Default.................................................................................................6 4.4. Expected versus Unexpected Losses ....................................................................7 4.5. Asset correlations...................................................................................................8 -
Comparison of Different Methods of Credit Risk Management of the Commercial Bank to Accelerate Lending Activities for SME Segment
European Research Studies Volume XIX, Issue 4, 2016 pp. 17 - 26 Comparison of Different Methods of Credit Risk Management of the Commercial Bank to Accelerate Lending Activities for SME Segment Eva Cipovová1, Gabriela Dlasková2 Abstract: The contribution is dealing with selected assessments of the most important risk in the banking sector in the Czech Republic. The aim of this article was to quantify capital requirement for individual methodologies of credit risk management on the designed portfolio with corporate loans with use of collateral using collaterals as techniques to reduce credit risk of commercial bank. Firstly, the aim of this article is to quantify the capital requirements using the Internal Rating Based Approach with collateral usage. Afterwards, achieved results have been compared with the methodology of the Standardized Approach and Internal Based Approach. The article is highlighted aspects of transition to developed methods of Internal Rating Systems with significant savings on equity, which allows banks accelerate lending activities and so increase provided services for small-medium sized companies. Key Words: Standardized Based Approach, Foundation Internal Rating Based Approach, Probability of default, credit risk management JEL Classification: G22, G18, G32 1 Ing. Eva Cipovová, PhD., University of Finance and Administration, Department of Business Management, Faculty of Economic Studies, Estonska 500, 101 00 Praha 10, email: [email protected] 2 Ing. Gabriela Dlasková, University of Finance and Administration, Department of Business Management, Faculty of Economic Studies, Estonska 500, 101 00 Praha 10, email: [email protected] Comparison of Different Methods of Credit Risk Management of the Commercial Bank to Accelerate Lending Activities for SME Segment 18 1. -
The Exact Binomial Test Between Two Independent Proportions: a Companion
¦ 2021 Vol. 17 no. 2 The EXACT BINOMIAL TEST BETWEEN TWO INDEPENDENT proportions: A COMPANION Louis Laurencelle A B A Universit´ED’Ottawa AbstrACT ACTING Editor This note, A SUMMARY IN English OF A FORMER ARTICLE IN French (Laurencelle, 2017), De- PRESENTS AN OUTLINE OF THE THEORY AND IMPLEMENTATION OF AN EXACT TEST OF THE DIFFERENCE BETWEEN NIS Cousineau (Uni- VERSIT´ED’Ottawa) TWO BINOMIAL variables. Essential FORMULAS ARE provided, AS WELL AS TWO EXECUTABLE COMPUTER pro- Reviewers GRams, ONE IN Delphi, THE OTHER IN R. KEYWORDS TOOLS No REVIEWER EXACT TEST OF TWO proportions. Delphi, R. B [email protected] 10.20982/tqmp.17.2.p076 Introduction SERVED DIFFERENCE AND THEN ACCUMULATING THE PROBABILITIES OF EQUAL OR MORE EXTREME differences. Let THERE BE TWO SAMPLES OF GIVEN SIZES n1 AND n2, AND Our PROPOSED test, SIMILAR TO THAT OF Liddell (1978), USES AND NUMBERS x1 AND x2 OF “SUCCESSES” IN CORRESPONDING THE SAME PROCEDURE OF ENUMERATING THE (n1 +1)×(n2 +1) samples, WHERE 0 ≤ x1 ≤ n1 AND 0 ≤ x2 ≤ n2. The POSSIBLE differences, THIS TIME EXPLOITING THE INTEGRAL do- PURPOSE OF THE TEST IS TO DETERMINE WHETHER THE DIFFERENCE MAIN (0::1) OF THE π PARAMETER IN COMBINATION WITH AN ap- x1=n1 − x2=n2 RESULTS FROM ORDINARY RANDOM VARIATION PROPRIATE WEIGHTING function. OR IF IT IS PROBABILISTICALLY exceptional, GIVEN A probabil- Derivation OF THE EXACT TEST ITY threshold. Treatises AND TEXTBOOKS ON APPLIED statis- TICS REPORT A NUMBER OF TEST PROCEDURES USING SOME FORM OF Let R1 = (x1; n1) AND R2 = (x2; n2) BE THE RESULTS OF normal-based approximation, SUCH AS A Chi-squared test, TWO BINOMIAL observations, AND THEIR OBSERVED DIFFERENCE VARIOUS SORTS OF z (normal) AND t (Student’s) TESTS WITH OR dO = x1=n1 − x2=n2, WHERE R1 ∼ B(x1jn1; π1), R2 ∼ WITHOUT CONTINUITY correction, etc.