Details

Principles of Quantitative Development


Principles of Quantitative Development


1. Aufl.

von: Manoj Thulasidas

65,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 13.03.2012
ISBN/EAN: 9780470971529
Sprache: englisch
Anzahl Seiten: 256

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<i>Principles of Quantitative Development</i> is a practical guide to designing, building and deploying a trading platform. It is also a lucid and succinct exposé on the trade life cycle and the business groups involved in managing it, bringing together the big picture of how a trade flows through the systems, and the role of a quantitative professional in the organization. <p>The book begins by looking at the need and demand for in-house trading platforms, addressing the current trends in the industry. It then looks at the trade life cycle and its participants, from beginning to end, and then the functions within the front, middle and back office, giving the reader a full understanding and appreciation of the perspectives and needs of each function. The book then moves on to platform design, addressing all the fundamentals of platform design, system architecture, programming languages and choices. Finally, the book focuses on some of the more technical aspects of platform design and looks at traditional and new languages and approaches used in modern quantitative development.</p> <p>The book is accompanied by a CD-ROM, featuring a fully working option pricing tool with source code and project building instructions, illustrating the design principles discussed, and enabling the reader to develop a mini-trading platform.</p> <p>The book is also accompanied by a website http://pqd.thulasidas.com that contains updates and companion materials.</p>
<b>List of Figures, Tables and Big Pictures.</b> <p><b>Preface.</b></p> <p><b>1 Introduction.</b></p> <p>1.1 What is a trading platform?</p> <p>1.1.1 Model archival.</p> <p>1.1.2 Incremental deployability.</p> <p>1.1.3 Live data feeds.</p> <p>1.1.4 Trade persistence.</p> <p>1.1.5 Regular processing.</p> <p>1.2 Quants and quantitative developers.</p> <p>1.3 Need for speed.</p> <p>1.4 Implementation options.</p> <p>1.4.1 Outsource to vendor.</p> <p>1.4.2 Use vendor API.</p> <p>1.4.3 Develop in-house.</p> <p>1.4.4 Replace vended systems.</p> <p>1.5 Current trends.</p> <p>1.6 Technical and business aspects of platform design.</p> <p>1.7 Importance of processes.</p> <p>1.8 Objectives and organization.</p> <p>Quiz.</p> <p><b>2 Overview of Banking.</b></p> <p>2.1 The offices.</p> <p>2.2 Front office.</p> <p>2.2.1 Economists.</p> <p>2.2.2 Structurers.</p> <p>2.2.3 Sales.</p> <p>2.2.4 Trading desks.</p> <p>2.2.5 Desk quants.</p> <p>2.2.6 Platform or quantitative developers.</p> <p>2.2.7 Desk risk management.</p> <p>2.3 Middle office.</p> <p>2.3.1 Product control.</p> <p>2.3.2 Treasury control unit.</p> <p>2.3.3 Market risk management.</p> <p>2.3.4 Credit risk management.</p> <p>2.3.5 Operational risk management.</p> <p>2.3.6 Rates management.</p> <p>2.3.7 Static data management.</p> <p>2.3.8 Compliance and reporting.</p> <p>2.3.9 Market risk management analytics.</p> <p>2.3.10 Asset and liability management.</p> <p>2.4 Back office.</p> <p>2.5 Supporting units.</p> <p>2.6 Summary.</p> <p>Quiz.</p> <p><b>3 Trade Life Cycle.</b></p> <p>3.1 Pre-trade activities.</p> <p>3.2 Inception.</p> <p>3.3 Validation.</p> <p>3.4 Regular processing.</p> <p>3.5 Life-cycle events.</p> <p>3.6 Termination and settlement.</p> <p>3.7 Post-trade Activities.</p> <p>3.8 Summary.</p> <p>Quiz.</p> <p><b>4 Trade Perspectives.</b></p> <p>4.1 Trade-centric view.</p> <p>4.2 Model-centric view.</p> <p>4.3 Product-centric view.</p> <p>4.4 Asset-class view.</p> <p>4.5 Queues and status flags.</p> <p>4.6 Aggregate views.</p> <p>4.7 Bottom-line view.</p> <p>4.8 Other perspectives.</p> <p>4.9 Summary.</p> <p>Quiz.</p> <p><b>5 Programming Languages – Basics and Choices.</b></p> <p>5.1 Language choice.</p> <p>5.2 Basics of computing.</p> <p>5.2.1 Development cycle.</p> <p>5.2.2 Dependencies and Makefiles.</p> <p>5.2.3 Lexical structure of a programming language.</p> <p>5.3 Object-oriented languages.</p> <p>5.3.1 Basics of object-oriented methodology.</p> <p>5.3.2 Advantages and disadvantages of the object-oriented approach.</p> <p>5.4 Functional programming.</p> <p>5.5 Summary.</p> <p>Quiz.</p> <p><b>6 Trading Platform Design.</b></p> <p>6.1 General design considerations.</p> <p>6.1.1 Maintainability and documentation.</p> <p>6.1.2 Scalability and extensibility.</p> <p>6.1.3 Security and access control.</p> <p>6.2 Architecture components.</p> <p>6.2.1 Trade representation.</p> <p>6.2.2 Market representation.</p> <p>6.2.3 Static data management.</p> <p>6.2.4 Quant library.</p> <p>6.2.5 Trade transformations and operations.</p> <p>6.2.6 Settlement triggers or pathways.</p> <p>6.2.7 Batch processing and grid computing.</p> <p>6.2.8 Credit replication.</p> <p>6.2.9 Security and audit model.</p> <p>6.2.10 Documentation and support model.</p> <p>6.3 Example architecture.</p> <p>6.4 Advanced architecture.</p> <p>6.5 Summary.</p> <p>Quiz.</p> <p><b>7 Computing Patterns for Trading.</b></p> <p>7.1 Facade pattern.</p> <p>7.2 Visitor pattern.</p> <p>7.3 Singleton pattern.</p> <p>7.4 Factory patterns.</p> <p>7.5 Component object model.</p> <p>7.6 Summary.</p> <p>Quiz.</p> <p><b>8 Flexible Derivatives Pricing Tool.</b></p> <p>8.1 Design scope.</p> <p>8.2 Design goals and features.</p> <p>8.2.1 Pricing tool features.</p> <p>8.2.2 Data types support.</p> <p>8.3 User interface.</p> <p>8.3.1 Main control interface.</p> <p>8.3.2 Create/edit product.</p> <p>8.3.3 Create/edit model.</p> <p>8.3.4 Generating a function template.</p> <p>8.3.5 Complex parameter visualization.</p> <p>8.3.6 Pricing interface.</p> <p>8.3.7 Visualization interface.</p> <p>8.3.8 Finite difference engine.</p> <p>8.4 Summary.</p> <p>Quiz.</p> <p><b>9 Pricing Tool to Trading Platform.</b></p> <p>9.1 Pricing tool: internals.</p> <p>9.1.1 Common quant classes.</p> <p>9.1.2 Main interfaces.</p> <p>9.1.3 Pluggable pricing models.</p> <p>9.1.4 Reusable components.</p> <p>9.1.5 Source code documentation.</p> <p>9.1.6 External packages.</p> <p>9.2 Future enhancements.</p> <p>9.2.1 Trade database.</p> <p>9.2.2 Market data.</p> <p>9.2.3 Life-cycle management.</p> <p>9.2.4 Security and access control.</p> <p>9.2.5 Batch process.</p> <p>9.3 Summary.</p> <p>Quiz.</p> <p><b>10 Summing Up.</b></p> <p>10.1 Epilogue.</p> <p>10.2 Further reading.</p> <p>10.2.1 Quantitative finance.</p> <p>10.2.2 Computing.</p> <p>10.2.3 Economics.</p> <p><b>Appendix.</b></p> <p>A.1 CD Contents.</p> <p>A.2 Historical perspective.</p> <p><b>Glossary of Terms.</b></p> <p><b>Index.</b></p>
A physicist-turned-quant, <b>Dr. Manoj Thulasidas</b> works as a senior quantitative professional at Standard Chartered Bank in Singapore, focusing on the design and deployment of trading systems. Well recognized in his field, the author is a regular columnist for Wilmott Magazine, and has published several articles on a variety of topics related to quants and quantitative finance.<br /> Thulasidas received his undergraduate degree from IIT, Madras in 1987. A physics aficionado, he then studied fundamental particles and interactions at the CLEO collaboration at Cornell University during 1988-93. After receiving his Ph.D from Syracuse University, he continued his work at the ALEPH collaboration at CERN, Geneva. During his 10-year career as a research scientist in the field of high energy physics, he co-authored over 190 publications.<br /> In 2005, the author switched to quantitative finance, and joined OCBC, a regional bank in Singapore. He led the quantitative analytics team for pricing model validation and other mathematical tasks. This middle office job, involving risk management and curtailing ebullient traders, gave him a thorough overview of pricing models and, perhaps more importantly, a perfect understanding of the conflict-driven implementation of the risk appetite of the bank. Later on, he moved to Standard Chartered Bank, taking care of their in-house trading platforms, which further enhanced his "big picture" outlook and inspired him to write <i>Principles of Quantitative Development</i>.
<i>Principles of Quantitative Development</i> is a practical guide to designing, building and deploying a trading platform. It is also a lucid and succinct exposé on the trade life cycle and the business groups involved in managing it, bringing together the big picture of how a trade flows through the systems, and the role of a quantitative professional in the organization. <p>The book begins by looking at the need and demand for in-house trading platforms, addressing the current trends in the industry. It then looks at the trade life cycle and its participants, from beginning to end, and then the functions within the front, middle and back office, giving the reader a full understanding and appreciation of the perspectives and needs of each function. The book then moves on to platform design, addressing all the fundamentals of platform design, system architecture, programming languages and choices. Finally, the book focuses on some of the more technical aspects of platform design and looks at traditional and new languages and approaches used in modern quantitative development.</p> <p>The book is accompanied by a CD-ROM, featuring a fully working option pricing tool with source code and project building instructions, illustrating the design principles discussed, and enabling the reader to develop a mini-trading platform.</p> <p>The book is also accompanied by a website http://pqd.thulasidas.com that contains updates and companion materials.</p>

Diese Produkte könnten Sie auch interessieren:

Mindfulness
Mindfulness
von: Gill Hasson
PDF ebook
12,99 €
Counterparty Credit Risk, Collateral and Funding
Counterparty Credit Risk, Collateral and Funding
von: Damiano Brigo, Massimo Morini, Andrea Pallavicini
EPUB ebook
69,99 €