Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
source | 2014-04-08 | ||
htdocs | 2014-04-08 | ||
README.txt | 2014-04-08 | 3.7 kB | |
PyFunctions.pyc | 2014-04-08 | 2.6 kB | |
LMMPricer.xlsm | 2014-04-08 | 112.3 kB | |
LMMIcon.ico | 2014-04-08 | 17.0 kB | |
LMMExcel.dll | 2014-04-08 | 898.0 kB | |
LICENSE.txt | 2014-04-08 | 35.1 kB | |
LGPL.txt | 2014-04-08 | 7.7 kB | |
ExcelPython27.tlb | 2014-04-08 | 6.4 kB | |
ExcelPython27.dll | 2014-04-08 | 88.6 kB | |
autorun.inf | 2014-04-08 | 60 Bytes | |
Totals: 12 Items | 1.2 MB | 0 |
LIBOR MARKET MODEL DERIVATIVES PRICER [ README File ] ------------------------------------------------------------- Contents: ------------------------------------------------------------- 1. About 2. Contact 3. License 4. Use ------------------------------------------------------------- 1. ABOUT ------------------------------------------------------------- README: Version: 0.1 Date: April 3, 2014 LIBOR Market Model Derivatives Pricer: Version: 0.1 Date: April 3, 2014 Author: Douglas James Daly Jr. Undergraduate B.Sc. Physics B.Sc. Applied Mathematics & Statistics The Johns Hopkins University Class of 2014 Copyrights: All software and source code are Copyright (C) 2014 to Douglas James Daly Jr. except as noted below. ExcelPython is a copyright of Eric Reynolds ExcelPython is licensed under the LGPL (see LGPL.txt file) sourceforge.net/projects/excelpython/ Excel and Windows are copyrights of the Microsoft Corporation www.Microsoft.com Python is a copyright of the Python Software Foundation www.Python.org CUDA is a copyright of the Nvidia Corporation www.Nvidia.com ------------------------------------------------------------- 2. CONTACT ------------------------------------------------------------- Doug Daly Email: douglas (dot) daly89 (at) gmail (dot) com ------------------------------------------------------------- 3. LICENSE ------------------------------------------------------------- This software is provided AS IS. The author takes no responsibility for its use or the potential consequences of its use. This software is licensed under the GNU General Public License (GPL). Please see the LICENSE.txt file for a copy of the GPL. Basically you are free to use, modify, reproduce, distribute, etc. this program and its source code provided you (a) give credit to the author, (b) include a copy of the GPL with any distributions and (c) license any such work under the GPL. See LICENSE.txt for details. ------------------------------------------------------------- 4. USE ------------------------------------------------------------- Background ========== Requirements: This program currently only supports 64-bit Microsoft Windows operating systems. Though the C++ code is cross-platform compatible with minor changes. This program requires Python in order to function properly. Python is cross-platform compatible and can be acquired from Python.org. This program requires that Python have the SciPy and NumPy packages installed. This program requires that you have a licensed, authentic version of Microsoft Excel 64-bit for use. To utilize the GPGPU speed-up in generating LMM paths you must have a CUDA-enabled graphics card. Otherwise you can only generate paths on your CPU (which is still pretty quick). Security Notice: This program dynamically loads DLL and TLB files using VBA. When you open the workbook you need to enable macros in order to use the functions of the program. You must also allow Excel to trust the VBA Project Model (See FAQs for help on this). The source code is provided for transparency and ensure the user there is no malicious code. The source code for the ExcelPython library can be found on sourcefourge.net/projects/excelpython/ for users to verify that it is malicious-code free. Help with Use: See the included getting-started.html and faqs.html for detailed instructions and help on how to use this software.