Package cdm.legaldocumentation.csa.util
Class CreditSupportAgreementElectionsDeepPathUtil
java.lang.Object
cdm.legaldocumentation.csa.util.CreditSupportAgreementElectionsDeepPathUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchooseAdditionalRepresentations(CreditSupportAgreementElections creditSupportAgreementElections) chooseBaseAndEligibleCurrency(CreditSupportAgreementElections creditSupportAgreementElections) chooseConditionsPrecedent(CreditSupportAgreementElections creditSupportAgreementElections) chooseDemandsAndNotices(CreditSupportAgreementElections creditSupportAgreementElections) chooseDisputeResolution(CreditSupportAgreementElections creditSupportAgreementElections) chooseDistributionAndInterestPayment(CreditSupportAgreementElections creditSupportAgreementElections) chooseFinalReturns(CreditSupportAgreementElections creditSupportAgreementElections) chooseHoldingAndUsingPostedCollateral(CreditSupportAgreementElections creditSupportAgreementElections) chooseMasterAgreementDatedAsOfDate(CreditSupportAgreementElections creditSupportAgreementElections) chooseOtherEligibleAndPostedSupport(CreditSupportAgreementElections creditSupportAgreementElections) chooseSubstitution(CreditSupportAgreementElections creditSupportAgreementElections)
-
Constructor Details
-
CreditSupportAgreementElectionsDeepPathUtil
public CreditSupportAgreementElectionsDeepPathUtil()
-
-
Method Details
-
chooseMasterAgreementDatedAsOfDate
public MasterAgreementDatedAsOfDate chooseMasterAgreementDatedAsOfDate(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseHoldingAndUsingPostedCollateral
public HoldingAndUsingPostedCollateral chooseHoldingAndUsingPostedCollateral(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseOtherEligibleAndPostedSupport
public OtherEligibleAndPostedSupport chooseOtherEligibleAndPostedSupport(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseSubstitution
public Substitution chooseSubstitution(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseDistributionAndInterestPayment
public DistributionAndInterestPayment chooseDistributionAndInterestPayment(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseDisputeResolution
public DisputeResolution chooseDisputeResolution(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseConditionsPrecedent
public ConditionsPrecedent chooseConditionsPrecedent(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseAdditionalRepresentations
public AdditionalRepresentations chooseAdditionalRepresentations(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseDemandsAndNotices
public DemandsAndNotices chooseDemandsAndNotices(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseBaseAndEligibleCurrency
public BaseAndEligibleCurrency chooseBaseAndEligibleCurrency(CreditSupportAgreementElections creditSupportAgreementElections) -
chooseFinalReturns
public FinalReturns chooseFinalReturns(CreditSupportAgreementElections creditSupportAgreementElections)
-