tea-bond 0.3.12__tar.gz → 0.3.13__tar.gz

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.

Files changed (101) hide show
  1. {tea_bond-0.3.12 → tea_bond-0.3.13}/Cargo.lock +3 -3
  2. {tea_bond-0.3.12 → tea_bond-0.3.13}/Cargo.toml +1 -1
  3. {tea_bond-0.3.12 → tea_bond-0.3.13}/PKG-INFO +1 -1
  4. {tea_bond-0.3.12/pybond → tea_bond-0.3.13}/pybond/pd.py +12 -0
  5. {tea_bond-0.3.12/pybond → tea_bond-0.3.13}/pybond/pl.py +19 -0
  6. {tea_bond-0.3.12 → tea_bond-0.3.13/pybond}/pybond/pd.py +12 -0
  7. {tea_bond-0.3.12 → tea_bond-0.3.13/pybond}/pybond/pl.py +19 -0
  8. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/batch_eval.rs +31 -11
  9. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/mod.rs +1 -0
  10. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/tf_evaluator/evaluator.rs +21 -4
  11. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/.gitignore +0 -0
  12. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/Cargo.toml +0 -0
  13. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/__init__.py +0 -0
  14. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/bond.py +0 -0
  15. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/download.py +0 -0
  16. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/ffi/__init__.py +0 -0
  17. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/ffi/bond.py +0 -0
  18. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/ffi/datetime.py +0 -0
  19. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/ffi/duration.py +0 -0
  20. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/ffi/evaluators.py +0 -0
  21. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/ffi/lib.py +0 -0
  22. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/__init__.py +0 -0
  23. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/ir_utils.py +0 -0
  24. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/nb_bond.py +0 -0
  25. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/nb_date.py +0 -0
  26. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/nb_datetime.py +0 -0
  27. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/nb_duration.py +0 -0
  28. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/nb_evaluators.py +0 -0
  29. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb/nb_time.py +0 -0
  30. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/nb_test.py +0 -0
  31. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pnl.py +0 -0
  32. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/polars_utils.py +0 -0
  33. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/__init__.py +0 -0
  34. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/bond.py +0 -0
  35. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/download.py +0 -0
  36. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/ffi/__init__.py +0 -0
  37. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/ffi/bond.py +0 -0
  38. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/ffi/datetime.py +0 -0
  39. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/ffi/duration.py +0 -0
  40. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/ffi/evaluators.py +0 -0
  41. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/ffi/lib.py +0 -0
  42. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/__init__.py +0 -0
  43. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/ir_utils.py +0 -0
  44. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/nb_bond.py +0 -0
  45. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/nb_date.py +0 -0
  46. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/nb_datetime.py +0 -0
  47. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/nb_duration.py +0 -0
  48. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/nb_evaluators.py +0 -0
  49. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/nb/nb_time.py +0 -0
  50. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/pnl.py +0 -0
  51. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/polars_utils.py +0 -0
  52. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond/pybond.pyi +0 -0
  53. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/pybond.pyi +0 -0
  54. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/bond.rs +0 -0
  55. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/calendar.rs +0 -0
  56. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/ffi/bond.rs +0 -0
  57. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/ffi/datetime.rs +0 -0
  58. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/ffi/duration.rs +0 -0
  59. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/ffi/evaluators.rs +0 -0
  60. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/ffi/mod.rs +0 -0
  61. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/ffi/utils.rs +0 -0
  62. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/future.rs +0 -0
  63. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/lib.rs +0 -0
  64. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/pnl.rs +0 -0
  65. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/tf_evaluator.rs +0 -0
  66. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/src/utils.rs +0 -0
  67. {tea_bond-0.3.12 → tea_bond-0.3.13}/pybond/test.py +0 -0
  68. {tea_bond-0.3.12 → tea_bond-0.3.13}/pyproject.toml +0 -0
  69. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/Cargo.toml +0 -0
  70. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/batch/evaluator.rs +0 -0
  71. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/batch/mod.rs +0 -0
  72. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/bond_ytm.rs +0 -0
  73. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/cached_bond.rs +0 -0
  74. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/download/china_money.rs +0 -0
  75. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/download/mod.rs +0 -0
  76. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/download/sse.rs +0 -0
  77. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/enums.rs +0 -0
  78. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/impl_convert.rs +0 -0
  79. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/impl_traits.rs +0 -0
  80. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/bond/io.rs +0 -0
  81. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/day_counter.rs +0 -0
  82. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/export.rs +0 -0
  83. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/future/future_price.rs +0 -0
  84. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/future/future_type.rs +0 -0
  85. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/future/impls.rs +0 -0
  86. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/future/mod.rs +0 -0
  87. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/lib.rs +0 -0
  88. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/pnl/fee.rs +0 -0
  89. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/pnl/mod.rs +0 -0
  90. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/pnl/trade_from_signal.rs +0 -0
  91. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/tf_evaluator/impl_traits.rs +0 -0
  92. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/tf_evaluator/mod.rs +0 -0
  93. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/tf_evaluator/update_with_new_info.rs +0 -0
  94. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-bond/src/utils.rs +0 -0
  95. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/Cargo.toml +0 -0
  96. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/src/calendars/china/ib.rs +0 -0
  97. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/src/calendars/china/mod.rs +0 -0
  98. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/src/calendars/china/others.rs +0 -0
  99. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/src/calendars/china/sse.rs +0 -0
  100. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/src/calendars/mod.rs +0 -0
  101. {tea_bond-0.3.12 → tea_bond-0.3.13}/tea-calendar/src/lib.rs +0 -0
