Home > Business and Economics > Finance and accounting > Finance and the finance industry > Practical Financial Optimization: A Library of GAMS Models(The Wiley Finance Series)
9%
Practical Financial Optimization: A Library of GAMS Models(The Wiley Finance Series)

Practical Financial Optimization: A Library of GAMS Models(The Wiley Finance Series)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

In Practical Financial Optimization: A Library of GAMS Models, the authors provide a diverse set of models for portfolio optimization, based on the General Algebraic Modelling System. 'GAMS' consists of a language which allows a high-level, algebraic representation of mathematical models and a set of solvers – numerical algorithms – to solve them. The system was developed in response to the need for powerful and flexible front-end tools to manage large, real-life models. The work begins with an overview of the structure of the GAMS language, and discusses issues relating to the management of data in GAMS models. The authors provide models for mean-variance portfolio optimization which address the question of trading off the portfolio expected return against its risk. Fixed income portfolio optimization models perform standard calculations and allow the user to bootstrap a yield curve from bond prices. Dedication models allow for standard portfolio dedication with borrowing and re-investment decisions, and are extended to deal with maximisation of horizon return and to incorporate various practical considerations on the portfolio tradeability. Immunization models provide for the factor immunization of portfolios of treasury and corporate bonds. The scenario-based portfolio optimization problem is addressed with mean absolute deviation models, tracking models, regret models, conditional VaR models, expected utility maximization models and put/call efficient frontier models. The authors employ stochastic programming for dynamic portfolio optimization, developing stochastic dedication models as stochastic extensions of the fixed income models discussed in chapter 4. Two-stage and multi-stage stochastic programs extend the scenario models analysed in Chapter 5 to allow dynamic rebalancing of portfolios as time evolves and new information becomes known. Models for structuring index funds and hedging interest rate risk on international portfolios are also provided. The final chapter provides a set of 'case studies': models for large-scale applications of portfolio optimization, which can be used as the basis for the development of business support systems to suit any special requirements, including models for the management of participating insurance policies and personal asset allocation. The title will be a valuable guide for quantitative developers and analysts, portfolio and asset managers, investment strategists and advanced students of finance.

