Derivatives algorithms.: Volume 1, Bones /
""Derivatives Algorithms"" provides a unique expert overview of the abstractions and coding methods which support real-world derivatives trading. Written by an industry professional with extensive experience in large-scale trading operations, it describes the fundamentals of libr...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Singapore ; Hackensack, NJ :
World Scientific,
©2010.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | ""Derivatives Algorithms"" provides a unique expert overview of the abstractions and coding methods which support real-world derivatives trading. Written by an industry professional with extensive experience in large-scale trading operations, it describes the fundamentals of library code structure, and innovative advanced solutions to thorny issues in implementation. For the reader already familiar with C++ and arbitrage-free pricing, the book offers an invaluable glimpse of how they combine on an industrial scale. Topics range from interface design through code generation to the protocols tha |
Beschreibung: | 1 online resource (xii, 306 pages) : illustrations |
Bibliographie: | Includes bibliographical references and index. |
ISBN: | 9789814289887 9814289884 1282761757 9781282761759 9786612761751 661276175X |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBU-ocn681584903 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 101116s2010 si a ob 001 0 eng d | ||
040 | |a N$T |b eng |e pn |c N$T |d YDXCP |d OCLCQ |d E7B |d EBLCP |d OCLCQ |d MHW |d DEBSZ |d OCLCQ |d IDEBK |d MERUC |d OCLCQ |d AZK |d MYUTM |d LOA |d JBG |d COCUF |d MOR |d PIFAG |d ZCU |d OCLCQ |d U3W |d OCLCF |d STF |d WRM |d VNS |d VTS |d ICG |d INT |d AU@ |d OCLCQ |d LEAUB |d DKC |d OCLCQ |d UKCRE |d BOL |d VLY |d AJS |d OCLCQ |d OCLCO |d SFB |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 694144342 |a 729020667 |a 764546282 |a 816583266 |a 961498376 |a 962567710 |a 966186034 |a 988430367 |a 991916111 |a 1037712316 |a 1038693315 |a 1058436239 |a 1114423687 |a 1153509260 |a 1162027377 |a 1241787716 |a 1290085290 |a 1300546657 | ||
020 | |a 9789814289887 |q (electronic bk.) | ||
020 | |a 9814289884 |q (electronic bk.) | ||
020 | |a 1282761757 | ||
020 | |a 9781282761759 | ||
020 | |a 9786612761751 | ||
020 | |a 661276175X | ||
020 | |z 9789814289801 | ||
020 | |z 9814289809 | ||
035 | |a (OCoLC)681584903 |z (OCoLC)694144342 |z (OCoLC)729020667 |z (OCoLC)764546282 |z (OCoLC)816583266 |z (OCoLC)961498376 |z (OCoLC)962567710 |z (OCoLC)966186034 |z (OCoLC)988430367 |z (OCoLC)991916111 |z (OCoLC)1037712316 |z (OCoLC)1038693315 |z (OCoLC)1058436239 |z (OCoLC)1114423687 |z (OCoLC)1153509260 |z (OCoLC)1162027377 |z (OCoLC)1241787716 |z (OCoLC)1290085290 |z (OCoLC)1300546657 | ||
050 | 4 | |a HG6024 |b .H94 2010eb | |
072 | 7 | |a BUS |x 036000 |2 bisacsh | |
082 | 7 | |a 332.6457028551 |2 22 | |
049 | |a MAIN | ||
100 | 1 | |a Hyer, Tom. |0 http://id.loc.gov/authorities/names/no2010140397 | |
245 | 1 | 0 | |a Derivatives algorithms. |n Volume 1, |p Bones / |c Tom Hyer. |
246 | 3 | 0 | |a Bones |
260 | |a Singapore ; |a Hackensack, NJ : |b World Scientific, |c ©2010. | ||
300 | |a 1 online resource (xii, 306 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
340 | |g polychrome. |2 rdacc |0 http://rdaregistry.info/termList/RDAColourContent/1003 | ||
347 | |a data file | ||
504 | |a Includes bibliographical references and index. | ||
588 | 0 | |a Print version record. | |
520 | |a ""Derivatives Algorithms"" provides a unique expert overview of the abstractions and coding methods which support real-world derivatives trading. Written by an industry professional with extensive experience in large-scale trading operations, it describes the fundamentals of library code structure, and innovative advanced solutions to thorny issues in implementation. For the reader already familiar with C++ and arbitrage-free pricing, the book offers an invaluable glimpse of how they combine on an industrial scale. Topics range from interface design through code generation to the protocols tha | ||
505 | 0 | |a 1. Introduction -- 2. Principles. 2.1. Our code. 2.2. Functional programming. 2.3. Type and state. 2.4. Physical code structure. 2.5. Platform. 2.6. Some design patterns. 2.7. Optimization. 2.8. Threads -- 3. Types and interfaces. 3.1. The user base. 3.2. A public example. 3.3. Interface generation. 3.4. Interface types. 3.5. Interface code. 3.6. Other containers. 3.7. Environment. 3.8. Enumerated types -- 4. Vector and matrix computations. 4.1. Customizing vectors. 4.2. Algorithms. 4.3. Matrices and square matrices. 4.4. Matrix multiplication. 4.5. Decompositions (square). 4.6. Decompositions (symmetric). 4.7. Decompositions (sparse). 4.8. Decompositions (other) -- 5. Persistence and memory. 5.1. Storage. 5.2. Extraction. 5.3. Rebuilding. 5.4. Code generation. 5.5. A display interface. 5.6. Auditing. 5.7. More on repositories -- 6. Testing framework. 6.1. Component tests. 6.2. Regression tests. 6.3. No silver bullet -- 7. Further maths. 7.1. Interpolation. 7.2. Special functions. 7.3. Root solvers. 7.4. Underdetermined search. 7.5. Quadrature. 7.6. Distributions. 7.7. Baskets. 7.8. Random and quasi-random numbers. 7.9. PDE solvers. 7.10. American Monte Carlo -- 8. Schedules. 8.1. Enumerated switches. 8.2. Holidays. 8.3. Currencies. 8.4. Increments. 8.5. Legs -- 9. Indices. 9.1. Naming and parsing. 9.2. Fixings. 9.3. Sorting and hashing. 9.4. Implied vol -- 10. Pricing protocols. 10.1. Past and future. 10.2. Underlyings. 10.3. Payments and streams. 10.4. Index paths. 10.5. Defaults and contingent payments. 10.6. Requests and promises. 10.7. Bemudans and barriers. 10.8. Payouts. 10.9. Steps. 10.10. Use case review : PDE. 10.11. Use case review : Monte Carlo and hedge. 10.12. Costs and benefits. 10.13. Assembling the class hierarchy -- 11. Standardized trades. 11.1. Trade classes. 11.2. Cash. 11.3. Equity and FX. 11.4. Legs and swaps. 11.5. Caps. 11.6. Swaps and swaptions. 11.7. Bermudans. 11.8. Composites -- 12. Curves. 12.1. Risk. 12.2. Libor and funding. 12.3. Build instruments. 12.4. Dividend. 12.5. Hazard -- 13. Models. 13.1. Vasicek-Hull-White. 13.2. Interface to numerical pricing. 13.3. Interface to valuation requests. 13.4. Cox-Ingersoll-Ross. 13.5. Black-Karasinski. 13.6. Single equity with local vol. 13.7. A simple hybrid model -- 14. Semianalytic pricers. 14.1. A moment-matching pricer. 14.2. Multimethod objects. 14.3. Method registry. 14.4. Interaction with re-evaluator. 14.5. Interaction with composites. 14.6. Pure pricers. 14.7. Trade-dependent calibration -- 15. Risk. 15.1. Slides and bumps. 15.2. Mutants. 15.3. Reports. 15.4. Portfolios. 15.5. Tasks. 15.6. Slide utilities. 15.7. Conclusions -- 16. Additional code. 16.1. Add multiple. 16.2. Arrayfunctor. 16.3. Boolean. 16.4. Composite. 16.5. Cube. 16.6. Handle. 16.7. Matrix. 16.8. Maybe. 16.9. PWC (piecewise constant). 16.10. Vector -- 16. Acknowledgements and further reading. | |
546 | |a English. | ||
650 | 0 | |a Derivative securities |x Data processing. | |
650 | 0 | |a Algorithms |x Data processing. | |
650 | 6 | |a Instruments dérivés (Finances) |x Informatique. | |
650 | 6 | |a Algorithmes |x Informatique. | |
650 | 7 | |a BUSINESS & ECONOMICS |x Investments & Securities |x General. |2 bisacsh | |
650 | 7 | |a Algorithms |x Data processing |2 fast | |
758 | |i has work: |a Derivatives algorithms Volume 1 Bones (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGxHp3pbvYmT6hPXWthDYP |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Hyer, Tom. |t Derivatives algorithms. Volume 1, Bones. |d Singapore ; Hackensack, NJ : World Scientific, ©2010 |z 9789814289801 |w (OCoLC)619946416 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBU |q FWS_PDA_EBU |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=340778 |3 Volltext |
938 | |a EBL - Ebook Library |b EBLB |n EBL731277 | ||
938 | |a ebrary |b EBRY |n ebr10422649 | ||
938 | |a EBSCOhost |b EBSC |n 340778 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n 276175 | ||
938 | |a YBP Library Services |b YANK |n 3511517 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBU | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBU-ocn681584903 |
---|---|
_version_ | 1816796900376969216 |
adam_text | |
any_adam_object | |
author | Hyer, Tom |
author_GND | http://id.loc.gov/authorities/names/no2010140397 |
author_facet | Hyer, Tom |
author_role | |
author_sort | Hyer, Tom |
author_variant | t h th |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | H - Social Science |
callnumber-label | HG6024 |
callnumber-raw | HG6024 .H94 2010eb |
callnumber-search | HG6024 .H94 2010eb |
callnumber-sort | HG 46024 H94 42010EB |
callnumber-subject | HG - Finance |
collection | ZDB-4-EBU |
contents | 1. Introduction -- 2. Principles. 2.1. Our code. 2.2. Functional programming. 2.3. Type and state. 2.4. Physical code structure. 2.5. Platform. 2.6. Some design patterns. 2.7. Optimization. 2.8. Threads -- 3. Types and interfaces. 3.1. The user base. 3.2. A public example. 3.3. Interface generation. 3.4. Interface types. 3.5. Interface code. 3.6. Other containers. 3.7. Environment. 3.8. Enumerated types -- 4. Vector and matrix computations. 4.1. Customizing vectors. 4.2. Algorithms. 4.3. Matrices and square matrices. 4.4. Matrix multiplication. 4.5. Decompositions (square). 4.6. Decompositions (symmetric). 4.7. Decompositions (sparse). 4.8. Decompositions (other) -- 5. Persistence and memory. 5.1. Storage. 5.2. Extraction. 5.3. Rebuilding. 5.4. Code generation. 5.5. A display interface. 5.6. Auditing. 5.7. More on repositories -- 6. Testing framework. 6.1. Component tests. 6.2. Regression tests. 6.3. No silver bullet -- 7. Further maths. 7.1. Interpolation. 7.2. Special functions. 7.3. Root solvers. 7.4. Underdetermined search. 7.5. Quadrature. 7.6. Distributions. 7.7. Baskets. 7.8. Random and quasi-random numbers. 7.9. PDE solvers. 7.10. American Monte Carlo -- 8. Schedules. 8.1. Enumerated switches. 8.2. Holidays. 8.3. Currencies. 8.4. Increments. 8.5. Legs -- 9. Indices. 9.1. Naming and parsing. 9.2. Fixings. 9.3. Sorting and hashing. 9.4. Implied vol -- 10. Pricing protocols. 10.1. Past and future. 10.2. Underlyings. 10.3. Payments and streams. 10.4. Index paths. 10.5. Defaults and contingent payments. 10.6. Requests and promises. 10.7. Bemudans and barriers. 10.8. Payouts. 10.9. Steps. 10.10. Use case review : PDE. 10.11. Use case review : Monte Carlo and hedge. 10.12. Costs and benefits. 10.13. Assembling the class hierarchy -- 11. Standardized trades. 11.1. Trade classes. 11.2. Cash. 11.3. Equity and FX. 11.4. Legs and swaps. 11.5. Caps. 11.6. Swaps and swaptions. 11.7. Bermudans. 11.8. Composites -- 12. Curves. 12.1. Risk. 12.2. Libor and funding. 12.3. Build instruments. 12.4. Dividend. 12.5. Hazard -- 13. Models. 13.1. Vasicek-Hull-White. 13.2. Interface to numerical pricing. 13.3. Interface to valuation requests. 13.4. Cox-Ingersoll-Ross. 13.5. Black-Karasinski. 13.6. Single equity with local vol. 13.7. A simple hybrid model -- 14. Semianalytic pricers. 14.1. A moment-matching pricer. 14.2. Multimethod objects. 14.3. Method registry. 14.4. Interaction with re-evaluator. 14.5. Interaction with composites. 14.6. Pure pricers. 14.7. Trade-dependent calibration -- 15. Risk. 15.1. Slides and bumps. 15.2. Mutants. 15.3. Reports. 15.4. Portfolios. 15.5. Tasks. 15.6. Slide utilities. 15.7. Conclusions -- 16. Additional code. 16.1. Add multiple. 16.2. Arrayfunctor. 16.3. Boolean. 16.4. Composite. 16.5. Cube. 16.6. Handle. 16.7. Matrix. 16.8. Maybe. 16.9. PWC (piecewise constant). 16.10. Vector -- 16. Acknowledgements and further reading. |
ctrlnum | (OCoLC)681584903 |
dewey-full | 332.6457028551 |
dewey-hundreds | 300 - Social sciences |
dewey-ones | 332 - Financial economics |
dewey-raw | 332.6457028551 |
dewey-search | 332.6457028551 |
dewey-sort | 3332.6457028551 |
dewey-tens | 330 - Economics |
discipline | Wirtschaftswissenschaften |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06780cam a2200637 a 4500</leader><controlfield tag="001">ZDB-4-EBU-ocn681584903</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">101116s2010 si a ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">N$T</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">E7B</subfield><subfield code="d">EBLCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MHW</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IDEBK</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AZK</subfield><subfield code="d">MYUTM</subfield><subfield code="d">LOA</subfield><subfield code="d">JBG</subfield><subfield code="d">COCUF</subfield><subfield code="d">MOR</subfield><subfield code="d">PIFAG</subfield><subfield code="d">ZCU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">OCLCF</subfield><subfield code="d">STF</subfield><subfield code="d">WRM</subfield><subfield code="d">VNS</subfield><subfield code="d">VTS</subfield><subfield code="d">ICG</subfield><subfield code="d">INT</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LEAUB</subfield><subfield code="d">DKC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKCRE</subfield><subfield code="d">BOL</subfield><subfield code="d">VLY</subfield><subfield code="d">AJS</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">SFB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">694144342</subfield><subfield code="a">729020667</subfield><subfield code="a">764546282</subfield><subfield code="a">816583266</subfield><subfield code="a">961498376</subfield><subfield code="a">962567710</subfield><subfield code="a">966186034</subfield><subfield code="a">988430367</subfield><subfield code="a">991916111</subfield><subfield code="a">1037712316</subfield><subfield code="a">1038693315</subfield><subfield code="a">1058436239</subfield><subfield code="a">1114423687</subfield><subfield code="a">1153509260</subfield><subfield code="a">1162027377</subfield><subfield code="a">1241787716</subfield><subfield code="a">1290085290</subfield><subfield code="a">1300546657</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9789814289887</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9814289884</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1282761757</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781282761759</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9786612761751</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">661276175X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9789814289801</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9814289809</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)681584903</subfield><subfield code="z">(OCoLC)694144342</subfield><subfield code="z">(OCoLC)729020667</subfield><subfield code="z">(OCoLC)764546282</subfield><subfield code="z">(OCoLC)816583266</subfield><subfield code="z">(OCoLC)961498376</subfield><subfield code="z">(OCoLC)962567710</subfield><subfield code="z">(OCoLC)966186034</subfield><subfield code="z">(OCoLC)988430367</subfield><subfield code="z">(OCoLC)991916111</subfield><subfield code="z">(OCoLC)1037712316</subfield><subfield code="z">(OCoLC)1038693315</subfield><subfield code="z">(OCoLC)1058436239</subfield><subfield code="z">(OCoLC)1114423687</subfield><subfield code="z">(OCoLC)1153509260</subfield><subfield code="z">(OCoLC)1162027377</subfield><subfield code="z">(OCoLC)1241787716</subfield><subfield code="z">(OCoLC)1290085290</subfield><subfield code="z">(OCoLC)1300546657</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">HG6024</subfield><subfield code="b">.H94 2010eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">036000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">332.6457028551</subfield><subfield code="2">22</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Hyer, Tom.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2010140397</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Derivatives algorithms.</subfield><subfield code="n">Volume 1,</subfield><subfield code="p">Bones /</subfield><subfield code="c">Tom Hyer.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Bones</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Singapore ;</subfield><subfield code="a">Hackensack, NJ :</subfield><subfield code="b">World Scientific,</subfield><subfield code="c">©2010.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xii, 306 pages) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="340" ind1=" " ind2=" "><subfield code="g">polychrome.</subfield><subfield code="2">rdacc</subfield><subfield code="0">http://rdaregistry.info/termList/RDAColourContent/1003</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">data file</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">""Derivatives Algorithms"" provides a unique expert overview of the abstractions and coding methods which support real-world derivatives trading. Written by an industry professional with extensive experience in large-scale trading operations, it describes the fundamentals of library code structure, and innovative advanced solutions to thorny issues in implementation. For the reader already familiar with C++ and arbitrage-free pricing, the book offers an invaluable glimpse of how they combine on an industrial scale. Topics range from interface design through code generation to the protocols tha</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">1. Introduction -- 2. Principles. 2.1. Our code. 2.2. Functional programming. 2.3. Type and state. 2.4. Physical code structure. 2.5. Platform. 2.6. Some design patterns. 2.7. Optimization. 2.8. Threads -- 3. Types and interfaces. 3.1. The user base. 3.2. A public example. 3.3. Interface generation. 3.4. Interface types. 3.5. Interface code. 3.6. Other containers. 3.7. Environment. 3.8. Enumerated types -- 4. Vector and matrix computations. 4.1. Customizing vectors. 4.2. Algorithms. 4.3. Matrices and square matrices. 4.4. Matrix multiplication. 4.5. Decompositions (square). 4.6. Decompositions (symmetric). 4.7. Decompositions (sparse). 4.8. Decompositions (other) -- 5. Persistence and memory. 5.1. Storage. 5.2. Extraction. 5.3. Rebuilding. 5.4. Code generation. 5.5. A display interface. 5.6. Auditing. 5.7. More on repositories -- 6. Testing framework. 6.1. Component tests. 6.2. Regression tests. 6.3. No silver bullet -- 7. Further maths. 7.1. Interpolation. 7.2. Special functions. 7.3. Root solvers. 7.4. Underdetermined search. 7.5. Quadrature. 7.6. Distributions. 7.7. Baskets. 7.8. Random and quasi-random numbers. 7.9. PDE solvers. 7.10. American Monte Carlo -- 8. Schedules. 8.1. Enumerated switches. 8.2. Holidays. 8.3. Currencies. 8.4. Increments. 8.5. Legs -- 9. Indices. 9.1. Naming and parsing. 9.2. Fixings. 9.3. Sorting and hashing. 9.4. Implied vol -- 10. Pricing protocols. 10.1. Past and future. 10.2. Underlyings. 10.3. Payments and streams. 10.4. Index paths. 10.5. Defaults and contingent payments. 10.6. Requests and promises. 10.7. Bemudans and barriers. 10.8. Payouts. 10.9. Steps. 10.10. Use case review : PDE. 10.11. Use case review : Monte Carlo and hedge. 10.12. Costs and benefits. 10.13. Assembling the class hierarchy -- 11. Standardized trades. 11.1. Trade classes. 11.2. Cash. 11.3. Equity and FX. 11.4. Legs and swaps. 11.5. Caps. 11.6. Swaps and swaptions. 11.7. Bermudans. 11.8. Composites -- 12. Curves. 12.1. Risk. 12.2. Libor and funding. 12.3. Build instruments. 12.4. Dividend. 12.5. Hazard -- 13. Models. 13.1. Vasicek-Hull-White. 13.2. Interface to numerical pricing. 13.3. Interface to valuation requests. 13.4. Cox-Ingersoll-Ross. 13.5. Black-Karasinski. 13.6. Single equity with local vol. 13.7. A simple hybrid model -- 14. Semianalytic pricers. 14.1. A moment-matching pricer. 14.2. Multimethod objects. 14.3. Method registry. 14.4. Interaction with re-evaluator. 14.5. Interaction with composites. 14.6. Pure pricers. 14.7. Trade-dependent calibration -- 15. Risk. 15.1. Slides and bumps. 15.2. Mutants. 15.3. Reports. 15.4. Portfolios. 15.5. Tasks. 15.6. Slide utilities. 15.7. Conclusions -- 16. Additional code. 16.1. Add multiple. 16.2. Arrayfunctor. 16.3. Boolean. 16.4. Composite. 16.5. Cube. 16.6. Handle. 16.7. Matrix. 16.8. Maybe. 16.9. PWC (piecewise constant). 16.10. Vector -- 16. Acknowledgements and further reading.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Derivative securities</subfield><subfield code="x">Data processing.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Algorithms</subfield><subfield code="x">Data processing.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Instruments dérivés (Finances)</subfield><subfield code="x">Informatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Algorithmes</subfield><subfield code="x">Informatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Investments & Securities</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Algorithms</subfield><subfield code="x">Data processing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Derivatives algorithms Volume 1 Bones (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGxHp3pbvYmT6hPXWthDYP</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Hyer, Tom.</subfield><subfield code="t">Derivatives algorithms. Volume 1, Bones.</subfield><subfield code="d">Singapore ; Hackensack, NJ : World Scientific, ©2010</subfield><subfield code="z">9789814289801</subfield><subfield code="w">(OCoLC)619946416</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBU</subfield><subfield code="q">FWS_PDA_EBU</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=340778</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL731277</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10422649</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">340778</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">276175</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">3511517</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBU</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBU-ocn681584903 |
illustrated | Illustrated |
indexdate | 2024-11-26T14:49:01Z |
institution | BVB |
isbn | 9789814289887 9814289884 1282761757 9781282761759 9786612761751 661276175X |
language | English |
oclc_num | 681584903 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (xii, 306 pages) : illustrations |
psigel | ZDB-4-EBU |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | World Scientific, |
record_format | marc |
spelling | Hyer, Tom. http://id.loc.gov/authorities/names/no2010140397 Derivatives algorithms. Volume 1, Bones / Tom Hyer. Bones Singapore ; Hackensack, NJ : World Scientific, ©2010. 1 online resource (xii, 306 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier polychrome. rdacc http://rdaregistry.info/termList/RDAColourContent/1003 data file Includes bibliographical references and index. Print version record. ""Derivatives Algorithms"" provides a unique expert overview of the abstractions and coding methods which support real-world derivatives trading. Written by an industry professional with extensive experience in large-scale trading operations, it describes the fundamentals of library code structure, and innovative advanced solutions to thorny issues in implementation. For the reader already familiar with C++ and arbitrage-free pricing, the book offers an invaluable glimpse of how they combine on an industrial scale. Topics range from interface design through code generation to the protocols tha 1. Introduction -- 2. Principles. 2.1. Our code. 2.2. Functional programming. 2.3. Type and state. 2.4. Physical code structure. 2.5. Platform. 2.6. Some design patterns. 2.7. Optimization. 2.8. Threads -- 3. Types and interfaces. 3.1. The user base. 3.2. A public example. 3.3. Interface generation. 3.4. Interface types. 3.5. Interface code. 3.6. Other containers. 3.7. Environment. 3.8. Enumerated types -- 4. Vector and matrix computations. 4.1. Customizing vectors. 4.2. Algorithms. 4.3. Matrices and square matrices. 4.4. Matrix multiplication. 4.5. Decompositions (square). 4.6. Decompositions (symmetric). 4.7. Decompositions (sparse). 4.8. Decompositions (other) -- 5. Persistence and memory. 5.1. Storage. 5.2. Extraction. 5.3. Rebuilding. 5.4. Code generation. 5.5. A display interface. 5.6. Auditing. 5.7. More on repositories -- 6. Testing framework. 6.1. Component tests. 6.2. Regression tests. 6.3. No silver bullet -- 7. Further maths. 7.1. Interpolation. 7.2. Special functions. 7.3. Root solvers. 7.4. Underdetermined search. 7.5. Quadrature. 7.6. Distributions. 7.7. Baskets. 7.8. Random and quasi-random numbers. 7.9. PDE solvers. 7.10. American Monte Carlo -- 8. Schedules. 8.1. Enumerated switches. 8.2. Holidays. 8.3. Currencies. 8.4. Increments. 8.5. Legs -- 9. Indices. 9.1. Naming and parsing. 9.2. Fixings. 9.3. Sorting and hashing. 9.4. Implied vol -- 10. Pricing protocols. 10.1. Past and future. 10.2. Underlyings. 10.3. Payments and streams. 10.4. Index paths. 10.5. Defaults and contingent payments. 10.6. Requests and promises. 10.7. Bemudans and barriers. 10.8. Payouts. 10.9. Steps. 10.10. Use case review : PDE. 10.11. Use case review : Monte Carlo and hedge. 10.12. Costs and benefits. 10.13. Assembling the class hierarchy -- 11. Standardized trades. 11.1. Trade classes. 11.2. Cash. 11.3. Equity and FX. 11.4. Legs and swaps. 11.5. Caps. 11.6. Swaps and swaptions. 11.7. Bermudans. 11.8. Composites -- 12. Curves. 12.1. Risk. 12.2. Libor and funding. 12.3. Build instruments. 12.4. Dividend. 12.5. Hazard -- 13. Models. 13.1. Vasicek-Hull-White. 13.2. Interface to numerical pricing. 13.3. Interface to valuation requests. 13.4. Cox-Ingersoll-Ross. 13.5. Black-Karasinski. 13.6. Single equity with local vol. 13.7. A simple hybrid model -- 14. Semianalytic pricers. 14.1. A moment-matching pricer. 14.2. Multimethod objects. 14.3. Method registry. 14.4. Interaction with re-evaluator. 14.5. Interaction with composites. 14.6. Pure pricers. 14.7. Trade-dependent calibration -- 15. Risk. 15.1. Slides and bumps. 15.2. Mutants. 15.3. Reports. 15.4. Portfolios. 15.5. Tasks. 15.6. Slide utilities. 15.7. Conclusions -- 16. Additional code. 16.1. Add multiple. 16.2. Arrayfunctor. 16.3. Boolean. 16.4. Composite. 16.5. Cube. 16.6. Handle. 16.7. Matrix. 16.8. Maybe. 16.9. PWC (piecewise constant). 16.10. Vector -- 16. Acknowledgements and further reading. English. Derivative securities Data processing. Algorithms Data processing. Instruments dérivés (Finances) Informatique. Algorithmes Informatique. BUSINESS & ECONOMICS Investments & Securities General. bisacsh Algorithms Data processing fast has work: Derivatives algorithms Volume 1 Bones (Text) https://id.oclc.org/worldcat/entity/E39PCGxHp3pbvYmT6hPXWthDYP https://id.oclc.org/worldcat/ontology/hasWork Print version: Hyer, Tom. Derivatives algorithms. Volume 1, Bones. Singapore ; Hackensack, NJ : World Scientific, ©2010 9789814289801 (OCoLC)619946416 FWS01 ZDB-4-EBU FWS_PDA_EBU https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=340778 Volltext |
spellingShingle | Hyer, Tom Derivatives algorithms. 1. Introduction -- 2. Principles. 2.1. Our code. 2.2. Functional programming. 2.3. Type and state. 2.4. Physical code structure. 2.5. Platform. 2.6. Some design patterns. 2.7. Optimization. 2.8. Threads -- 3. Types and interfaces. 3.1. The user base. 3.2. A public example. 3.3. Interface generation. 3.4. Interface types. 3.5. Interface code. 3.6. Other containers. 3.7. Environment. 3.8. Enumerated types -- 4. Vector and matrix computations. 4.1. Customizing vectors. 4.2. Algorithms. 4.3. Matrices and square matrices. 4.4. Matrix multiplication. 4.5. Decompositions (square). 4.6. Decompositions (symmetric). 4.7. Decompositions (sparse). 4.8. Decompositions (other) -- 5. Persistence and memory. 5.1. Storage. 5.2. Extraction. 5.3. Rebuilding. 5.4. Code generation. 5.5. A display interface. 5.6. Auditing. 5.7. More on repositories -- 6. Testing framework. 6.1. Component tests. 6.2. Regression tests. 6.3. No silver bullet -- 7. Further maths. 7.1. Interpolation. 7.2. Special functions. 7.3. Root solvers. 7.4. Underdetermined search. 7.5. Quadrature. 7.6. Distributions. 7.7. Baskets. 7.8. Random and quasi-random numbers. 7.9. PDE solvers. 7.10. American Monte Carlo -- 8. Schedules. 8.1. Enumerated switches. 8.2. Holidays. 8.3. Currencies. 8.4. Increments. 8.5. Legs -- 9. Indices. 9.1. Naming and parsing. 9.2. Fixings. 9.3. Sorting and hashing. 9.4. Implied vol -- 10. Pricing protocols. 10.1. Past and future. 10.2. Underlyings. 10.3. Payments and streams. 10.4. Index paths. 10.5. Defaults and contingent payments. 10.6. Requests and promises. 10.7. Bemudans and barriers. 10.8. Payouts. 10.9. Steps. 10.10. Use case review : PDE. 10.11. Use case review : Monte Carlo and hedge. 10.12. Costs and benefits. 10.13. Assembling the class hierarchy -- 11. Standardized trades. 11.1. Trade classes. 11.2. Cash. 11.3. Equity and FX. 11.4. Legs and swaps. 11.5. Caps. 11.6. Swaps and swaptions. 11.7. Bermudans. 11.8. Composites -- 12. Curves. 12.1. Risk. 12.2. Libor and funding. 12.3. Build instruments. 12.4. Dividend. 12.5. Hazard -- 13. Models. 13.1. Vasicek-Hull-White. 13.2. Interface to numerical pricing. 13.3. Interface to valuation requests. 13.4. Cox-Ingersoll-Ross. 13.5. Black-Karasinski. 13.6. Single equity with local vol. 13.7. A simple hybrid model -- 14. Semianalytic pricers. 14.1. A moment-matching pricer. 14.2. Multimethod objects. 14.3. Method registry. 14.4. Interaction with re-evaluator. 14.5. Interaction with composites. 14.6. Pure pricers. 14.7. Trade-dependent calibration -- 15. Risk. 15.1. Slides and bumps. 15.2. Mutants. 15.3. Reports. 15.4. Portfolios. 15.5. Tasks. 15.6. Slide utilities. 15.7. Conclusions -- 16. Additional code. 16.1. Add multiple. 16.2. Arrayfunctor. 16.3. Boolean. 16.4. Composite. 16.5. Cube. 16.6. Handle. 16.7. Matrix. 16.8. Maybe. 16.9. PWC (piecewise constant). 16.10. Vector -- 16. Acknowledgements and further reading. Derivative securities Data processing. Algorithms Data processing. Instruments dérivés (Finances) Informatique. Algorithmes Informatique. BUSINESS & ECONOMICS Investments & Securities General. bisacsh Algorithms Data processing fast |
title | Derivatives algorithms. |
title_alt | Bones |
title_auth | Derivatives algorithms. |
title_exact_search | Derivatives algorithms. |
title_full | Derivatives algorithms. Volume 1, Bones / Tom Hyer. |
title_fullStr | Derivatives algorithms. Volume 1, Bones / Tom Hyer. |
title_full_unstemmed | Derivatives algorithms. Volume 1, Bones / Tom Hyer. |
title_short | Derivatives algorithms. |
title_sort | derivatives algorithms bones |
topic | Derivative securities Data processing. Algorithms Data processing. Instruments dérivés (Finances) Informatique. Algorithmes Informatique. BUSINESS & ECONOMICS Investments & Securities General. bisacsh Algorithms Data processing fast |
topic_facet | Derivative securities Data processing. Algorithms Data processing. Instruments dérivés (Finances) Informatique. Algorithmes Informatique. BUSINESS & ECONOMICS Investments & Securities General. Algorithms Data processing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=340778 |
work_keys_str_mv | AT hyertom derivativesalgorithmsvolume1 AT hyertom bones |