Skip to content

Commit

Permalink
feat(DTFS2-7779): update dtfs-central api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Roberts committed Jan 28, 2025
1 parent 08a5ecd commit db3d0ba
Showing 1 changed file with 67 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,44 @@
* - IN_PROGRESS
* - COMPLETED
* description: The current status of the amendment.
* createdBy:
* type: object
* properties:
* username:
* type: string
* description: The username of the creator.
* name:
* type: string
* description: The name of the creator.
* email:
* type: string
* description: The email of the creator.
* eligibilityCriteria:
* type: object
* properties:
* version:
* type: integer
* description: The version number of the eligibility criteria.
* criteria:
* type: array
* items:
* type: object
* properties:
* id:
* type: integer
* description: The ID of the criteria.
* text:
* type: string
* description: The text of the criteria.
* textList:
* type: array
* items:
* type: string
* description: The list of text items for the criteria.
* answer:
* type: boolean
* nullable: true
* description: The answer to the criteria.
* version:
* type: integer
* description: The version number of the amendment.
Expand Down Expand Up @@ -106,6 +144,10 @@
* effectiveDate:
* type: integer
* description: The effective date of the amendment in seconds.
* effectiveFrom:
* type: integer
* format: int64
* description: The effective from date of the amendment in seconds.
* createdBy:
* type: object
* properties:
Expand All @@ -129,11 +171,6 @@
* format: int64
* nullable: true
* description: The new cover end date in seconds.
* currentCoverEndDate:
* type: integer
* format: int64
* nullable: true
* description: The current cover end date in seconds.
* isUsingFacilityEndDate:
* type: boolean
* description: Indicates if the facility end date is being used.
Expand All @@ -152,10 +189,6 @@
* type: number
* nullable: true
* description: The new value of the facility.
* currentValue:
* type: number
* nullable: true
* description: The current value of the facility.
* currency:
* type: string
* enum:
Expand All @@ -165,11 +198,29 @@
* - JPY
* nullable: true
* description: The currency of the facility value.
* ukefExposure:
* type: number
* nullable: true
* description: The UKEF exposure amount.
* coveredPercentage:
* type: number
* description: The percentage of the facility covered.
* eligibilityCriteria:
* type: object
* properties:
* version:
* type: integer
* description: The version number of the eligibility criteria.
* criteria:
* type: array
* items:
* type: object
* properties:
* id:
* type: integer
* description: The ID of the criteria.
* text:
* type: string
* description: The text of the criteria.
* textList:
* type: array
* items:
* type: string
* description: The list of text items for the criteria.
* answer:
* type: boolean
* description: The answer to the criteria.
*/

0 comments on commit db3d0ba

Please sign in to comment.