Skip to main content

Fixed rate bond in ib, sse and 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 fixedratebond import 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.3.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for cnfixedratebond-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df63669ab983b41a4c49fd3e9fd89d7cebd0abdcec444cc0d4a01ce4463dc3fb
MD5 e2d4a4f78cb2fa3113e9095c9b9ae36d
BLAKE2b-256 73eda34e37dad7289f727d611753acedabdd9aca9af0f312a174b7ce6c04d7e3

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