@@ -2195,7 +2195,7 @@ dependencies = [
2195
2195
 
2196
2196
  [[package]]
2197
2197
  name = "pybond"
2198
- version = "0.3.12"
2198
+ version = "0.3.13"
2199
2199
  dependencies = [
2200
2200
  "chrono",
2201
2201
  "itertools 0.14.0",
@@ -3117,7 +3117,7 @@ dependencies = [
3117
3117
 
3118
3118
  [[package]]
3119
3119
  name = "tea-bond"
3120
- version = "0.3.12"
3120
+ version = "0.3.13"
3121
3121
  dependencies = [
3122
3122
  "anyhow",
3123
3123
  "chrono",
@@ -3136,7 +3136,7 @@ dependencies = [
3136
3136
 
3137
3137
  [[package]]
3138
3138
  name = "tea-calendar"
3139
- version = "0.3.12"
3139
+ version = "0.3.13"
3140
3140
  dependencies = [
3141
3141
  "chrono",
3142
3142
  ]
@@ -4,7 +4,7 @@ default-members = ["tea-bond", "tea-calendar"]
4
4
  resolver = "2"
5
5
 
6
6
  [workspace.package]
7
- version = "0.3.12"
7
+ version = "0.3.13"
8
8
  edition = "2024"
9
9
 
10
10
  [workspace.dependencies]
@@ -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
@@ -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):
@@ -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 (应计利息).
@@ -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):
@@ -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 (应计利息).
@@ -207,7 +207,7 @@ fn evaluators_net_basis_spread(
207
207
  inputs,
208
208
  kwargs,
209
209
  |e: TfEvaluator| e.with_net_basis_spread().unwrap(),
210
- |e: &TfEvaluator| e.net_basis_spread,
210
+ |e: &TfEvaluator| e.net_basis_spread.filter(|v| !v.is_nan()),
211
211
  true,
212
212
  true,
213
213
  )?
@@ -273,7 +273,7 @@ fn evaluators_dirty_price(inputs: &[Series], kwargs: EvaluatorBatchParams) -> Po
273
273
  inputs,
274
274
  kwargs,
275
275
  |e: TfEvaluator| e.with_dirty_price().unwrap(),
276
- |e: &TfEvaluator| e.dirty_price,
276
+ |e: &TfEvaluator| e.dirty_price.filter(|v| !v.is_nan()),
277
277
  false,
278
278
  true,
279
279
  )?
@@ -288,7 +288,7 @@ fn evaluators_clean_price(inputs: &[Series], kwargs: EvaluatorBatchParams) -> Po
288
288
  inputs,
289
289
  kwargs,
290
290
  |e: TfEvaluator| e.with_clean_price().unwrap(),
291
- |e: &TfEvaluator| e.clean_price,
291
+ |e: &TfEvaluator| e.clean_price.filter(|v| !v.is_nan()),
292
292
  false,
293
293
  true,
294
294
  )?
@@ -306,7 +306,7 @@ fn evaluators_future_dirty_price(
306
306
  inputs,
307
307
  kwargs,
308
308
  |e: TfEvaluator| e.with_future_dirty_price().unwrap(),
309
- |e: &TfEvaluator| e.future_dirty_price,
309
+ |e: &TfEvaluator| e.future_dirty_price.filter(|v| !v.is_nan()),
310
310
  true,
311
311
  true,
312
312
  )?
@@ -324,7 +324,7 @@ fn evaluators_deliver_cost(
324
324
  inputs,
325
325
  kwargs,
326
326
  |e: TfEvaluator| e.with_deliver_cost().unwrap(),
327
- |e: &TfEvaluator| e.deliver_cost,
327
+ |e: &TfEvaluator| e.deliver_cost.filter(|v| !v.is_nan()),
328
328
  true,
329
329
  true,
330
330
  )?
@@ -342,7 +342,7 @@ fn evaluators_basis_spread(
342
342
  inputs,
343
343
  kwargs,
344
344
  |e: TfEvaluator| e.with_basis_spread().unwrap(),
345
- |e: &TfEvaluator| e.basis_spread,
345
+ |e: &TfEvaluator| e.basis_spread.filter(|v| !v.is_nan()),
346
346
  true,
347
347
  true,
348
348
  )?
@@ -357,7 +357,7 @@ fn evaluators_f_b_spread(inputs: &[Series], kwargs: EvaluatorBatchParams) -> Pol
357
357
  inputs,
358
358
  kwargs,
359
359
  |e: TfEvaluator| e.with_f_b_spread().unwrap(),
360
- |e: &TfEvaluator| e.f_b_spread,
360
+ |e: &TfEvaluator| e.f_b_spread.filter(|v| !v.is_nan()),
361
361
  true,
362
362
  true,
363
363
  )?
@@ -372,7 +372,7 @@ fn evaluators_carry(inputs: &[Series], kwargs: EvaluatorBatchParams) -> PolarsRe
372
372
  inputs,
373
373
  kwargs,
374
374
  |e: TfEvaluator| e.with_carry().unwrap(),
375
- |e: &TfEvaluator| e.carry,
375
+ |e: &TfEvaluator| e.carry.filter(|v| !v.is_nan()),
376
376
  true,
377
377
  true,
378
378
  )?
@@ -387,7 +387,7 @@ fn evaluators_duration(inputs: &[Series], kwargs: EvaluatorBatchParams) -> Polar
387
387
  inputs,
388
388
  kwargs,
389
389
  |e: TfEvaluator| e.with_duration().unwrap(),
390
- |e: &TfEvaluator| e.duration,
390
+ |e: &TfEvaluator| e.duration.filter(|v| !v.is_nan()),
391
391
  false,
392
392
  true,
393
393
  )?
@@ -402,7 +402,7 @@ fn evaluators_irr(inputs: &[Series], kwargs: EvaluatorBatchParams) -> PolarsResu
402
402
  inputs,
403
403
  kwargs,
404
404
  |e: TfEvaluator| e.with_irr().unwrap(),
405
- |e: &TfEvaluator| e.irr,
405
+ |e: &TfEvaluator| e.irr.filter(|v| !v.is_nan()),
406
406
  true,
407
407
  true,
408
408
  )?
@@ -417,7 +417,7 @@ fn evaluators_future_ytm(inputs: &[Series], kwargs: EvaluatorBatchParams) -> Pol
417
417
  inputs,
418
418
  kwargs,
419
419
  |e: TfEvaluator| e.with_future_ytm().unwrap(),
420
- |e: &TfEvaluator| e.future_ytm,
420
+ |e: &TfEvaluator| e.future_ytm.filter(|v| !v.is_nan()),
421
421
  true,
422
422
  true,
423
423
  )?
