Skip to main content

Table Design

Attributes

NameTypeExampleDescription
pkstringjohn.doe@example.comPartition Key: The borrower's email address
skstringBORROWERSort Key: The entity type (BORROWER)
creditScorenumber500Borrower's credit score. This is a number between 0 and 1000
dobstring'1985-09-01'Borrower's date of birth as an ISO8061 date string
emailstringjohn.doe@example.comBorrower's email address
namestringJohn DoeBorrower's name

Borrower Profile - Table Design