Skip to main content

Investorfund

Contains the details about an investor fund including fields like encoded key, guarantor type, amount and guarantor key

amountnumberrequired

The amount used by the client for the guaranty

assetNamestring

The name of a value the client guarantees with (populated when the guaranty type is ASSET)

depositAccountKeystring

The key of the deposit account used by the guarantor (populated when the guaranty type is GUARANTOR). It can be null.

encodedKeystring

The encoded key of the entity, generated, globally unique

guarantorKeystringrequired

The key of the client/group used as the guarantor.

guarantorTypestringrequired

Indicated the account holder type.

Possible values: [CLIENT, GROUP]

idstring

Investor fund unique identifier. All versions of an investor fund will have same id.

interestCommissionnumber

The constraint minimum value

sharePercentagenumber

Percentage of loan shares this investor owns

Investorfund
{
"amount": 0,
"assetName": "string",
"depositAccountKey": "string",
"encodedKey": "string",
"guarantorKey": "string",
"guarantorType": "CLIENT",
"id": "string",
"interestCommission": 0,
"sharePercentage": 0
}