Skip to main content

ark:TrackerInterestRate

idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:TrackerInterestRate
Example: ark:TrackerInterestRate
relatedTourirequired
Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
trackedRatestring

The base rate being tracked, e.g. 'Bank of England base rate'.

Example: Bank of England base rate
ratestringrequired

The current interest rate payable.

Possible values: non-empty, Value must match regular expression ^[1-9]?[0-9](\.[0-9]{1,10})?%$

differencestringrequired

The difference between the payable rate and the tracked rate (the margin), which may be positive or negative.

Possible values: non-empty, Value must match regular expression ^[+-]?[0-9]?[0-9](\.[0-9]{1,10})?%$

effectiveFromdate
determinedAtdate

The date the current rate was calculated.

ark:TrackerInterestRate
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:TrackerInterestRate",
"relatedTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"trackedRate": "Bank of England base rate",
"rate": "string",
"difference": "string",
"effectiveFrom": "2024-07-29",
"determinedAt": "2024-07-29"
}