Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| What Is Derivatives Library (DLIB)? | |
| DLIB <GO> allows you to structure a wide variety of derivative contracts across multiple asset classes, using pre-built deal templates for interest rate, FX, and equity securities, so you can work up pricing and analyze the risk of deals with exotic payoffs. You can also price hybrid securities that combine equity, FX, and interest rate features. | |
| Although DLIB supports the vast majority of payoffs in the market, there are many variations of structured notes that cannot be priced using DLIB's native (pre-built) templates. To provide complete coverage, DLIB provides a scripting language (BLAN), a modeling tool you can use to create any payoff structure available in the market. | |
| BLAN Templates: For information on customizing and pricing deals using BLAN templates, see BLAN Templates. | |
| Native Templates: For information on pricing deals using native (pre-built) deal templates, see Native Templates. For descriptions of the deal templates available in DLIB, see Product Catalog. | |
| B |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import argparse | |
| import freetype | |
| import os | |
| import re | |
| import struct | |
| import sys | |
| import itertools | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let React = require('react'); | |
| let ReactDOM = require('react-dom'); | |
| let Parse = require('parse').Parse; | |
| // Child Component | |
| class CustomLogin extends React.Component { | |
| constructor(props) { | |
| super(props); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let React = require('react'); | |
| let ReactDOM = require('react-dom'); | |
| let Parse = require('parse').Parse; | |
| // Child Component | |
| class CustomLogin extends React.Component { | |
| constructor(props) { | |
| super(props); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family : /* Mac's en-gb */ | |
| "Lucida Grande", | |
| /* Windows's en-gb */ | |
| "Lucida Sans Unicode", | |
| /* 黑體-繁細體 */ | |
| "STHeitiTC-Light", | |