Skip to content

Commit

Permalink
Roxygenised
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadwp committed Nov 28, 2019
1 parent afbc5dc commit 46718d0
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 682 deletions.
11 changes: 11 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ S3method(format,InterestRate)
S3method(format,Interpolation)
S3method(format,SingleCurrencyMoney)
S3method(format,SurvivalProbabilities)
S3method(format,VolSurface)
S3method(format,ZeroCurve)
S3method(format,ZeroHazardRate)
S3method(interpolate,CreditCurve)
S3method(interpolate,VolSurface)
S3method(interpolate,ZeroCurve)
S3method(interpolate_dfs,CreditCurve)
S3method(interpolate_dfs,ZeroCurve)
Expand Down Expand Up @@ -98,6 +100,7 @@ S3method(print,InterestRate)
S3method(print,Interpolation)
S3method(print,SingleCurrencyMoney)
S3method(print,SurvivalProbabilities)
S3method(print,VolSurface)
S3method(print,ZeroCurve)
S3method(print,ZeroHazardRate)
S3method(rep,DiscountFactor)
Expand Down Expand Up @@ -153,6 +156,7 @@ export(InterestRate)
export(JPY)
export(JPYLIBOR)
export(JPYTIBOR)
export(LinearCubicTimeVarInterpolation)
export(LinearInterpolation)
export(LogDFInterpolation)
export(MultiCurrencyMoney)
Expand All @@ -172,12 +176,16 @@ export(USDHKD)
export(USDJPY)
export(USDLIBOR)
export(USDNOK)
export(VolQuotes)
export(VolSurface)
export(ZeroCurve)
export(ZeroHazardRate)
export(as_DiscountFactor)
export(as_InterestRate)
export(as_SurvivalProbabilities)
export(as_ZeroHazardRate)
export(build_vol_quotes)
export(build_vol_surface)
export(build_zero_curve)
export(interpolate)
export(interpolate_dfs)
Expand All @@ -198,11 +206,14 @@ export(is.IborIndex)
export(is.Index)
export(is.InterestRate)
export(is.Interpolation)
export(is.LinearCubicTimeVarInterpolation)
export(is.LinearInterpolation)
export(is.LogDFInterpolation)
export(is.MultiCurrencyMoney)
export(is.SingleCurrencyMoney)
export(is.SurvivalProbabilities)
export(is.VolQuotes)
export(is.VolSurface)
export(is.ZeroCurve)
export(is.ZeroHazardRate)
export(is_t1)
Expand Down
Loading

0 comments on commit 46718d0

Please sign in to comment.