-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ad4428
commit 409a119
Showing
5 changed files
with
73 additions
and
28 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,140 @@ | ||
/* FactFunctions */ | ||
/* FactFunctions */ | ||
output FACT001 | ||
/* -6 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).decimals | ||
|
||
output FACT002 | ||
/* None */ | ||
|
||
first(list([covered @instance = $INSTANCE1 @EarningsPerShareTextBlock])).decimals | ||
|
||
output FACT003 | ||
/* 45436000000 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets where $fact.decimals > -7])) | ||
|
||
output FACT004 | ||
/* us-gaap:Assets */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).concept | ||
|
||
output FACT005 | ||
/* None */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets where $fact.concept == Assets])) | ||
|
||
output FACT006 | ||
/* 45436000000 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets where $fact.concept.name == Assets])) | ||
|
||
output FACT007 | ||
/* 44377 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).period | ||
|
||
output FACT008 | ||
/* 2021-01-01 to 2021-06-30 */ | ||
|
||
first(list([covered @instance = $INSTANCE1 @EarningsPerShareTextBlock])).period | ||
|
||
output FACT009 | ||
/* 45436000000 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets where $fact.period > date('2020-12-30')])) | ||
|
||
output FACT010 | ||
/* USD */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).unit | ||
|
||
output FACT011 | ||
/* None */ | ||
|
||
first(list([covered @instance = $INSTANCE1 @EarningsPerShareTextBlock])).unit | ||
|
||
output FACT012 | ||
/* 45436000000 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets where $fact.unit == unit(iso4217:USD)])) | ||
|
||
output FACT013 | ||
/* http://www.sec.gov/CIK=0000831259 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).entity | ||
|
||
output FACT014 | ||
/* http://www.sec.gov/CIK=0000831259 */ | ||
|
||
first(list([covered @instance = $INSTANCE1 @EarningsPerShareTextBlock])).entity | ||
|
||
output FACT015 | ||
/* 45436000000 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets where $fact.entity.id == '0000831259'])) | ||
|
||
output FACT016 | ||
/* fcx:CopperInConcentratesMember */ | ||
|
||
max(list({covered @instance = $INSTANCE1 @RevenueFromContractWithCustomerIncludingAssessedTax @srt:ProductOrServiceAxis=*})).dimension(srt:ProductOrServiceAxis) | ||
|
||
output FACT017 | ||
/* 1115000000 */ | ||
|
||
max(list({covered @instance = $INSTANCE1 @RevenueFromContractWithCustomerIncludingAssessedTax where $fact.dimension(srt:ProductOrServiceAxis).name == GoldMember })) | ||
|
||
output FACT018 | ||
/* id3VybDovL2RvY3MudjEvZG9jOjBjNGY0MDFmYTkzZDQ2ZTI4ZThhZjAxZmZjM2Y0YTZlL3NlYzowYzRmNDAxZmE5M2Q0NmUyOGU4YWYwMWZmYzNmNGE2ZV84NS9mcmFnOjc3ODM5NWZjZGU2YjRlMGJhMzE3MGI3Nzc2NmFjMTNkL3RhYmxlOmMzZmNlZTEzMDUyNjRlYzc4NTYyYmVhM2Q0ZDVmYmFiL3RhYmxlcmFuZ2U6YzNmY2VlMTMwNTI2NGVjNzg1NjJiZWEzZDRkNWZiYWJfMjMtMzMtMS0xLTA_c4eb4598-51a9-477f-b124-4d491471499d */ | ||
/* */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @PaymentsToAcquireProductiveAssets])).id | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).id | ||
|
||
output FACT019 | ||
/* */ | ||
/* none or 45436 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 where $fact.id == 'id3VybDovL2RvY3MudjEvZG9jOjBjNGY0MDFmYTkzZDQ2ZTI4ZThhZjAxZmZjM2Y0YTZlL3NlYzowYzRmNDAxZmE5M2Q0NmUyOGU4YWYwMWZmYzNmNGE2ZV84NS9mcmFnOjc3ODM5NWZjZGU2YjRlMGJhMzE3MGI3Nzc2NmFjMTNkL3RhYmxlOmMzZmNlZTEzMDUyNjRlYzc4NTYyYmVhM2Q0ZDVmYmFiL3RhYmxlcmFuZ2U6YzNmY2VlMTMwNTI2NGVjNzg1NjJiZWEzZDRkNWZiYWJfMjMtMzMtMS0xLTA_c4eb4598-51a9-477f-b124-4d491471499d'])) | ||
|
||
output FACT020 | ||
/* 1739 */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).instance.facts.count | ||
|
||
output FACT021 | ||
/* FACT021 - Property 'name' is not a property of a 'cube' */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).cubes.name | ||
|
||
output FACT022 | ||
/* set(us-gaap:ScheduleOfCollaborativeArrangementsAndNoncollaborativeArrangementTransactionsTable, us-gaap:ScheduleOfSegmentReportingInformationBySegmentTable) */ | ||
|
||
max(list([covered @instance = $INSTANCE1 @Assets])).cubes.cube-concept | ||
|
||
output FACT023 | ||
/* */ | ||
|
||
max(list({covered @instance = $INSTANCE3 @us-gaap-2022:AssetsFairValueDisclosure})).footnotes.role | ||
|
||
output FACT024 | ||
/* */ | ||
|
||
max(list({covered @instance = $INSTANCE3 @concept=us-gaap-2022:AssetsFairValueDisclosure @us-gaap-2022:FairValueByFairValueHierarchyLevelAxis=us-gaap-2022:FairValueInputsLevel2Member})).footnotes.lang | ||
|
||
output FACT025 | ||
/* */ | ||
|
||
max(list({covered @instance = $INSTANCE3 @concept=us-gaap-2022:AssetsFairValueDisclosure @us-gaap-2022:FairValueByFairValueHierarchyLevelAxis=FairValueInputsLevel2Member})) | ||
|
||
output FACT026 | ||
/* */ | ||
|
||
max(list({covered @instance = $INSTANCE3 @us-gaap-2022:AssetsFairValueDisclosure @us-gaap-2022:FairValueByFairValueHierarchyLevelAxis=us-gaap-2022:FairValueInputsLevel2Member})).footnotes.footnote-role | ||
|
||
output FACT027 | ||
/* */ | ||
|
||
max(list({covered @instance = $INSTANCE3 @concept=us-gaap-2022:AssetsFairValueDisclosure @us-gaap-2022:FairValueByFairValueHierarchyLevelAxis =us-gaap-2022:FairValueInputsLevel2Member})).footnotes.arcrole | ||
|
||
output FACT028 | ||
/* */ | ||
|
||
max(list({covered @instance = $INSTANCE3 @concept=us-gaap-2022:AssetsFairValueDisclosure @us-gaap-2022:FairValueByFairValueHierarchyLevelAxis=us-gaap-2022:FairValueInputsLevel2Member})).footnotes.arcrole |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters