Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557043878
  • Loading branch information
rickeylev authored and tf-quant-finance-robot committed Aug 15, 2023
1 parent 230abf0 commit 0d3a219
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tf_quant_finance/models/longstaff_schwartz/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# LSM algorithm methods.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/models/sabr/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SABR model

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/models/sabr/approximations/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Approximations for the option prices in the SABR Model.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/rates/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tools for handling rate curves.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/rates/analytics/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tools for handling swap construction and cashflow manipulation

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/rates/constant_fwd/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Constant forward Interpolation for rate curves.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/rates/hagan_west/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Implementation of the Hagan-West algorithm for fitting rate curves.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/rates/nelson_seigel_svensson/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Nelson Seigel Svensson Interpolation for rate curves.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
2 changes: 2 additions & 0 deletions tf_quant_finance/types/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Typing utilities

# Placeholder: load py_library

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down
3 changes: 3 additions & 0 deletions tf_quant_finance/utils/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Utility functions.

# Placeholder: load py_library
# Placeholder: load py_test

package(
default_visibility = ["//tf_quant_finance:__subpackages__"],
licenses = ["notice"],
Expand Down

0 comments on commit 0d3a219

Please sign in to comment.