代码搜索:Maturity
找到约 1,745 项符合「Maturity」的源代码
代码结果 1,745
www.eeworm.com/read/247634/12638474
m lpbonds.m
settle = '19-Mar-2000';
maturity1 = ...
['15-Jun-2015' ; '02-Oct-2010' ; '01-Mar-2025' ; '01-Mar-2020' ; '01-Mar-2005'];
maturity2 = [maturity1 ; ...
'15-Jan-2013' ; '10-Sep-2004' ; '0
www.eeworm.com/read/407565/11414977
cpp term.cpp
#include
#include"account.h"
#include"term.h"
TermAccount::TermAccount(unsigned accNo,float balan)
:Account(accNo,balan)
{
type=4;
int t;
cout
www.eeworm.com/read/236571/14011374
cpp fxddep.cpp
// FxdDep.cpp : implementation file
//
#include "stdafx.h"
#include "BankOperation.h"
#include "FxdDep.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/407565/11414978
h term.h
//#ifndef term
//#define term
#include"account.h"
enum TIME{OneYear,ThreeYear,FiveYear};
class TermAccount:public Account
{
public:
TermAccount(unsigned accNo,float balan=0.0);
virtual
www.eeworm.com/read/466942/7023927
m lpbonds1.m
% SCRIPT LPBonds1.m
% BOND CHARACTERISTICS FOR SET 1
settle = '19-Mar-2006';
maturity1 = ['15-Jun-2021' ; '02-Oct-2016' ; '01-Mar-2031' ; ...
'01-Mar-2026' ; '01-Mar-2011'];
Face1
www.eeworm.com/read/125476/14491847
cc tst_binomial_approximations.cc
// file tst_binomial.cc
// author: Bernt A Odegaard
void test_binomial_pricing(){
cout
www.eeworm.com/read/247634/12638480
m lpbonds1.m
% BOND CHARACTERISTICS FOR SET 1
settle = '19-Mar-2000';
maturity1 = ...
['15-Jun-2015' ; '02-Oct-2010' ; '01-Mar-2025' ; '01-Mar-2020' ; '01-Mar-2005'];
Face1 = [500 ; 1000 ; 25
www.eeworm.com/read/125476/14491819
cc tst_black_scholes_extensions.cc
#include
/*
void test_european_dividends(){
cout
www.eeworm.com/read/270837/11024266
txt matlab_ex1.txt
对数据进行预处理的程序
%从中国债券信息网下载到了2007年1月4日-2007年10月26日共197个交易日(其中20070219至23五日数据缺失)的银行间固定利率国债收益率数据集,
% 每天一个excel文件,每个文件包括当日的到期收益率、即期收益率、远期到期收益率、远期即期收益率数据;
% 希望用本程序把其中的到期收益率数据单独拿出来组成一个数据集以备分析之用。
% 另外还下载到 ...
www.eeworm.com/read/125476/14491752
cc bondopt_call_coupon_rend_bart.cc
#include
#include
#include
using namespace std;
double calc_rendleman_bartter_american_coupon_bond_call(double X, // exercise price
double optio