tea-bond 0.3.12__cp38-abi3-win_amd64.whl → 0.3.13__cp38-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tea-bond might be problematic. Click here for more details.

pybond/pd.py CHANGED
@@ -291,6 +291,12 @@ class TfEvaluators:
291
291
  "last_trading_date"
292
292
  ].to_pandas()
293
293
 
294
+ @property
295
+ def remain_year(self):
296
+ return self.pl_df.select(remain_year=self._evaluators.remain_year)[
297
+ "remain_year"
298
+ ].to_pandas()
299
+
294
300
 
295
301
  class Bonds:
296
302
  """
@@ -387,6 +393,12 @@ class Bonds:
387
393
  "remain_cp_num"
388
394
  ].to_pandas()
389
395
 
396
+ def remain_year(self, date: str | pd.Series):
397
+ df = pl.DataFrame({"bond": self.bond, "date": date})
398
+ return df.select(remain_year=PlBonds("bond").remain_year("date"))[
399
+ "remain_year"
400
+ ].to_pandas()
401
+
390
402
 
391
403
  class Futures:
392
404
  def __init__(self, future: str | pd.Series):
pybond/pl.py CHANGED
@@ -269,6 +269,19 @@ class TfEvaluators:
269
269
  """
270
270
  return self._call_plugin("evaluators_last_trading_date")
271
271
 
272
+ @property
273
+ def remain_year(self):
274
+ """
275
+ Calculate bond remaining year (债券剩余期限).
276
+
277
+ Args:
278
+ date: Evaluation date column expression
279
+
280
+ Returns:
281
+ Polars expression for bond remaining year
282
+ """
283
+ return self._call_plugin("evaluators_remain_year")
284
+
272
285
 
273
286
  class Bonds:
274
287
  """
@@ -310,6 +323,12 @@ class Bonds:
310
323
  reinvest_rate=None,
311
324
  )
312
325
 
326
+ def remain_year(self, date: IntoExpr = "date"):
327
+ """
328
+ Calculate remain year for the bond (剩余期限).
329
+ """
330
+ return self._evaluator(date=date).remain_year
331
+
313
332
  def accrued_interest(self, date: IntoExpr = "date"):
314
333
  """
315
334
  Calculate accrued interest for the bond (应计利息).
pybond/pybond.pyd CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tea-bond
3
- Version: 0.3.12
3
+ Version: 0.3.13
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -15,12 +15,12 @@ pybond/nb/nb_datetime.py,sha256=sg3Vmg2n2P_A186QgOGSOKBq-Tr72ht_Yw064yYrWXE,1067
15
15
  pybond/nb/nb_duration.py,sha256=bndVSHdG_yV0_vEWeAHd9Lq_UQ-8nkPnEC9cN2A2ca4,1709
16
16
  pybond/nb/nb_evaluators.py,sha256=GBsW3UuGf8iVUWr2DTISXzdYoGV5ITEOVFJivBNmWkc,15544
17
17
  pybond/nb/nb_time.py,sha256=5KNrWYcPwZUHoxvZKvh3qdhjB0DjRkxbUzONSv6OfhY,8928
18
- pybond/pd.py,sha256=aMalUv_TBzT48BXdp7whzZ9g64p8uiPZrk9LaI1UaIU,13821
19
- pybond/pl.py,sha256=WhiBv6IOs5-jxK78xd75KXZSogoFyJ0XJ-v23Gjp_ho,13966
18
+ pybond/pd.py,sha256=ghqoO9-wB0f3yjpYf5BMbz0Mu8Z1BVTbngcf1G4_Y9Y,14234
19
+ pybond/pl.py,sha256=gmAkS84qRq2yx26aYQK_0alIIhKkHAKYmh5Q0XzzePA,14499
20
20
  pybond/pnl.py,sha256=FSIN6YJ9P44nsJGgnpdsf7b5MS96ziGMmQAlPzG8lb4,3605
21
21
  pybond/polars_utils.py,sha256=XJ7DXpBfMEm3DilAun7E8S_6ShqQxi--ZSFV8CyRCxA,2697
22
- pybond/pybond.pyd,sha256=ML3k6ZZ2GAueGC5drTVCcPN_yg33JK6O3dFBspo1HhA,23583744
22
+ pybond/pybond.pyd,sha256=QAg0XNoG7L1BAKKr_GFbTN_NdPZCZfZhSgr3-TK6wJo,23655936
23
23
  pybond/pybond.pyi,sha256=qzOfqoysuUW7rnZYxEmGEJXK_UrCjMvQ29Y_mJOBN1Y,11621
24
- tea_bond-0.3.12.dist-info/METADATA,sha256=LZOQ6O98UhsurMn3R23Kvk5klAjsDmqmo6xabz8cnzc,258
25
- tea_bond-0.3.12.dist-info/WHEEL,sha256=CG8OzNtm0LMpJ2zhrjswlO8N-965OeMLklsQAG-nMvQ,94
26
- tea_bond-0.3.12.dist-info/RECORD,,
24
+ tea_bond-0.3.13.dist-info/METADATA,sha256=oeiGcz6LjIS_hxzxSp2M_7D7N48y7Vt3mes1eOvRq6I,258
25
+ tea_bond-0.3.13.dist-info/WHEEL,sha256=CG8OzNtm0LMpJ2zhrjswlO8N-965OeMLklsQAG-nMvQ,94
26
+ tea_bond-0.3.13.dist-info/RECORD,,