Home
last modified time | relevance | path

Searched defs:coupons (Results 1 – 25 of 102) sorted by relevance

12345

/dports/net/storj/storj-1.45.3/satellite/payments/stripecoinpayments/
H A Dcoupons.go22 type coupons struct { struct
23 service *Service
27 …ponCode(ctx context.Context, userID uuid.UUID, couponCode string) (_ *payments.Coupon, err error) {
61 …pons *coupons) GetByUserID(ctx context.Context, userID uuid.UUID) (_ *payments.Coupon, err error) {
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/bonds/
H A Dfixedratebond.cpp34 const std::vector<Rate>& coupons, in FixedRateBond()
77 const std::vector<Rate>& coupons, in FixedRateBond()
145 const std::vector<InterestRate>& coupons, in FixedRateBond()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dcallablebonds.cpp241 std::vector<Rate> coupons(1, 0.05); in testConsistency() local
322 std::vector<Rate> coupons(1, 0.05); in testObservability() local
381 std::vector<Rate> coupons(1, 0.05); in testDegenerate() local
500 std::vector<Rate> coupons(1, 0.05); in testCached() local
H A Dconvertiblebonds.cpp192 std::vector<Rate> coupons(1, 0.05); in testBond() local
433 std::vector<Rate> coupons(schedule.size()-1, 0.05); in testRegression() local
H A Dbonds.cpp107 Real coupons[] = { 0.02, 0.05, 0.08 }; in testYield() local
229 Real coupons[] = { 0.02, 0.05, 0.08 }; in testAtmRate() local
300 Real coupons[] = { 0.02, 0.05, 0.08 }; in testZspread() local
393 Real coupons[] = { 0.02, 0.05, 0.08 }; in testTheoretical() local
H A Dswap.cpp269 std::vector<Rate> coupons(1, oneYear); in testInArrears() local
H A Dcapflooredcoupon.cpp92 std::vector<Rate> coupons(length, 0.0); in makeFixedLeg() local
H A Dinflationcapflooredcoupon.cpp239 std::vector<Rate> coupons(length, 0.0); in makeFixedLeg() local
H A Dpiecewiseyieldcurve.cpp329 std::vector<Rate> coupons(1, bondData[i].coupon/100.0); in CommonVars() local
416 std::vector<Rate> coupons(1, bondData[i].coupon/100.0); in testCurveConsistency() local
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/yield/
H A Dbondhelpers.cpp102 const std::vector<Rate>& coupons, in FixedRateBondHelper()
129 const std::vector<Rate>& coupons, in FixedRateBondHelper()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/
H A DMakefile.am3 catbonds commodities convertiblebonds coupons credit \ subdir
/dports/finance/quantlib/QuantLib-1.20/Examples/ConvertibleBonds/
H A DConvertibleBonds.cpp87 std::vector<Real> coupons(1, 0.05); in main() local
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/amortizingbonds/
H A Damortizingfixedratebond.cpp31 const std::vector<Rate>& coupons, in AmortizingFixedRateBond()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/convertiblebonds/
H A Dconvertiblebond.cpp103 const std::vector<Rate>& coupons, in ConvertibleFixedCouponBond()
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dbond.cpp38 const Leg& coupons) in Bond()
H A Dcreditdefaultswap.cpp177 const Leg& CreditDefaultSwap::coupons() const { in coupons() function in QuantLib::CreditDefaultSwap
/dports/finance/quantlib/QuantLib-1.20/Examples/FittedBondCurve/
H A DFittedBondCurve.cpp109 Real coupons[] = { 0.0200, 0.0225, 0.0250, 0.0275, 0.0300, in main() local
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/callablebonds/
H A Dcallablebond.cpp368 const std::vector<Rate>& coupons, in CallableFixedRateBond()
/dports/net/storj/storj-1.45.3/satellite/satellitedb/testdata/
H A Dpostgres.v141.sql65 CREATE TABLE coupons ( table
H A Dpostgres.v154.sql70 CREATE TABLE coupons ( table
H A Dpostgres.v156.sql70 CREATE TABLE coupons ( table
H A Dpostgres.v157.sql70 CREATE TABLE coupons ( table
H A Dpostgres.v158.sql70 CREATE TABLE coupons ( table
H A Dpostgres.v159.sql70 CREATE TABLE coupons ( table
H A Dpostgres.v160.sql70 CREATE TABLE coupons ( table

12345