Uses of Class
org.isda.cdm.BuyerSeller
-
Packages that use BuyerSeller Package Description org.isda.cdm org.isda.cdm.blueprint org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of BuyerSeller in org.isda.cdm
Subclasses of BuyerSeller in org.isda.cdm Modifier and Type Class Description class
CancelableProvision
A class defining the right of a party to cancel a swap transaction on the specified exercise dates.class
ExerciseFee
A class defining the fee payable on exercise of an option.class
ExtendibleProvision
A class defining an option to extend an existing swap transaction on the specified exercise dates for a term ending on the specified new termination date.Methods in org.isda.cdm that return BuyerSeller Modifier and Type Method Description BuyerSeller
BuyerSeller.BuyerSellerBuilder. build()
BuyerSeller
GeneralTerms. getBuyerSeller()
The credit default payout buyer/seller parties.BuyerSeller
OptionPayout. getBuyerSeller()
BuyerSeller
SecurityLeg. getBuyerSeller()
Whether the leg is a buyer or seller of securityBuyerSeller
OptionalEarlyTermination. getSinglePartyOption()
If optional early termination is not available to both parties then this component specifies the buyer and seller of the option.Methods in org.isda.cdm that return types with arguments of type BuyerSeller Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends BuyerSeller>
BuyerSeller.BuyerSellerBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends BuyerSeller>
BuyerSeller. metaData()
Methods in org.isda.cdm with parameters of type BuyerSeller Modifier and Type Method Description GeneralTerms.GeneralTermsBuilder
GeneralTerms.GeneralTermsBuilder. setBuyerSeller(BuyerSeller buyerSeller)
OptionPayout.OptionPayoutBuilder
OptionPayout.OptionPayoutBuilder. setBuyerSeller(BuyerSeller buyerSeller)
SecurityLeg.SecurityLegBuilder
SecurityLeg.SecurityLegBuilder. setBuyerSeller(BuyerSeller buyerSeller)
OptionalEarlyTermination.OptionalEarlyTerminationBuilder
OptionalEarlyTermination.OptionalEarlyTerminationBuilder. setSinglePartyOption(BuyerSeller singlePartyOption)
-
Uses of BuyerSeller in org.isda.cdm.blueprint
Methods in org.isda.cdm.blueprint that return types with arguments of type BuyerSeller Modifier and Type Method Description com.regnosys.rosetta.blueprints.BlueprintInstance<BuyerSeller,java.lang.String,INKEY,INKEY>
BuyerSellerToBuyerAndSellerRule. blueprint()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<BuyerSeller,java.lang.String,INKEY,INKEY>
CreditDefaultSwapBuyerSellerRule. getBuyerSellerToBuyerAndSeller()
-
Uses of BuyerSeller in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type BuyerSeller Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super BuyerSeller>>
BuyerSellerMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super BuyerSeller>>
BuyerSellerMeta. dataRules()
java.util.List<java.util.function.Function<? super BuyerSeller,com.rosetta.model.lib.qualify.QualifyResult>>
BuyerSellerMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super BuyerSeller,java.lang.String>
BuyerSellerMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super BuyerSeller>
BuyerSellerMeta. validator()
-
Uses of BuyerSeller in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type BuyerSeller Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BuyerSeller>
BuyerSellerValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<BuyerSeller>
BuyerSellerValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BuyerSeller o)
Methods in org.isda.cdm.validation with parameters of type BuyerSeller Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BuyerSeller>
BuyerSellerValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BuyerSeller o)
-
Uses of BuyerSeller in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type BuyerSeller Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BuyerSeller>
BuyerSellerOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<BuyerSeller>
BuyerSellerOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BuyerSeller o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type BuyerSeller Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BuyerSeller>
BuyerSellerOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BuyerSeller o, java.lang.String field)
-