Module net.finmath.lib
Interface FundingCapacity
- All Known Implementing Classes:
FundingCapacityWithMemory
,FundingCapacityWithoutMemory
public interface FundingCapacity
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultFactors(double time, RandomVariable fundingRequirement)
Apply a new funding requirement to this funding capacity and return the associatedDefaultFactors
.
-
Method Details
-
getDefaultFactors
Apply a new funding requirement to this funding capacity and return the associatedDefaultFactors
.- Parameters:
time
- The time at which the funding is required.fundingRequirement
- The required funding.- Returns:
- A
DefaultFactors
that reflects the amount that has to be contracted to secure the funding.
-