Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/properties/status_date.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: property
title: "status_date"
schemas: [loan, security]
schemas: [account, loan, security]
---

# status_date
Expand Down
5 changes: 5 additions & 0 deletions schemas/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,11 @@
"transactional",
"unaudited"
]
},
"status_date": {
"description": "Provides the date on which status changed.",
"type": "string",
"format": "date-time"
},
"trade_date": {
"description": "The timestamp that the trade or financial product terms are agreed. YYYY-MM-DDTHH:MM:SSZ in accordance with ISO 8601.",
Expand Down
Loading