@@ -524,6 +524,26 @@ fn evaluators_last_trading_date(
524
524
  Ok(result.into_date().into_series())
525
525
  }
526
526
 
527
+ #[polars_expr(output_type=Date)]
528
+ fn evaluators_remain_year(
529
+ inputs: &[Series],
530
+ kwargs: EvaluatorBatchParams,
531
+ ) -> PolarsResult<Series> {
532
+ let result: Float64Chunked = batch_eval(
533
+ inputs,
534
+ kwargs,
535
+ |e: TfEvaluator| e,
536
+ |e: &TfEvaluator| {
537
+ Some(e.bond.remain_year(e.date))
538
+ },
539
+ false,
540
+ true,
541
+ )?
542
+ .into_iter()
543
+ .collect_trusted();
544
+ Ok(result.into_series())
545
+ }
546
+
527
547
  #[derive(Deserialize)]
528
548
  struct FindWorkdayKwargs {
529
549
  market: Market,
@@ -115,6 +115,7 @@ impl Bond {
115
115
  0 => Ok(Months::new(0)),
116
116
  1 => Ok(Months::new(12)),
117
117
  2 => Ok(Months::new(6)),
118
+ 4 => Ok(Months::new(3)),
118
119
  _ => bail!("Invalid inst_freq: {}", self.inst_freq),
119
120
  }
120
121
  }
@@ -139,8 +139,12 @@ impl TfEvaluator {
139
139
  }
140
140
  /// 计算剩余付息次数
141
141
  #[inline]
142
- pub fn with_remain_cp_num(self) -> Result<Self> {
142
+ pub fn with_remain_cp_num(mut self) -> Result<Self> {
143
143
  if self.remain_cp_num.is_none() {
144
+ if self.bond.is_zero_coupon() {
145
+ self.remain_cp_num = Some(0);
146
+ return Ok(self);
147
+ }
144
148
  let mut out = self.with_nearest_cp_dates()?;
145
149
  out.remain_cp_num = Some(
146
150
  out.bond
@@ -154,8 +158,12 @@ impl TfEvaluator {
154
158
 
155
159
  /// 计算应计利息
156
160
  #[inline]
157
- pub fn with_accrued_interest(self) -> Result<Self> {
161
+ pub fn with_accrued_interest(mut self) -> Result<Self> {
158
162
  if self.accrued_interest.is_none() {
163
+ if self.bond.is_zero_coupon() {
164
+ self.accrued_interest = Some(0.);
165
+ return Ok(self);
166
+ }
159
167
  let mut out = self.with_nearest_cp_dates()?;
160
168
  out.accrued_interest = Some(
161
169
  out.bond
@@ -169,8 +177,13 @@ impl TfEvaluator {
169
177
 
170
178
  /// 计算债券全价
171
179
  #[inline]
172
- pub fn with_dirty_price(self) -> Result<Self> {
180
+ pub fn with_dirty_price(mut self) -> Result<Self> {
173
181
  if self.dirty_price.is_none() {
182
+ if self.bond.is_zero_coupon() {
183
+ let remain_year = self.bond.remain_year(self.date);
184
+ self.dirty_price = Some(100.0 / (1.0+self.bond.ytm()).powf(remain_year));
185
+ return Ok(self);
186
+ }
174
187
  let mut out = self.with_remain_cp_num()?;
175
188
  out.dirty_price = Some(out.bond.calc_dirty_price_with_ytm(
176
189
  out.bond.ytm(),
@@ -198,8 +211,12 @@ impl TfEvaluator {
198
211
 
199
212
  /// 计算久期
200
213
  #[inline]
201
- pub fn with_duration(self) -> Result<Self> {
214
+ pub fn with_duration(mut self) -> Result<Self> {
202
215
  if self.duration.is_none() {
216
+ if self.bond.is_zero_coupon() {
217
+ self.duration = Some(self.bond.remain_year(self.date));
218
+ return Ok(self);
219
+ }
203
220
  let mut out = self.with_remain_cp_num()?;
204
221
  out.duration = Some(out.bond.calc_duration(
205
222
  out.bond.ytm(),
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes