Class UsKycCheckData.RiskDisclosure
-
- All Implemented Interfaces:
public final class UsKycCheckData.RiskDisclosureRisk information about the individual <br/><br/> Fields denote if the account owner falls under each category defined by FINRA rules. If any of the answers is true (yes), additional verifications may be required before US account approval.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.RiskDisclosure.BuilderA builder for RiskDisclosure.
-
Method Summary
Modifier and Type Method Description final BooleanimmediateFamilyExposed()If the individual's immediate family member (sibling, husband/wife, child, parent) is either politically exposed or holds a control position. final BooleanisAffiliatedExchangeOrFinra()Whether the individual is affiliated with any exchanges or FINRA. final BooleanisControlPerson()Whether the individual holds a controlling position in a publicly traded company, is a member of the board of directors, or has policy making abilities in a publicly traded company. final BooleanisPoliticallyExposed()Whether the individual is politically exposed. final JsonField<Boolean>_immediateFamilyExposed()Returns the raw JSON value of immediateFamilyExposed. final JsonField<Boolean>_isAffiliatedExchangeOrFinra()Returns the raw JSON value of isAffiliatedExchangeOrFinra. final JsonField<Boolean>_isControlPerson()Returns the raw JSON value of isControlPerson. final JsonField<Boolean>_isPoliticallyExposed()Returns the raw JSON value of isPoliticallyExposed. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.RiskDisclosure.BuildertoBuilder()final UsKycCheckData.RiskDisclosurevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.RiskDisclosure.Builderbuilder()Returns a mutable builder for constructing an instance of RiskDisclosure. -
-
Method Detail
-
immediateFamilyExposed
final Boolean immediateFamilyExposed()
If the individual's immediate family member (sibling, husband/wife, child, parent) is either politically exposed or holds a control position.
-
isAffiliatedExchangeOrFinra
final Boolean isAffiliatedExchangeOrFinra()
Whether the individual is affiliated with any exchanges or FINRA.
-
isControlPerson
final Boolean isControlPerson()
Whether the individual holds a controlling position in a publicly traded company, is a member of the board of directors, or has policy making abilities in a publicly traded company.
-
isPoliticallyExposed
final Boolean isPoliticallyExposed()
Whether the individual is politically exposed.
-
_immediateFamilyExposed
final JsonField<Boolean> _immediateFamilyExposed()
Returns the raw JSON value of immediateFamilyExposed.
Unlike immediateFamilyExposed, this method doesn't throw if the JSON field has an unexpected type.
-
_isAffiliatedExchangeOrFinra
final JsonField<Boolean> _isAffiliatedExchangeOrFinra()
Returns the raw JSON value of isAffiliatedExchangeOrFinra.
Unlike isAffiliatedExchangeOrFinra, this method doesn't throw if the JSON field has an unexpected type.
-
_isControlPerson
final JsonField<Boolean> _isControlPerson()
Returns the raw JSON value of isControlPerson.
Unlike isControlPerson, this method doesn't throw if the JSON field has an unexpected type.
-
_isPoliticallyExposed
final JsonField<Boolean> _isPoliticallyExposed()
Returns the raw JSON value of isPoliticallyExposed.
Unlike isPoliticallyExposed, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.RiskDisclosure.Builder toBuilder()
-
validate
final UsKycCheckData.RiskDisclosure validate()
-
builder
final static UsKycCheckData.RiskDisclosure.Builder builder()
Returns a mutable builder for constructing an instance of RiskDisclosure.
The following fields are required:
.immediateFamilyExposed() .isAffiliatedExchangeOrFinra() .isControlPerson() .isPoliticallyExposed()
-
-
-
-