Table of Contents:
Preface xi Acknowledgments xiii Notation xv List of Models xix 1 An Introduction to the GAMS Modeling System 1 1.1 Preview 1 1.2 Basics of Modeling 1 1.3 The GAMS Language 2 1.3.1 Lexical conventions 3 1.3.2 Sets 4 1.3.3 Expressions, functions, and operators 6 1.3.4 Assignment statements 11 1.3.5 Variable declarations 12 1.3.6 Constraints: Equation declarations 13 1.3.7 Model declarations 14 1.3.8 The SOLVE statement and model types 15 1.3.9 Control structures 16 1.3.10 Conditional compilation 20 1.4 Getting Started 21 1.4.1 The Integrated Development Environment 21 1.4.2 Command line interaction 22 1.4.3 The model library 22 Notes and References 22 2 Data Management 25 2.1 Preview 25 2.2 Basics of Data Handling 25 2.2.1 Data entry: SCALARs, PARAMETERs, and TABLEs 26 2.2.2 External data files: INCLUDE 28 2.2.3 Output: DISPLAY and PUT 29 2.3 Data Generation 31 2.4 A Complete Example: Portfolio Dedication 31 2.4.1 The source file 32 2.4.2 The FINLIB files 39 3 Mean-Variance Portfolio Optimization 41 3.1 Preview 41 3.2 Basics of Mean-Variance Models 42 3.2.1 Data estimation for the mean-variance model 46 3.2.2 Allowing short sales 48 3.2.3 The FINLIB files 49 3.3 Sharpe Ratio Model 50 3.3.1 Risk-free borrowing 51 3.3.2 The FINLIB files 53 3.4 Diversification Limits and Transaction Costs 53 3.4.1 Transaction costs 54 3.4.2 Portfolio revision 56 3.4.3 The FINLIB files 57 3.5 International Portfolio Management 57 3.5.1 Implementation with dynamic sets 58 3.5.2 The FINLIB files 61 4 Portfolio Models for Fixed Income 63 4.1 Preview 63 4.2 Basics of Fixed-Income Modeling 64 4.2.1 Modeling time 64 4.2.2 GAMS as a financial calculator: continuous time 66 4.2.3 Bootstrapping the term structure of interest rates 68 4.2.4 Considerations for realistic modeling 73 4.2.5 The FINLIB files 74 4.3 Dedication Models 74 4.3.1 Horizon return model 78 4.3.2 Tradeability considerations 79 4.3.3 The FINLIB files 82 4.4 Immunization Models 83 4.4.1 The FINLIB files 85 4.5 Factor Immunization Model 85 4.5.1 Direct yield maximization 87 4.5.2 The FINLIB files 89 4.6 Factor Immunization for Corporate Bonds 89 4.6.1 The model data sets 89 4.6.2 The optimization models 90 4.6.3 The FINLIB files 94 5 Scenario Optimization 95 5.1 Preview 95 5.2 Data sets 96 5.2.1 The FINLIB files 97 5.3 Mean Absolute Deviation Models 97 5.3.1 Downside risk and tracking models 99 5.3.2 Comparing mean-variance and mean absolute deviation 101 5.3.3 The FINLIB files 103 5.4 Regret Models 104 5.4.1 The FINLIB files 106 5.5 Conditional Value-at-Risk Models 106 5.5.1 The FINLIB files 108 5.6 Utility Maximization Models 109 5.6.1 The FINLIB files 111 5.7 Put/Call Efficient Frontier Models 111 5.7.1 The FINLIB files 117 6 Dynamic Portfolio Optimization with Stochastic Programming 119 6.1 Preview 119 6.2 Dynamic Optimization for Fixed-Income Securities 119 6.2.1 Stochastic dedication 120 6.2.2 Stochastic dedication with borrowing and lending 122 6.2.3 The FINLIB files 124 6.3 Formulating Two-Stage Stochastic Programs 124 6.3.1 Deterministic and stochastic two-stage programs 125 6.3.2 The FINLIB files 128 6.4 Single Premium Deferred Annuities: A Multi-stage Stochastic Program 128 6.4.1 Background and data 128 6.4.2 The FINLIB files 133 7 Index Funds 137 7.1 Preview 137 7.2 Models for Index Funds 138 7.2.1 A structural model for index funds 138 7.2.2 A co-movement model for index funds 139 7.2.3 A selective hedging model for index funds 140 7.2.4 The FINLIB files 143 8 Case Studies in Financial Optimization 145 8.1 Preview 145 8.2 Application I: International Asset Allocation 146 8.2.1 Operational considerations 149 8.2.2 Results 151 8.2.3 The FINLIB files 156 8.3 Application II: Corporate Bond Portfolio Management 156 8.3.1 The FINLIB files 159 8.4 Application III: Insurance Policies with Guarantees 159 8.4.1 The FINLIB files 164 8.5 Application IV: Personal Financial Planning 164 8.5.1 The FINLIB files 168 Bibliography 169 Index 171


Best Sellers


Product Details
  • ISBN-13: 9781405133715
  • Publisher: John Wiley and Sons Ltd
  • Publisher Imprint: Wiley-Blackwell
  • Depth: 19
  • Language: English
  • Returnable: N
  • Spine Width: 21 mm
  • Weight: 517 gr
  • ISBN-10: 1405133716
  • Publisher Date: 15 May 2009
  • Binding: Hardback
  • Height: 252 mm
  • No of Pages: 200
  • Series Title: The Wiley Finance Series
  • Sub Title: A Library of GAMS Models
  • Width: 178 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Practical Financial Optimization: A Library of GAMS Models(The Wiley Finance Series)
John Wiley and Sons Ltd -
Practical Financial Optimization: A Library of GAMS Models(The Wiley Finance Series)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Practical Financial Optimization: A Library of GAMS Models(The Wiley Finance Series)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA