Skip to main content

fixed rate bond in ib, sse, szse

Project description

Fixed Rate Bond in China Mainland with Python

We take account frbs in inter-bank market, sse and szse only

Attributes

  • maturitydate
  • couponrate
  • frequency
  • issuedate: optional, None by default

Methods

method names mimic those in MS-Excel

  • yearsresidual(settlement)
  • coupnum(settlement)
  • couppcd(settlement)
  • coupncd(settlement)
  • accrint(settlement, *, dcc)
  • price(settlement, yld, *, dcc)
  • yld(settlement, prc, *, dcc)
  • duration(settlement, yld, *, continuous)
  • convexity(settlement, yld, *, continuous)
  • __cfs(settlement)

Dependencies

  • numpy

Installation

pip install cnfixedratebond

Usage

from cnfixedratebond import FixedRateBond as FRB
from datetime import date

bond basic info (25国债22)

maturity = date(2035, 11, 15)
coupon = 0.0178
freq = 2

instantiation

b = FRB(maturity, coupon, freq)

market info

settle = date(2025, 12, 31)
mkt = 'szse'
prc = 99.947

attributes

b.couponrate
b.maturitydate
b.frequency

years residual

b.yearsresidual(settle)

number of coupon payments

b.coupnum(settle)

previous coupon payment date

b.couppcd(settle)

next coupon payment date

b.coupncd(settle)

accrued interests

b.accrint(settle)

intrinsic value or theoretical clean price (yld = 0.03)

yld = 0.03
b.price(settle, yld, dcc = 'szse')

yield to maturity (price = prc)

y = b.ytm(settle, prc, dcc = 'szse')

duration (yld = y)

b.duration(settle, y)

convexity (yld = y)

b.convexity(settle, y)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cnfixedratebond-0.2.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file cnfixedratebond-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cnfixedratebond-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fb8441130c2fb079d6689494c0f2ab66c1f99305e0c6d843de7f18b6cf64ee69
MD5 8f611eb1c122514db65261d109920bdc
BLAKE2b-256 3e0d910b9271a454c6ff8772f19e88165eacc3f3fff3b76d9e9fa3db19a178a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page